Opened 8 years ago
Last modified 8 years ago
#14571 assigned Bug
IE11: Widget selection lost after Undo & Redo
Reported by: | Satya Minnekanti | Owned by: | Tade0 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | IBM IE | Cc: | Irina, chrisgui |
Description
Steps to reproduce
- Open Media Embed sample [http://sdk.ckeditor.com/samples/mediaembed.html]
- Delete existing content, add few paragraphs of text
- Embed a video in between paragraphs by using Media Embed dialog.
- Switch to source, change widget alignment to center by adding
class="embed-narrow embed-align-center"
- Switch back to Richtext, select the widget
- Click Undo
- Click Redo
Issue: Widget selection lost and first paragraph in editor body gets selected
Attachments (1)
Change History (8)
comment:1 Changed 8 years ago by
Cc: | Jakub Ś added |
---|
Changed 8 years ago by
Attachment: | 2016-04-07_1505.swf added |
---|
comment:2 Changed 8 years ago by
Another way to reproduce this issue:
- Open Placeholders sample [http://sdk.ckeditor.com/samples/placeholder.html]
- Double click on the 'Case ID' placeholders to open the dialog
- Update placeholder's name, e.g. 'Case ID' to 'Case ID 1'.
- Click 'OK' button.
- Observe that placeholder 'Case ID 1' is selected.
- Click Undo toolbar button.
- Click Redo toolbar button.
Expected result
Widget 'Case ID 1' is selected.
Actual result
The first paragraph in the editor is selected.
Other details (browser, OS, CKEditor version, installed plugins)
IE11 on Windows 7
comment:3 Changed 8 years ago by
Cc: | Jakub Ś removed |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
Version: | 4.5.9 (GitHub - master) → 4.3 |
Please see attached video. It seems that this is some secial test case.
After step 7 you need to perform 3 more in order to reproduce this issue.
- Widget is focused but click on it one more time
- Click Undo
- Click Redo
I have been able to reproduce this issue with these 3 extra steps in CKEdiotr 4.3. with image2 plugin
comment:4 Changed 8 years ago by
Owner: | set to kkrzton |
---|---|
Status: | confirmed → assigned |
comment:6 Changed 8 years ago by
Owner: | changed from kkrzton to Tade0 |
---|
comment:7 Changed 8 years ago by
It also happens on EDGE (version 20.10240.16384.0) - following the scenario pointed by @j.swiderski.
Tested in IE11 (11.0.10240.16724) on Windows 10 using http://sdk.ckeditor.com/samples/mediaembed.html but cannot reproduce this issue.
@j.swiderski could you take a look also, maybe it's the matter of different OS/browser version?