[Webkit-unassigned] [Bug 20138] New: Safari doesn't trigger focus/blur events (on file inputs)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 01:04:40 PDT 2008


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

           Summary: Safari doesn't trigger focus/blur events (on file
                    inputs)
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matzew at apache.org


A simple test case:

<input type="file" id="test" onchange="alert('change');"
onfocus="alert('focus');" onblur="alert('blur');" name="itext" ></input>

shows, that only change is triggered here...

in FF (and even IE) focus/blur works as on *regular* inputs (type:text).


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