Skip to main content

Bug Tracker

Side navigation

#3027 closed bug (worksforme)

Opened June 11, 2008 07:59PM UTC

Closed November 13, 2010 07:15AM UTC

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)
  • focus_doubble.patch (1.2 KB) - added by trixi June 11, 2008 07:59PM UTC.
  • trigger-test.html (0.8 KB) - added by trixi June 12, 2008 10:22PM UTC.

    test case for ie7 trigger('focus') bug

Change History (4)

Changed June 11, 2008 10:00PM UTC by flesler comment:1

need: ReviewTest Case
priority: majorminor

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.

Changed June 12, 2008 11:24PM UTC by flesler comment:2

owner: → flesler
status: newassigned

Ok, we'll review it. Thanks.

Changed June 12, 2008 11:24PM UTC by flesler comment:3

need: Test CasePatch

Changed November 13, 2010 07:15AM UTC by addyosmani comment:4

resolution: → worksforme
status: assignedclosed

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