Opened 11 years ago
Last modified 11 years ago
#11256 new Bug
[iOS] startupFocus option does not work on iPad
Reported by: | zkloepping | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | iOS | Cc: |
Description
I don't have a hosted example, but if you take
http://nightly.ckeditor.com/13-12-04-07-05/standard/samples/ajax.html
and simply change the line where the config is defined to read:
var config = {startupFocus: true};
you will notice that creating the editor will result in a focused cursor on desktop but not in iPad
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | cktest.html added |
---|
comment:1 Changed 11 years ago by
I recall some problems with forcing focus on iOS. It was a security feature, which prevented from automatically opening keyboard, or something like that. But it needs to be confirmed.
comment:2 Changed 11 years ago by
Keywords: | iOS added; ios removed |
---|
comment:3 Changed 11 years ago by
Summary: | startupFocus option does not work on iPad → [iOS] startupFocus option does not work on iPad |
---|
Example of startupFocus not working on iPad