Opened 10 years ago
Last modified 10 years ago
#12595 new Bug
[iOS 7 Safari] Selection issue in inline editor
Reported by: | arshdeeps86 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 4.4.5 |
Keywords: | iOS | Cc: |
Description
I have been hassling with ckeditor on iOS for quite a while due to Ticket #12457. Turned out that inline editor does not suffer from all those issues of selection in iOS 7,8. So i moved my code to adapt with inline editor. Now i have observed new issue in selection with inline editor. Here are the steps to reproduce in 'inlinetextarea' sample from ckeditor in iOS 7:
- select any word.
- Now click on 'Link' button on the toolbar.
- Type some URL in the text field and press OK.
Observe link is inserted at some random position (sometimes at last selection point).
Similarly my app has no of modal windows. Each time i open a window, selection is lost in the inline ckeditor, so cannot perform operation on the intended selection. Please suggest a solution to this.