Ticket #6397 (closed bug: patchwelcome)
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
Change History
comment:1 Changed 3 years ago by steida
I have same problem. Chrome is ok, IE will fail. bind instead of live works.
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
http://jsfiddle.net/dmethvin/BCF9a/ test case
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
Docs updated: http://api.jquery.com/live/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

