Changes between Version 1 and Version 2 of Ticket #10714, comment 3
- Timestamp:
- Feb 20, 2014, 8:53:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10714, comment 3
v1 v2 1 To reproduce the issue CKEditor must use iframe for wysiwygarea .1 To reproduce the issue CKEditor must use iframe for wysiwygarea and CKEditor container must have some offset (https://bugs.webkit.org/show_bug.cgi?id=128924) from the document node. 2 2 3 3 Any touch listener on any ckeditor iframe parent will cause this issue on iOS also floating panels become not clickable, because focus leaves iframes before click handling happens (blur happens before click and panel hides)