Ticket #3299 (closed Bug: fixed)
range::checkStartOfBlock|checkEndOfBlock are broken
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | 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
Change History
Changed 4 years ago by fredck
- Attachment tc_3299.patch added
comment:1 Changed 4 years ago by fredck
- Keywords Review? added
- Status changed from new to assigned
This patch depends on the new patch added to #2876, so both tickets could be reviewed together.
Note: See
TracTickets for help on using
tickets.

Set of TCs for these functions.