qooxdoo / qxl.apiviewer

qooxdoo apiviewer app
https://qooxdoo.org/qxl.apiviewer
MIT License
5 stars 5 forks source link

Opening some methods causes error #54

Closed goldim closed 1 year ago

goldim commented 1 year ago

To reproduce the problem:

  1. Open qx.core.MLogging mixin
  2. Press plus button on debug method
  3. See error in console
index.js:13 Uncaught TypeError: this.getWindow is not a function
    at construct.__P_128_22 (index.js:13:305576)
    at construct.gestureFinish (index.js:13:304238)
    at construct.checkAndFireGesture (index.js:13:302652)
    at construct.<anonymous> (index.js:13:78986)
    at index.js:13:233407
    at Function.true [as then] (index.js:1:1653815)
    at construct._fireEvent (index.js:13:233379)
    at construct._onPointerEvent (index.js:13:229622)
    at HTMLDivElement.<anonymous> (index.js:1:1481969)

Also this error happens with other functions.

goldim commented 1 year ago

Fixed in qooxdoo 7.6.0