Opened 12 years ago
Last modified 12 years ago
#10351 confirmed Bug
Opera: Replace Textarea Elements by Class Name sample - CKEditor loses focus
Reported by: | Irina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IBM Webkit Opera | Cc: | Teresa Monahan, Satya Minnekanti |
Description
Steps:
Open sample attached (Replace Textarea Elements by Class Name) in Opera. Click at very beginning of the editor area.
Expected Result:
Console logs 'editor has focus'
Actual Result:
No logs in the console
By following the same steps in FF
Actual Result:
Console logs 'editor has focus'
Also, it is possible to change the CKEditor version in the sample from 4.1 (svn) to 3.6.6. Then we will get desired behaviour in all browsers.
To change the CKeditor version:
Uncomment this line <script src="http://rev.ckeditor.com/ckeditor/trunk/7695/ckeditor.js"></script> to enable version 3.6.6 in the sample provided.
Comment out this line <script src="http://nightly.ckeditor.com/13-04-19-07-42/full/ckeditor.js"></script> to disable version 4.1 in the sample provided.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | OperaFocusIssue.html added |
---|
comment:1 Changed 12 years ago by
Keywords: | Webkit Opera added |
---|---|
Status: | new → confirmed |
Version: | 4.1 → 4.0 Beta |
Problem can be reproduced in Opera and Webkit from CKEditor 4.0 beta. Whole trick is to click on body padding.
NOTE: I think alert is better here and allows getting better results.