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)

21 Branch
x86
macOS
defect

Tracking

()

UNCONFIRMED

People

(Reporter: nitkkr.vivek, Unassigned)

Details

Attachments

(1 file)

Attached file default.html
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
Could be related to bug 582459 ? Perhaps it is something related to activeElement?
Component: Untriaged → DOM
Product: Firefox → Core
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
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: