Bug 20138

Summary: Safari doesn't trigger focus/blur events (on file inputs)
Product: WebKit Reporter: Matthias Wessendorf <matzew>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aroben, eric, jberlin, ostap73
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   

Matthias Wessendorf
Reported 2008-07-23 01:04:39 PDT
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).
Attachments
Viatcheslav Ostapenko
Comment 1 2009-09-28 09:27:49 PDT
Sam Sneddon [:gsnedders]
Comment 2 2021-05-17 02:18:34 PDT
*** This bug has been marked as a duplicate of bug 22261 ***
Note You need to log in before you can comment on or make changes to this bug.