Opened 12 years ago
Last modified 11 years ago
#9937 new Bug
[iOS] CKEditor 3.6.3 (revision 7474) - iOS6 iPad - CK editor textarea lost the focus
Reported by: | rutvikupadhyay | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.3 |
Keywords: | iOS | Cc: |
Description
When user clicks in the middle of the ckditor text-area, try to type-in, only the first key pressed character is added to the text-area & text-area immediately lost the focus so keyboard hides before user press another key.
Strange thing is when user click on top place of ckeditor textarea OR click between the already written text and try to type-in, it works fine and focus remain in text-area.
Top area means, the area of <p> tag generated by the ckeditor by default.
Change History (6)
comment:1 follow-up: 2 Changed 12 years ago by
Keywords: | iOS added |
---|
comment:3 Changed 12 years ago by
Version: | 3.6.3 → 4.0 |
---|
Resolved :: I case you might not get the body height to 100% try to give its parent node, its working now, but still look even more better work around.
comment:4 Changed 12 years ago by
Version: | 4.0 → 3.6.3 |
---|
comment:5 Changed 12 years ago by
I have the same issue.And Ckeditor also can't get the focus after get the body 100% height. Any suggestions?
comment:6 Changed 11 years ago by
Summary: | CKEditor 3.6.3 (revision 7474) - iOS6 iPad - CK editor textarea lost the focus → [iOS] CKEditor 3.6.3 (revision 7474) - iOS6 iPad - CK editor textarea lost the focus |
---|
Replying to j.swiderski:
Well there is a small work around that can to the trick, just get the body 100% height, I guess your problem is solved. worked for me fine. works on ck 4 also