Opened 14 years ago
Last modified 14 years ago
#6828 confirmed Bug
[IE] Block selection breaks enterBr
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.0 |
Keywords: | IE Opera | Cc: |
Description
- Load the editor with the following content with enterBr:
<div> line1<br /> line2<br /> line3</div>
- Fully select first two lines by mouse;
- Click on "Indent" button;
- Actual Result: All three lines are indented.
- Expected Result: New block (div) created for the first two lines which get indented.
Same problem applies to other block commands like alignment.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | Opera added |
---|---|
Status: | new → confirmed |
IE and Opera are including the the tail <br> when selecting one line.
This's probably due to the mouse selection has result in the following range which includes the the second <br> inside: