#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: | ||
Blocked by: | Blocking: |
Description
However it still worked fine in mozilla firefox.
Attachments (1)
Change History (8)
Changed 13 years ago by
Attachment: | JQueryBasic.html added |
---|
comment:1 Changed 13 years ago by
comment:3 Changed 12 years ago by
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.
comment:5 Changed 12 years ago by
Keywords: | needsdocs added; event live paste IE8 removed |
---|---|
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.
comment:6 Changed 12 years ago by
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 12 years ago by
Keywords: | needsdocs removed |
---|
Docs updated: http://api.jquery.com/live/
Note: See
TracTickets for help on using
tickets.
I have same problem. Chrome is ok, IE will fail. bind instead of live works.