-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Issue 55: Webkit cut is broken
The problem stemmed from always inserting the icecut div into the main document context. Now it uses the document context of the editor, which is window.document for the contenteditable version and the iframe for the TinyMCE version. This way Webkit does not get confused about what element's contents to stick on the clipboard.
- Loading branch information
Scott Koenig
committed
Aug 23, 2013
1 parent
7434cea
commit 5ca6a39
Showing
1 changed file
with
43 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters