Changes between Initial Version and Version 1 of Ticket #9978, comment 3
- Timestamp:
- Jun 7, 2017, 12:13:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9978, comment 3
initial v1 1 1 1. Don't compare CKEditor with textarea. Compare it with div having contenteditable="true". This is big difference. 2 2. Instead of switching to source. Yes CKEditor trims white spaces for example. Instead try looking at the code with dev-tools. Best tool to check is IMO in WEBKIT. (Firebug doesn't do well in live updates) 2 3 2. Instead of switching to source (yes CKEditor trims white spaces), try looking at the code with dev-tools. Best tool to check the soource code is IHMO in Chrome. (Firebug doesn't do well with live updates) 4 3 5 3. "CKEditor doesn't permit to have a single between 2 word" - this is browser behaviour. Try it in chrome in contenteditable="true", you’ll see. Type "abc " and you will get abc in Webkit and Opera. Type def behind it and browser will change it to "abc def". 4 6 5 @remaye this is feature reaquest so please let's not continue this discusson anymore. How space is handled by browsers in contenteditable elements is different story. I have spent few daysanalysing it and don't want to put all my findings here as this has nothing to do with SHIFT+Space inserting backspace.7 @remaye this is feature reaquest so please let's not continue this discusson anymore. How space is handled by browsers in contenteditable elements is different story. I have spent some time analysing it and don't want to put all my findings here as this has nothing to do with SHIFT+Space inserting backspace.