Opened 16 years ago
Closed 16 years ago
#3141 closed Bug (duplicate)
Block styles incorrect with full selection
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Firefox Confirmed | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
^<h1>text</h1>^
- Open 'Format combo and select 'h2';
- Actual Result : End with an extra block appended.
<h2> text</h2> <h2> </h2>
- Actual Result : End with an extra block appended.
Change History (4)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:2 Changed 16 years ago by
Keywords: | Firefox added; WorksForMe removed |
---|
It's a not fixed at least on FF.
comment:3 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
The bug was caused by bookmark nodes has also been counted by domIterator, which is wrong. It's indented to be fixed at #3352.
comment:4 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I'm not able to reproduce it. Can you confirm it has been fixed?