Changes between Initial Version and Version 1 of Ticket #9736, comment 4
- Timestamp:
- Feb 18, 2013, 10:17:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9736, comment 4
initial v1 1 Tested on Samsung Galaxy S, Android 4.2.1 (Jelly Bean s), CKEditor 4.0.1 samples for the Standard preset.1 Tested on Samsung Galaxy S, Android 4.2.1 (Jelly Bean), CKEditor 4.0.1 samples for the Standard preset. 2 2 3 3 '''Stock browser, replacebycode (iframe) sample''' … … 9 9 Selection works, selection handles appear, it's possible to use toolbar buttons to do something with the selection. However, after an operation is performed, the handles disappear while the expanded text selection stays intact. 10 10 11 '''Firefox browser, replacebycode (iframe) sample'''11 '''Firefox 18.0.2 browser, replacebycode (iframe) sample''' 12 12 13 13 Selection works if you touch and hold, one word is selected and you can expand the selection by using the handles. However, when the page is subsequently scrolled, the handles stay in place and thus become out of sync with the selection (see screenshot). It is *not* possible to perform any operation on the selection, after a toolbar button (like Bold) is clicked, text becomes unselected and no change is applied. 14 14 15 '''Firefox browser, inline sample'''15 '''Firefox 18.0.2 browser, inline sample''' 16 16 17 17 The same as in iframe, the only difference being that the handles move correctly with page scrolling.