Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apiviewer hangs in some situation, showing the spinning wheel in the main window #29

Closed
level420 opened this issue May 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@level420
Copy link
Member

e.g when navigating to https://qooxdoo.org/qxl.apiviewer/#qx.ui.core.Widget~clone!method_public
the right region where the information is showing has obviously fully loaded, but remains covered by the grey blocker with the spinning wheel.

This may be due to the errors shown in console like this:

004286 qx.Promise: Unhandled promise rejection: TypeError: e.isPrivate is not a function
    at i.qxl.apiviewer.ui.ClassViewer.prototype.__enableSection() [as __enableSection] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2681266)
    at i.qxl.apiviewer.ui.ClassViewer.prototype.showItem() [as showItem] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2680528)
    at i.qxl.apiviewer.TabViewController.prototype.showItem() [as showItem] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2632169)
    at https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2613676
    at https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2613134
From previous event:
    at T.B [as _captureStackTrace] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:297757)
    at T._then (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:322696)
    at T.then (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:321029)
    at i.qx.Promise.prototype._callMethod() [as _callMethod] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:278359)
    at i.qx.Promise.prototype.then() [as then] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:276590)
    at i.qxl.apiviewer.Controller.prototype.__selectItem() [as __selectItem] (https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2613438)
    at https://qooxdoo.org/qxl.apiviewer/apiviewer/part-0.js:1:2610500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants