Opened 15 years ago
Closed 12 years ago
#3027 closed bug (worksforme)
triggering focus throws to events in IE
Reported by: | trixi | Owned by: | flesler |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you use elm.trigger("focus");. IE will throw 2 events. (1 fake and 1 original)
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | focus_doubble.patch added |
---|
comment:1 Changed 15 years ago by
need: | Review → Test Case |
---|---|
Priority: | major → minor |
comment:2 Changed 15 years ago by
Owner: | set to flesler |
---|---|
Status: | new → assigned |
Ok, we'll review it. Thanks.
comment:3 Changed 15 years ago by
need: | Test Case → Patch |
---|
comment:4 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Reducing your test case to testing trigger and using jQuery 1.4.4 this seems to be working fine in IE6/7/8 and as per other browsers such as Chrome, FireFox etc. Live Test Case
Note: See
TracTickets for help on using
tickets.
Your details are not quite enough to be able to handle this. Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.