Side navigation
#6397 closed bug (patchwelcome)
Opened April 04, 2010 12:43PM UTC
Closed March 31, 2011 07:40PM UTC
Last modified March 14, 2012 01:50AM UTC
live() paste event are not working in Internet Explorer 8
Reported by: | moooon | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
However it still worked fine in mozilla firefox.
Attachments (1)
Change History (7)
Changed May 17, 2010 07:11PM UTC by comment:1
Changed November 12, 2010 02:40AM UTC by comment:2
milestone: | 1.4.3 |
---|
Resetting milestone to future.
Changed November 20, 2010 05:31PM UTC by comment:3
priority: | → undecided |
---|---|
status: | new → open |
We say that as of 1.4 all events are supported by .live(), but the paste event isn't bubbled in IE.
Changed November 20, 2010 05:34PM UTC by comment:4
http://jsfiddle.net/dmethvin/BCF9a/ test case
Changed March 31, 2011 07:40PM UTC by comment:5
keywords: | event live paste IE8 → needsdocs |
---|---|
priority: | undecided → low |
resolution: | → patchwelcome |
status: | open → closed |
I don't see a way to fake-bubble this event. For events like change
we are able to piggyback on click/focus/blur but that is not an option here. If someone can think of a solution please contact us.
Changed May 04, 2011 06:38AM UTC by comment:6
Here they have it working using javascript only, but their whole code is a bit complicated:
http://www.quirksmode.org/dom/events/tests/cutcopypaste.html
But it is possible.
Changed May 18, 2011 06:36AM UTC by comment:7
keywords: | needsdocs |
---|
Docs updated: http://api.jquery.com/live/
I have same problem. Chrome is ok, IE will fail. bind instead of live works.