[Webkit-unassigned] [Bug 28865] [Qt] Make cursor set cleaner in QtWebKit Api: eliminate SetCursorEvent hack.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 15:34:27 PDT 2009


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





--- Comment #11 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org>  2009-09-07 15:34:27 PDT ---
Using DynamicPropertyChange will not work for the QWebGraphicsItem so far, as
the platformWidget returned is the QGraphicsView viewport (the last one who
sent a event to the page), thus setCursor will work, but the
DynamicPropertyChange will not.

So, I don't like this change unless we fix the platformWidget not to return who
sent events, but the actual QWebPage wrapper (QWebView or QGraphicsView) - thus
a QObject and not a QWidget.

I do not know if this is really desirable.

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