Closed
Bug 746119
Opened 13 years ago
Closed 13 years ago
javascript focus() is not working inside target's blur
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: dashkhuu, Unassigned)
Details
(Keywords: dom2, inputmethod)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120312181643
Steps to reproduce:
I have several inputs. on the blur event of these inputs i check against the content. if empty it has to return to the input itself.
Please see the attached html file. It is working on Chrome.
Actual results:
It is moving to the next input
Expected results:
The focus must not to move to another element
see bug discussion on jQuery
http://bugs.jquery.com/ticket/8678
Keywords: dom2,
inputmethod
Updated•13 years ago
|
Attachment #615687 -
Attachment mime type: text/plain → text/html
Updated•13 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
QA Contact: untriaged → events
Oops, I couldn't find whether it was submitted before.
But, why don't you still fix this bug? It's submitted in 2000.
Comment 5•13 years ago
|
||
>But, why don't you still fix this bug? It's submitted in 2000.
We always accept patches but the question seems to be if this should be fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•