Changes between Initial Version and Version 1 of Ticket #17010
- Timestamp:
- May 5, 2017, 11:33:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17010
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #17010 – Description
initial v1 1 1 Make a selection as follows on a browser that puts bogus BR (e.g. Firefox): 2 2 3 ``` 3 {{{ 4 4 <table> 5 5 <tr> … … 7 7 </tr> 8 8 </table> 9 ``` 9 }}} 10 10 11 11 Try to call `range.shrink( CKEDITOR.SHRINK_TEXT )`. It will be stopped by bogus br inserted by the browser.