Opened 15 years ago
Closed 15 years ago
#5319 closed Bug (fixed)
Replace Option with Match Whole Word Option checked is not working properly
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.2 |
Keywords: | IBM Confirmed Review+ | Cc: | Damian, joek |
Description
To reproduce the defect:
- Open ajax sample.
- Type few words(find and replace, finder,replacer,finding,replacing)
- Click on "Replace" button.
- Fill in contents in replace tab, make sure that the Match Whole Word option is not checked,Fill in Find: field with replace and Replace With: field with aa
- Click on Replace all button.
- Now see that the words are replaced as(find and aa, finder,aar,finding,replacing)
- Click on Replace button again and fill the Find: field with aa and Replace With: field with replace
- Make sure that the Match whole word option is checked.
- Click on Replace all button.
Actual Result: Now see that the words are replaced as(find and replace, finder,replacer,finding,replacing)
Expected Result:Now see that the words are replaced as(find and replace, finder,aar,finding,replacing)
Attachments (4)
Change History (15)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
Changed 15 years ago by
Attachment: | Replace Issue.doc added |
---|
Changed 15 years ago by
Attachment: | Replace Issue.2.doc added |
---|
comment:2 Changed 15 years ago by
i have added the file which show you the steps to reproduce the defect.I was able to reproduce this on nightly build
comment:3 Changed 15 years ago by
Keywords: | Confirmed added; Pending removed |
---|
Changed 15 years ago by
Attachment: | 5319.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:7 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is not properly fixed.when we have the Match Whole word option checked and when we click on Replace or Replace All button in step 9.It showing an error that the specified text was not found.
Even when i try to find a word by Clicking on Match whole word option checked we are getting an error saying that the specified text was not found.
Changed 15 years ago by
Attachment: | 5319_2.patch added |
---|
comment:8 Changed 15 years ago by
Keywords: | Review? added; Review+ removed |
---|---|
Status: | reopened → new |
comment:9 Changed 15 years ago by
@satya, please open new ticket for issues that have already been closed, even when they look like related.
comment:10 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
WFM in both FF and IE, could you provide more details?