Opened 13 years ago
Last modified 12 years ago
#8621 confirmed Bug
WYSIWYG focus fails on Opera Mobile and Kindle Silk browsers
Reported by: | Leonard Getzin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.2 |
Keywords: | Opera Mobile | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
Descriptive summary: Unable to set 'focus' within the WYSIWYG editor on devices using Opera Mobile. Same issue also affects the default browser on Kindle devices (Silk).
Steps to reproduce:
- Download/install the Opera Mobile emulator: http://www.opera.com/developer/tools/mobile/
- Go to ckeditor.com/demo, and try to set focus/cursor within WYSIWYG editor (this fails - see attached file Image_1_WYSIWYG_Editor_NoFocus.JPG).
- Click the 'Source' button of the editor (this succeeds - see attached file Image_2_Source_Editor_FocusOK.JPG).
Browser name and OS: Opera mobile / multiple OS
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | Image_1_WYSIWYG_Editor_NoFocus.JPG added |
---|
Changed 13 years ago by
Attachment: | Image_2_Source_Editor_FocusOK.JPG added |
---|
comment:1 Changed 13 years ago by
Cc: | Hallvord R. M. Steen (Opera Software) added |
---|
comment:2 Changed 13 years ago by
Keywords: | Kindle Silk removed |
---|---|
Status: | new → confirmed |
Version: | 3.6 → 3.2.2 |
comment:3 Changed 13 years ago by
How does CKEditor detect whether contentEditable / designMode is supported? You're likely trying to initialize the editor in Opera Mobile versions with no rich text editing support. IMO you should fall back to a TEXTAREA (actually I've been intending to discuss this with you).
comment:4 Changed 12 years ago by
Component: | Accessibility → General |
---|
Issue has been reproducible from CKEditor 3.2.2. I have checked it under Opera mobile 11.50 23731.
Seems that from CKE 3.2.2 Opera has stopped recognizing WYSIWYG area as editable (keyboard does no longer popup).