Opened 14 years ago
Closed 14 years ago
#5843 closed Bug (fixed)
In CKEditor 3.3: When we set the focus in the 'instanceReady' event, FF3.6 is giving js error
Reported by: | Senthil | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.3 |
Keywords: | Oracle Confirmed Review+ | Cc: | Senthil, Pranav |
Description
When we set the editor focus in the 'instanceReady' event, we are getting the javascript error. This issue is only reproducible if the stand-alone html file(attahced:focusissue.html) is accessed from the webserver. But when i try to reproduce it from the local drive, issue was appearing intermittently. So to reproduce this issue, copy the attached sample in the webserver folder and access it in firefox 3.6 or above. Once the editor is loaded in the browser click on the 'Click me to see the issue' button once or twise. After that you will see the error(screen-shot is attached) in fire bug. After getting this error, editor area is uneditable.
Attachments (4)
Change History (16)
Changed 14 years ago by
Attachment: | FOCUSISSUE.html added |
---|
Changed 14 years ago by
Attachment: | focusIssue.png added |
---|
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 5843.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | Confirmed Review? added |
---|---|
Milestone: | → CKEditor 3.4 |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 14 years ago by
Priority: | High → Normal |
---|
comment:4 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 14 years ago by
Keywords: | Review- added; Review+ removed |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:7 Changed 14 years ago by
Priority: | Normal → High |
---|
Due to this patch:5843, Both in IE8/7 and Firefox3.6 many controls are not working for the second time. Ex: When we select the bold control for the selected text, it will make it as bold. Again if we highlight/select the same text and selecting the bold control it supposed to unbold the text but it is not.
Please fix it ASAP since it is breaking the basic editing functionality.
comment:8 Changed 14 years ago by
Owner: | changed from Garry Yao to Tobiasz Cudnik |
---|---|
Status: | reopened → new |
comment:9 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | 5843_2.patch added |
---|
comment:10 Changed 14 years ago by
Keywords: | Review? added; Review- removed |
---|
After deeper checking i can say that previous patch was correct, but unfortunately contained wrong object path.
I can reproduce correct focus behavior in attached sample page using second patch.
comment:11 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
For error information, you can refer the attachment "focusIssue.png"