Changes between Initial Version and Version 15 of Ticket #10714
- Timestamp:
- May 12, 2014, 12:35:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10714
-
Property
Status
changed from
new
toreview
- Property Cc toni.rudolf@… added
-
Property
Summary
changed from
IOS: On iPad a jQuery $("body").on("touchstart") listener prevents CKEditor selection
to[PR#82][iOS] On iPad touch listeners prevents CKEditor selection
- Property Owner set to Piotr Jasiun
-
Property
Version
changed from
4.2
to4.3.3 (GitHub - master)
-
Property
Milestone
changed from
to
CKEditor 4.4.1
- Property Keywords iOS HasPatch added; ios ipad safari selection removed
-
Property
Status
changed from
-
Ticket #10714 – Description
initial v15 1 1 On an iPad using a Safari or Chrome browser, selection does not work when a jQuery $("body").on("touchstart") event listener is used. 2 3 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. 4 5 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)