Opened 8 years ago
Last modified 8 years ago
#17010 closed New Feature
[API] Range#shrink method should allow for skipping bogus BR elements — at Version 1
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description (last modified by )
Make a selection as follows on a browser that puts bogus BR (e.g. Firefox):
<table> <tr> [<td>Cell 1.1</td>] </tr> </table>
Try to call range.shrink( CKEDITOR.SHRINK_TEXT )
. It will be stopped by bogus br inserted by the browser.
It should be possible to ignore such markup.
Change History (1)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |