Closed
Bug 627321
Opened 15 years ago
Closed 13 years ago
blur doesn't work correct via js
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bloodzomboid, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; mn; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; mn; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16
I'm web developer. When I blur-ed an element (usind .blur() function of jquery), my selected element looses its focus. Actually it should keep its focus.
I does work on Linux (firefox), Chrome, IE, but not in windows firefox.
Reproducible: Always
Actual Results:
I'm web developer. When I blur-ed an element (usind .blur() function of jquery), my selected element looses its focus. Actually it should keep its focus.
I does work on Linux (firefox), Chrome, IE, but not in windows firefox.
I'm web developer. When I blur-ed an element (usind .blur() function of jquery), my selected element looses its focus. Actually it should keep its focus.
I does work on Linux (firefox), Chrome, IE, but not in windows firefox.
Updated•14 years ago
|
Version: unspecified → 3.5 Branch
Comment 1•13 years ago
|
||
This needs a testcase. blur() should defocus the element (although browsers may ignore this)
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•