Open
Bug 884790
Opened 12 years ago
Updated 3 years ago
Blur event not fired on a previously active element when a different element is clicked after location bar is clicked
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: nitkkr.vivek, Unassigned)
Details
Attachments
(1 file)
|
911 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130511120803
Steps to reproduce:
JsFiddle link : http://jsfiddle.net/6YGdd/2/show/
1. Click on element which says "Hello computer"
2. Click on location bar.
document.activeElement is still the Element which says "Hello computer" although a blur event was fired on it.
3. Click on element which says "Hello World"
Actual results:
Blur event was not fired on "Hello computer" although it was the active element before the click on "Hello world".
Expected results:
Either the active element in step 2 should change or "Hello computer" should fire a blur event when "Hello world is clicked".
Attachment #764713 -
Attachment mime type: text/plain → text/html
Comment 1•12 years ago
|
||
Could be related to bug 582459 ? Perhaps it is something related to activeElement?
Component: Untriaged → DOM
Product: Firefox → Core
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•