Closed Bug 1172619 Opened 9 years ago Closed 8 years ago

Shumway clipboard APIs should use document.execCommand() instead of @mozilla.org/widget/clipboardhelper

Categories

(Firefox Graveyard :: Shumway, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: cpeterson, Unassigned)

References

Details

The document.execCommand() clipboard APIs are available to unprivileged content in Firefox 41+, Chrome, Safari, and IE:

https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

http://www.quirksmode.org/dom/execCommand.html
Some background: shumway has to frames gfx and player. ActionScript execution is happening at player frame, and event handling at gfx frame. AFAIK to function properly execCommand shall be directly invoked by event handler.
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.