Matthew Borden
fd51b597b4
added <> around textarea
2014-07-11 21:03:14 +10:00
Matthew Borden
94666b9a3a
Revert "Added the build directory"
...
This reverts commit 821487eb6e
.
2014-07-11 20:16:48 +10:00
Matthew Borden
821487eb6e
Added the build directory
2014-07-11 20:07:56 +10:00
FastMail Admin
bbaaaa3102
Testing: Firefox Support
2014-07-08 10:45:18 +10:00
Neil Jenkins
d2e9d2214b
Fix broken references to this
.
...
The clean functions used a `this` reference to call createElement, but are
called as functions not methods so `this` is undefined. Instead, we'll get the
ownerDocument off the nodes passed in, then call the createElement function
directly.
2013-07-17 11:13:49 +10:00
Neil Jenkins
52e517b376
Catch all errors to allow logging.
...
* All errors will be caught and passed to the editor.didError fn. This can be
overridden to do something useful, like logging them to the server.
2013-01-24 11:54:44 +11:00
Neil Jenkins
f9974ed7d9
Fix IE returns null for getSelection if never focussed.
2012-08-09 15:08:04 +10:00
Neil Jenkins
630a7c4e4f
Tidy IE8 range code.
2012-07-24 15:54:05 +10:00
Neil Jenkins
9b5512bf98
Tidy up a few bits of code.
2012-04-02 17:38:19 +10:00
Neil Jenkins
f0ba6216cc
Add support for IE8.
2012-04-02 15:55:33 +10:00