[Webkit-unassigned] [Bug 55942] New: blur fired on disabled inputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 07:28:48 PST 2011


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

           Summary: blur fired on disabled inputs
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nik at transport24.ru


Created an attachment (id=85048)
 --> (https://bugs.webkit.org/attachment.cgi?id=85048&action=review)
html page to show the issue

What steps will reproduce the problem?
1. create an input type text, add an "onblur" event. 
2. set the focus to this input
3. add attribute disabled to it
4. move the focus to another input

What is the expected result?
the "onblur" function should not be called

What happens instead?
the "onblur" is called.

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