#1689 closed defect (fixed)
firefox does not emit clipboard events
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 2.2 |
Component: | html5 | Version: | trunk |
Keywords: | Cc: |
Description
Splitting this from ticket:1461#comment:15.
Reproducible with Firefox on any platform.
This sounds like Capturing a Paste Event in Firefox: The paste event has been supported in major browsers for some time now, but interestingly Firefox doesn’t trigger the event unless the user’s cursor is currently focussed in an editable region.
Unfortunately, the Firefox bug is meant to have been fixed already and sprinkling contenteditable=true
in every div doesn't make any difference. Neither does listening for clipboard events on all contenteditable
elements as suggested here: https://stackoverflow.com/a/19269040/428751.
More answers here: JavaScript get clipboard data on paste event (Cross browser)
Attachments (1)
Change History (5)
Changed 3 years ago by
comment:1 Changed 3 years ago by
Owner: | changed from Antoine Martin to alas |
---|
comment:2 Changed 3 years ago by
Milestone: | 3.0 → 2.2 |
---|
comment:3 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1689
page similar to the client, clipboard works here...