SwellRT / swellrt

SwellRT main project. Server, JavaScript and Java clients
http://swellrt.org/
Apache License 2.0
234 stars 34 forks source link

Rich text editor diffs display: erased text not propertly shown #27

Closed atfornes closed 9 years ago

atfornes commented 9 years ago

SwellRT editor shows the differences between the last time you visited the text and the current version:

This grey box is unexpected, while the diff functionality is not really important in this phase of development. Please consider to remove the diff functionallity or fix the way erased text is displayed.

atd commented 9 years ago

It should just mark the related <div> with a class, and let app developers to give style to those divs

That functionality would be enough for us (we can hide divs with css)