[Webkit-unassigned] [Bug 43851] [Qt] QtTestBrowser: switching between QWebView and QGraphicsWebView modes is broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 11 07:23:16 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43851
Antonio Gomes <tonikitoo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |tonikitoo at webkit.org
|kit.org |
Attachment #64111| |review?
Flag| |
--- Comment #1 from Antonio Gomes <tonikitoo at webkit.org> 2010-08-11 07:23:15 PST ---
Created an attachment (id=64111)
--> (https://bugs.webkit.org/attachment.cgi?id=64111)
patch v1
All window options data (including the bool holding if the view is either QWebView or QGraphicsWebView based) is stored in m_windowOptions, a class member of LauncherWindow. When toggle the view from QWebView to QGraphicsWebView based (and vice-versa), we were
not updating LauncherWindow::WindowOptions::m_useGraphicsView bit, and then things were getting broken.
Patch addresses this issue.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list