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

WebView closes after displaying scrollbar #1489

Closed
davidgranstrom opened this issue May 24, 2015 · 4 comments
Closed

WebView closes after displaying scrollbar #1489

davidgranstrom opened this issue May 24, 2015 · 4 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead

Comments

@davidgranstrom
Copy link
Contributor

WebView closes itself whenever it needs to display/redraw its scrollbar. Steps to reproduce:

w = WebView();
w.url = "www.google.com";
w.front;

The first time it will close immediately. Next time you bring it to front it will stay open, but if you hover over the right side of the window to reveal the scrollbar and then move away the cursor it will close.

OS X 10.9.5 - SuperCollider 3.7alpha0 (debug build) from 4bc71bf

@davidgranstrom
Copy link
Contributor Author

This might be relevant for #1395

@scztt
Copy link
Contributor

scztt commented May 24, 2015

@davidgranstrom -Thanks for the catch. This bug is very very weird - at actually could be related to #1395 too. Investigating.

@scztt
Copy link
Contributor

scztt commented May 25, 2015

@davidgranstrom - You are a rock star.... the hint about scrollbars was what helped me nail this down. This is caused by a deep qt bug that's been around for years. Thanks,

@davidgranstrom
Copy link
Contributor Author

Great to hear that it worked out!

@crucialfelix crucialfelix added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead labels Jan 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead
Projects
None yet
Development

No branches or pull requests

3 participants