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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 05:08:22 PST 2009


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

           Summary: The cursor behavior in GTK is wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: techrazy.yang at gmail.com


The Wibkit Gtk use WidgetPrivate::cursor to store the current cursor, but the
cursor is get through a C++ static variable, and this cause something wrong,
when there is frame (the key point is that there are many widget and then many
WidgetPrivate::cursor, but the cursor static variable only one). When the
cursor cross frame side, it may not be changed...

I will upload a testcase to display the problem and a patch which fix it.


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