-
Notifications
You must be signed in to change notification settings - Fork 782
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
Angular docset showing white screen #1119
Comments
I'm also seeing this issue, Zeal 0.6.1 on Ubuntu 18.04; Appears to be isolated to the Angular docset |
@iqfy-joe Is nobody caring about that? 😅 I mean I'm just using Angular, pretty stupid that I'm keeping this tool... Seems like nobody is fixing it... |
Hello! Who knows why Angular 2 does not work? |
No Dash user has reported any issues with the Angular docsets. If anyone is willing to debug and look at what's going wrong, I'm willing to update the docsets to fix it. One thing to do would be to check if Zeal is using the correct Angular feeds, which are AngularJS.xml (for 1.x) and Angular.xml (for 2.x to 8.x). |
It does work when right clicking mouse and open the doc in web browser. |
I have tried reinstalling/updating... still not working... |
@makzan I cant rightclick and open the docset in the browser... How do you do that? :) |
The problem is caused by the webview failing to parse JS (more details in #1127 (comment)). Actual browsers have no such issues, so perhaps this will not get addressed until Qt WebKit gets updated to the newer WebKit, or we switch to Qt WebEngine. I think the root of the issue might be the CORS not working for I'll see if I can make a quick change to start serving docset content over HTTP, and whether that solves the issue in the first place. |
@trollixx a quick fix would be fantastical. I'm on vacation right now and taking my laptop everywhere I go... Sometimes I don't have internet, that's why I would really appreciate a quick solution. Thank you very much! :) |
Same problem here on Manjaro. |
Same problem, a quick fix would be appreciated. |
@trollixx no fix soon? |
Looks like Qt webview is using Edge engine, because these pages fail to load in the old Edge(beta chromium edge works fine) Is there a way to replace engine used without waiting for app update? |
no fix coming? |
Okay, for the time being I disabled JS for the Angular docset. I don't see a better solution, until we either switch to QWebEngine, or Qt WebKit is rebased on top of a more recent upstream version. |
To get the fix please refresh the list of docsets, and then reinstall the docset. |
still giving blank screen even after the refresh and update, am I the only one??? |
I test that later (: |
Same here. |
Please verify that |
Can verify.
|
same content as @djmbritt |
same here... "fix" not working. still showing blank screen. |
Same here, it was working fine until a few days ago when I updated the docs. I wish I stayed on 7 now 😞. Any update on the fix? |
Please try one of the CI builds. It looks like v0.6.1 didn't have a fix for per docset JS enablement. |
Thanks, the latest build seems to work fine! Just FYI: I did notice however that all Angular doc pages now have some seemingly random text at the very bottom of every page, but that seems harmless: |
The text says JS is required for the website to work. |
still giving blank screen on version 0.6.1 |
Will there be a fix planned for 0.6.1? |
Both Chromium and Firefox fail to display the HTML pages as well. I think there's something wrong with base path:
It doesn't work when served over HTTP (with #1182) either. I am not sure how Dash shows the docs, but most likely it puts them under a different internal URL. |
If you want to bypass this issue the docset is still valid and accessible via your favorite browser.... Copypasta the following urls in your browser and replace the {drive} and {username} parameters:
|
I can confirm that this trick is working for me. Basically, we can browse any of the downloaded |
It seems it's being fixed in the master branch. |
A quick solution would be to delete the file that starts with "runtime-es5." |
No reason to delete files anyway can't be loaded by CORS of file:// restrictions Why this issue is still closed? |
this works for me, thanks you so much! :D |
not opening angular docs while deleting 'runtine-es' |
Hi,
I'am using Zeal version 0.6.1 and every document in the angular (2+) docset is just showing a white page...
Every else docset I downloaded is working properly...
Hope for a fix soon. Greetings!
The text was updated successfully, but these errors were encountered: