Opened 8 years ago
Closed 8 years ago
#17010 closed New Feature (fixed)
[API] Range#shrink method should allow for skipping bogus BR elements
Reported by: | Marek Lewandowski | Owned by: | Tomasz Jakut |
---|---|---|---|
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 (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 8 years ago by
Owner: | set to Tomasz Jakut |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 8 years ago by
Status: | assigned → review |
---|
comment:4 Changed 8 years ago by
Milestone: | → CKEditor 4.7.0 |
---|---|
Resolution: | → fixed |
Status: | review → closed |
Fixed with git:2be3a0166.
PR: https://github.com/ckeditor/ckeditor-dev/pull/355