Closed
Bug 760283
Opened 14 years ago
Closed 5 years ago
blur() doesn't work on <input type=file>
Categories
(Core :: DOM: Forms, defect)
Core
DOM: Forms
Tracking
()
RESOLVED
DUPLICATE
of bug 505355
People
(Reporter: MatsPalmgren_bugz, Assigned: mounir)
References
Details
(Keywords: testcase)
Attachments
(2 files)
STEPS TO REPRODUCE
1. load the attached testcase
ACTUAL RESULT
INPUT(file): focus
EXPECTED RESULT
INPUT(file): focus
INPUT(file): blur
PLATFORMS AND BUILDS TESTED
Bug occurs in a recent Nightly build on Linux64
Bug occurs in a Firefox 4.0 on Linux64
The following UAs produce the expected result:
IE10 on Windows 8
Google Chrome 21.0.1155.2 dev on Linux64
Opera 11.51 on Linux64
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Comment 2•14 years ago
|
||
Calling focus() on a different element fires a blur event though.
| Assignee | ||
Comment 3•14 years ago
|
||
Will write a patch after lunch. Look easy.
Assignee: nobody → mounir
OS: Linux → All
Hardware: x86_64 → All
| Assignee | ||
Updated•14 years ago
|
Component: Layout: Form Controls → DOM: Core & HTML
QA Contact: layout.form-controls → general
Updated•5 years ago
|
Component: DOM: Core & HTML → DOM: Forms
Comment 4•5 years ago
|
||
I fixed this a while ago.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•