qooxdoo / qxl.apiviewer

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

Events missing for TreeFolder #31

Closed eda2z closed 4 years ago

eda2z commented 4 years ago

If you navigate to qx.ui.tree.TreeFolder you will not see any events. If you click on Includes/Inherited you will see some but not all events -- changeOpen is not there. If you unselect Includes/Inherited and trace back in the inheritance hierarchy you will not see any events until you reach qx.ui.core.Widget. In version 5.0.2 of the api viewer you see changeOpen (along with other events) in qx.ui.tree.core.AbstractItem.

cboulanger commented 4 years ago

You're right. Here are the links: http://archive.qooxdoo.org/5.0.2/api/#qx.ui.tree.Tree (5.0.2) https://qooxdoo.org/qxl.apiviewer/#qx.ui.tree.Tree (current) The current APIViewer shows another bug: the CONSTRUCTOR text from a comment in the source code which should not be there.

hkollmann commented 4 years ago

Partly resolved. Further missing are events from Mixins - this needs compiler fix.

hkollmann commented 4 years ago

Done with https://github.com/qooxdoo/qxl.apiviewer/commit/3be65cbefc1548511647d38040abb01d479c576f