0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Neil Jenkins dbda1fa4ed On paste, ignore image if text/html present.
If you copy a portion of text from word, it includes an image version of the text as well as an HTML version. On paste, we now ignore the image
representation on the clipboard if an HTML representation is present, so that
the text pastes as expected, rather than as an image.
2013-06-03 15:34:51 +10:00
..
Constants.js Fix Cmd-left/right bug in Firefox on Mac OS X. 2013-05-20 16:14:28 +10:00
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
Editor.js On paste, ignore image if text/html present. 2013-06-03 15:34:51 +10:00
ie8dom.js Tidy. Ensure trailing new line in all source files 2012-08-07 13:36:05 +10:00
ie8range.js Fix IE returns null for getSelection if never focussed. 2012-08-09 15:08:04 +10:00
ie8types.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
intro.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
Node.js Always return nodeAfterSplit from split fn 2013-04-10 13:43:31 +10:00
outro.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
Range.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
TreeWalker.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00