Ticket #7490 (closed Bug: fixed)
[IE] Extra <br> counted at the end of selection
| Reported by: | garry.yao | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.2 |
| Component: | Core : Selection | Version: | 3.0 |
| Keywords: | IE Opera | Cc: | satya_minnekanti@… |
Description
With editor using enterMode BR:
- load editor with the following content:
<p>line1<br />line2<br />line3</p>
- Have the first two lines fully selected (by mouse drag to expand selection)
- Click on any block format command, e.g. Indentation.
- Actual Result: Last line is also affected;
- Expected: Only selected lines are affected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

IE and Opera seems to embrace the next line break br within the selection while the line text is fully selected, then after range expands, it reaches the end of next line, which is visually counter-intuitive.