[Webkit-unassigned] [Bug 24193] New: [GTK] Checkbuttons not activated with space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 01:39:25 PST 2009


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

           Summary: [GTK] Checkbuttons not activated with space
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


Checkbuttons are not activated with space. The reason is that the IM code eats
the event, then tries to reintroduce it, and fails when it sees that a
checkbutton is not editable. I think the proper fix is simply to not have IM
eat events when the focus is on non-editable frames (is frame the right
terminology here?).

And no, this does not fix https://bugs.webkit.org/show_bug.cgi?id=18363 :)


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