|
|
|
|
|
by frik
4532 days ago
|
|
I would say the reason is Google Docs! The current version doesn't use contentEditable [0] anymore, Google wrote a custom renderer in JS using one DIV per line with custom word wrapping, etc. With Adobe's CSS Regions and other improvements [1] everyone could write an Google Docs competitor (single person mode) in one hour. Of course, Google and Microsoft with its Office Web fear this possible upcoming situation. It would be awesome if some browser devs improve "contentEditable". It's really sad, there are so many bugs in Webkit and Firefox bugtrackers and got submitted related to this topic and no one fixed them. And no new features arrive either for years. Read some source code TinyMCE & co and you know what I mean, a lot of hacks to work around browser bugs. [0] http://en.wikipedia.org/wiki/Rich-text_editor [1] http://html.adobe.com/webplatform/ |
|