Opened 12 years ago
Closed 12 years ago
#9247 closed Bug (fixed)
[IE&inline] Toolbar lost after accepting security alert for all 3 "paste" buttons
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Focus | Version: | 4.0 |
Keywords: | IE7 | Cc: |
Description
- Open inline sample.
- Focus editor.
- Click "paste from word".
- Allow direct clipboard access.
- Content was pasted, but toolbar disappeared.
Tested on IE8.
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:5 Changed 12 years ago by
Status: | confirmed → pending |
---|
WFM on master, can you check if it expires?
comment:6 Changed 12 years ago by
Keywords: | IE7 added |
---|---|
Status: | pending → confirmed |
This is happening on IE7 and only when dialog asking about clipboard access pop out.
comment:7 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:8 Changed 12 years ago by
Status: | assigned → review |
---|
Pushed t/9247. Focus is locked before executing native paste command and unlock after that.
comment:9 Changed 12 years ago by
Component: | General → Core : Focus |
---|---|
Status: | review → review_passed |
comment:10 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
The focus must be locked until the pasting process is not resolved.