[Webkit-unassigned] [Bug 31851] New: [Qt] QWebInspector unusable on certain window managers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 14:50:40 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31851

           Summary: [Qt] QWebInspector unusable on certain window managers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zecke at selfish.org



Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43811|                            |review?
               Flag|                            |


Created an attachment (id=43811)
 --> (https://bugs.webkit.org/attachment.cgi?id=43811)
Call setVisible from within the closeEvent

QWebInspector::hideEvent will call setVisible on the InspectorController
disabling/resetting certain views. E.g. on ion3 the hide event is called when
switching windows... so when going back to the QWebView every information is
gone..

The code could be changed to call it from within the closeEvent. This should
work for many usecases and in the worse case data of the InspectorController is
held in memory a bit longer.

For binary compability reasons I'm leaving an empty ::hideEvent in the code...

-- 
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