|
|
|
|
|
by samwillis
1569 days ago
|
|
As someone who has worked with "contenteditable" and the various javascript rich text editors, I find it quite amusing that they have made this change now. One of the hardest things to implement with contenteditable/DOM is wysiwyg page splitting. Now, just after Google abandons contenteditable/DOM for its own text editor/renderer implementation they add support to disable one of the hardest features they had to implement in the old version. |
|