Opened 8 years ago
Last modified 8 years ago
#16642 confirmed Bug
[iOS] Widget fake selection is not correctly removed.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://ckeditor.com/demo#widgets.
- Focus code widget inside second editor.
- Click somewhere else to focus the text.
- Press enter.
Expected result
The newline is inserted (the caret is placed in the text content).
Actual result
The widget editing dialog is opened.
As you may see on attached screenshot, the caret was placed on the tap position and virtual keyboard appeared. However, selected widget still has blue border which means fake selection (I assume, it may be some other focus thing?) is still active.
Other details (browser, OS, CKEditor version, installed plugins)
Safari, iOS 9.3.1.
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | IMG_0054.PNG added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|