Opened 16 years ago
Closed 16 years ago
#3572 closed Bug (fixed)
Replace result incorrect
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Reproducing Procedures
- Open the replace by class example page in FF;
- Load the content with the following:
<p> You're testing <span>ckeditor</span> undo system.</p>
- Open find/replace dialog and enter 'ckeditor' into 'Find What', click Replace buttton;
- Fill in 'v3' into 'Relace With' and click Replace button again.
- Actual Result:
<p> You're testing v3</p>
- Actual Result:
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3572.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
There's a hidden bug inside dom walker that it doesn't stop with an empty end container :)