[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:42:50 PDT 2009


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





--- Comment #12 from Antonio Gomes (tonikitoo) <tonikitoo at gmail.com>  2009-09-07 15:42:50 PDT ---
(In reply to comment #11)
> 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.

hum , i see your concern. can not we install an event filter to
qgraphicsview->viewport() and make the thing to happen there ?

kenneth, if simon does not agree w/ this patch as well, please feel free to
un-obsolete the previous one and ignore my name in patch-by fields.

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