#25131 closed defect (bug) (fixed)
In iOS Safari it's impossible to type in TinyMCE after zooming in or out while the onscreen keyboard is open
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch fixed-major commit |
Focuses: | Cc: |
Description
Caused by Safari moving focus to the parent document ontouchstart and not returning the focus to the editor iframe. Any attempts to focus the editor iframe after that fail despite that the cursor is still there and blinking.
Attachments (3)
Change History (13)
Note: See
TracTickets for help on using
tickets.
This makes the Visual editor quite unusable in iOS. Was fixed upstream for TinyMCE 4.0 in https://github.com/tinymce/tinymce/commit/19946dbbad203788b79395da6c3fb645022214a4. Backporting that patch fixes it for 3.5.8.