[Webkit-unassigned] [Bug 59071] New: <input type="number"> dispatches two blurs when tabbing from an invalid number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 21:11:38 PDT 2011


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

           Summary: <input type="number"> dispatches two blurs when
                    tabbing from an invalid number
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: tkent at chromium.org


Created an attachment (id=90485)
 --> (https://bugs.webkit.org/attachment.cgi?id=90485&action=review)
[TEST] Reduced Test Case

With the following test case: (attached)

    <p>Type "0123" or "a123" into the input and then blur with TAB.</p>
    <input id="x" type="number" onblur="alert('blurred');">

* STEPS TO REPRODUCE
1. Focus the input
2. Input an invalid number ("a123")
3. Tab to blur the input

* EXPECTED RESULTS
1 alert saying "blurred"

* ACTUAL RESULTS
2 alerts saying "blurred"

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