[Webkit-unassigned] [Bug 23989] The cursor behavior in GTK is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 18:34:25 PST 2009


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





------- Comment #4 from techrazy.yang at gmail.com  2009-02-17 18:34 PDT -------
(In reply to comment #3)
> I think this just fixes the bug by accident. By using the same cached cursor
> for all widgets, and initializing it to 0 on each instance, you effectively
> disable it once per widget created. Also, how does making the cache per-class
> makes sense? Could you elaborate?

Cache per-class means cache per-application. One application hold one cursor
type at one time. Make the cursor a static variable, we can trace the cursor
type trough all the widgets of the application. I think this make sense. 
Disable it once per widget created indeed make no sense. I forget to delete
that line in the patch. I have upload a new patch, thanks. 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list