Opened 9 years ago
Closed 9 years ago
#14490 closed bug (cantfix)
.focus() event triggered on click events w/Firefox 24
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using a simple anchor tag and attaching .focus and the .on('click') handler, Firefox 24 reports focused when clicked and subsequently fires the focus event. Here's the example demonstrating this => http://codepen.io/grayghostvisuals/pen/qrBLG
Change History (3)
comment:1 Changed 9 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
It appears to be beyond the jQuery lib and more to do with the Firefox implementation. I've gone ahead and filed the bug with my updated demo => https://bugzilla.mozilla.org/show_bug.cgi?id=931652
comment:3 Changed 9 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Same behavior with native event handlers. Did you report this to Mozilla if you think it's a bug? I haven't read the spec to see whether this is well defined.
http://codepen.io/anon/pen/ydnFC