[Webkit-unassigned] [Bug 119372] New: Order of actions for labeled control should be focus then click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 18:57:01 PDT 2013


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

           Summary: Order of actions for labeled control should be focus
                    then click
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, tkent at chromium.org,
                    jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/237028d603d5fe587ec282f6d2cf3b5a31c01902

When we click on a checkbox or a radio button, event order is:
 - mousedown
 - focus, triggered by mousedown
 - mouseup
 - change, triggered by the following click <wkbug.com/93674>
 - click

That is to say, we focus on it first and then click it. Click on an
associated label should have same behavior.

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