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 Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
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.