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

Browser resizing does not work when the QWebView is hidden. #124

Open
BenSpencer opened this issue Jul 8, 2015 · 0 comments
Open

Browser resizing does not work when the QWebView is hidden. #124

BenSpencer opened this issue Jul 8, 2015 · 0 comments
Assignees

Comments

@BenSpencer
Copy link
Contributor

We call QWebView->resize() to bring buttons into view in the concolic runtime (maybe other places as well?). This does not seem to take effect until the QWebView is shown (which it never is in the automated modes). I have iplemented a new ArtemisWebView::forceResize() method to get around this. We need to check where resize() is used and replace with forceResize() as needed.

@BenSpencer BenSpencer self-assigned this Jul 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant