Opened 11 years ago
Closed 10 years ago
#12848 closed Bug (fixed)
Opening "Find and Replace" dialog cause error in console in read only mode.
| Reported by: | Artur Delura | Owned by: | Tomasz Jakut |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.5 |
| Component: | General | Version: | 4.4.6 |
| Keywords: | Blink | Cc: |
Description
Browser: Opera, Chrome.
- Open "Read only" sample.
- Click "Make it read-only" button.
- Open "Find" dialog.
Error in console here.
Uncaught TypeError: Cannot read property 'clone' of undefined
Change History (7)
comment:1 Changed 11 years ago by
| Keywords: | Blink added |
|---|---|
| Status: | new → confirmed |
| Version: | → 4.4.6 |
comment:2 Changed 10 years ago by
| Milestone: | → CKEditor 4.5.5 |
|---|
comment:3 Changed 10 years ago by
| Owner: | set to Tomasz Jakut |
|---|---|
| Status: | confirmed → assigned |
comment:5 Changed 10 years ago by
| Status: | review → review_failed |
|---|
- Do we need all these plugins in the manual test? (see git:88836aef)
- Please check if test pass on all IEs (I can see that it passes at IE11 but fails at IE8)
comment:6 Changed 10 years ago by
| Status: | review_failed → review |
|---|
- No, we don't.
- The problem was in fact that editor was switched into read-only mode before inserting data into it.
Pushed changes to branch:t/12848
comment:7 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
Fixed with git:9e566e1.

Problem can be reproduced from CKEditor 4.4.6 in Blink browsers.