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 auto-closes when used without explicit parent #1505

Closed
LFSaw opened this issue May 29, 2015 · 2 comments
Closed

WebView auto-closes when used without explicit parent #1505

LFSaw opened this issue May 29, 2015 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"

Comments

@LFSaw
Copy link
Member

LFSaw commented May 29, 2015

when evaluating

WebView().front.url_("http://lfsaw.de");

the WebView closes, once the page is loaded completely.
What am I doing wrong?

@LFSaw LFSaw added the question label May 29, 2015
@nuss
Copy link
Contributor

nuss commented May 29, 2015

... I guess it's not you doing something wrong. Rather you've hit a bug. Your example works without any problem on my machine (Ubuntu Studio 14.04, Qt 5.21, SC compiled from latest commit to master).

@LFSaw LFSaw added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library" and removed question labels May 29, 2015
@LFSaw
Copy link
Member Author

LFSaw commented May 29, 2015

hmm... ok, so this happened on a week-old build and seems to be fixed now...
could be closed already by 480ea91 (latest webview-related commit I found), it is definitely closed on my machine with the current master 25a296f .

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: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
Projects
None yet
Development

No branches or pull requests

2 participants