You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 newArtemisWebView::forceResize()
method to get around this. We need to check whereresize()
is used and replace withforceResize()
as needed.The text was updated successfully, but these errors were encountered: