[Webkit-unassigned] [Bug 116936] New: Do not dispatch change event twice in single step action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 01:24:06 PDT 2013


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

           Summary: Do not dispatch change event twice in single step
                    action
           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: jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/2a3d29d9f866a3074c535cf31f5c6ffa28eef03e

If an input element has no value, and step-up or step-down is requested, we set
the default value, dispatched a change event, modified it, then dispatched
another change event. The first change event is unnecessary, and harmful.

Also, add EvenQueueScope to avoid to make similar problems in the future.

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