Skip to main content

Bug Tracker

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 steida comment:1

I have same problem. Chrome is ok, IE will fail. bind instead of live works.

Changed November 12, 2010 02:40AM UTC by snover comment:2

milestone: 1.4.3

Resetting milestone to future.

Changed November 20, 2010 05:31PM UTC by dmethvin comment:3

priority: → undecided
status: newopen

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 dmethvin comment:4

Changed March 31, 2011 07:40PM UTC by dmethvin comment:5

keywords: event live paste IE8needsdocs
priority: undecidedlow
resolution: → patchwelcome
status: openclosed

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 Lox 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 addyosmani comment:7

keywords: needsdocs