Opened 8 years ago
Last modified 8 years ago
#16974 confirmed Bug
Pasting into editor while dialog is opening
Reported by: | Tomasz Jakut | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Copy some link.
- Open http://sdk.ckeditor.com/samples/classic.html
- Click inside the editor.
- Press
Ctrl + L
. - Immediately after the previous step, press and hold
Ctrl + V
for a while
Expected result
Link is pasted several times into the focused field of newly opened dialog
Actual result
Link is pasted several times inside the editor. It's even possible to type into the editor while dialog is open.
Note also that this scenario is possible only when the dialog is opened for the first time. On the subsequent dialog openings the link is pasted once/twice into the editor before the focus is moved into the appropriate field inside the dialog.