Bug Tracker

Modify

Ticket #6397 (closed bug: patchwelcome)

Opened 3 years ago

Last modified 14 months ago

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:
Blocking: Blocked by:

Description

However it still worked fine in mozilla firefox.

Attachments

JQueryBasic.html Download (892 bytes) - added by moooon 3 years ago.

Change History

Changed 3 years ago by moooon

comment:1 Changed 3 years ago by steida

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

comment:2 Changed 3 years ago by snover

  • Milestone 1.4.3 deleted

Resetting milestone to future.

comment:3 Changed 2 years ago by dmethvin

  • Priority set to undecided
  • Status changed from new to open

We say that as of 1.4 all events are supported by .live(), but the paste event isn't bubbled in IE.

comment:4 Changed 2 years ago by dmethvin

comment:5 Changed 2 years ago by dmethvin

  • Keywords needsdocs added; event live paste IE8 removed
  • Priority changed from undecided to low
  • Status changed from open to closed
  • Resolution set to patchwelcome

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.

comment:6 Changed 2 years ago by Lox

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.

comment:7 Changed 2 years ago by addyosmani

  • Keywords needsdocs removed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.