Opened 11 years ago
Last modified 10 years ago
#11405 confirmed Bug
[iOS] Unable to type on iPad after using dropdown list (Styles/Font/Size) or setting color
Reported by: | Brent | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3.1 |
Keywords: | iOS Support | Cc: |
Description (last modified by )
There is an issue with the Editor being used on the iPad (not saying it is limited to the iPad, but that's what I've been testing in) where the Editor will stop accepting any input. I can get this to happen in general when I'm switching focus between other INPUT elements on the screen and then try to focus on the Editor, but it is most easily repeated by using the styles/normal/font/size menus on the Editor itself.
All test cases were performed on http://ckeditor.com/demo#full
TC1
- Press "New Page" button.
- Select "Marker" style from the Styles dropdown.
Note: at this stage the editor looks like it has focus, the cursor is blinking.
- Start typing.
Result: typed text is not entered at all (and the cursor is still blinking).
4a) Touch the wysiwygarea to set focus, wait 2 seconds for the native context menu to appear and then start typing.
Result: typed text is entered and style is correctly set.
4b) Touch the wysiwygarea to set focus and quickly start typing.
Result: typed text is entered but selected style is ignored.
Touching the wysiwygarea to set focus before or after pressing the "New Page" button did not change anything, the editor behaves in the same way.
The problem with user not being able to type after using select dropdown happens with Styles/Format/Font/Size and also when setting Font/Background color.
TC2
Related to TC1, important to notice the difference between issues in TC1, points 3 and 4. Other styles like Bold also do not work in certain cases, I reported it in a separate ticket #12044
blackey: I'm experiencing this issue on an iPad 3, running iOS 7.0.3 and using the Safari browser.
wwalc: confirmed on iOS 7.1.1.
Change History (6)
comment:1 Changed 11 years ago by
Keywords: | iOS Support added; Freeze Focus Menus removed |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Summary: | Editor freezes on iPad after making font/size selections → [iOS] Editor freezes on iPad after making font/size selections |
---|
comment:4 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | [iOS] Editor freezes on iPad after making font/size selections → [iOS] Unable to type on iPad after using dropdown list (Styles/Font/Size) or setting color |
comment:5 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:6 Changed 10 years ago by
I made a similar experience using the editor in a webview inside my app. It seems that the textarea looses the focus after clicking in a menu (font, text color, text size). No keyboard input is accepted. Clicking exactly on the blinking cursor sometimes results in the expected behavior. This is only possible inside the simulator using the mouse. The behavior occurs in simulator on any devices with ios versions 6 and 7. It also occurs on a iphone 3gs with ios 6.1.
This issue is a continuation of #10180.