[Webkit-unassigned] [Bug 30773] [Qt] QWebInspector: improve QWebPage::webInspectorTriggered(QWebElement&) -> QWebInspector::show() connection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 06:32:19 PDT 2009


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


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vestbo at webkit.org




--- Comment #1 from Tor Arne Vestbø <vestbo at webkit.org>  2009-10-27 06:32:19 PDT ---
After discussion, we're still not sure if this is the right API. Areas of
concern:

 - Do we really need a way to provide lazy initialization? If not we don't need
the webInspectorTriggered() signal. Also, without the signal you could always
override the triggerAction

 - We want to keep the "magic"/default/99% case behavior of selecting the
element you clicked on. The question is how to do it. Currently it's
hard-coded, but if we add setInspectedElement() in the future as a slot we
could add the webInspectorTriggered() signal and automatically connect it to
setInspectedElement in setPage()

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