Changes between Initial Version and Version 1 of Ticket #12735, comment 7
- Timestamp:
- Dec 10, 2014, 2:57:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12735, comment 7
initial v1 11 11 * Actual: The middle paragraph is invisible (because it's totally empty). 12 12 13 This bug is more visible since 4.4.6, because now the empty block isn't filled with a bogus <br> by the `fixBlock()` function in `editable.js`. The assumption now is that empty blocks always contain bogus <br>s after loading data and that's what happenwhen `config.fillEmptyBlock` is `true`.13 This bug is more visible since 4.4.6, because now the empty block isn't filled with a bogus <br> by the `fixBlock()` function in `editable.js`. The assumption now is that empty blocks always contain bogus <br>s after data is loaded and that's how irt works when `config.fillEmptyBlock` is `true`. 14 14 15 15 I'm so surprised that I must double check this with someone else. But if I'm right, then we'll fix this is 4.4.7. The expected behaviour for me is that fillEmptyBlocks affects only output data (only `getData()` and not `setData()`). That's how it worked in CKEditor 3.x.