Opened 16 years ago
Closed 16 years ago
#3299 closed Bug (fixed)
range::checkStartOfBlock|checkEndOfBlock are broken
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
checkStartOfBlock is broken, returning "true" for the following case:
<p>Test^</p>
checkEndOfBlock is the opposite. It's broken, returning "true" for the following case:
<p>^Test</p>
Attachments (2)
Change History (6)
Changed 16 years ago by
Attachment: | tc_3299.patch added |
---|
Changed 16 years ago by
Attachment: | 3299.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
This patch depends on the new patch added to #2876, so both tickets could be reviewed together.
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Set of TCs for these functions.