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   

Description Matthias Wessendorf 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).
Comment 1 Viatcheslav Ostapenko 2009-09-28 09:27:49 PDT
Patch submitted here: https://bugs.webkit.org/show_bug.cgi?id=22261
Comment 2 Sam Sneddon [:gsnedders] 2021-05-17 02:18:34 PDT

*** This bug has been marked as a duplicate of bug 22261 ***