#7132 closed Bug (fixed)
Paste toolbar buttons are becoming disabled
Reported by: | James | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Toolbar | Version: | 3.5.1 |
Keywords: | IBM IE | Cc: | Damian, Teresa Monahan, Satya Minnekanti, e@… |
Description
Steps to reproduce the defect:
- Open the Ajax sample.
- Click on the paste button in the toolbar to display the paste dialog.
- Click on the cancel button.
- Repeat steps 2 & 3.
Result: The paste buttons in the toolbar become disabled.
N.B. This is always reproducible in IE7 & IE8 and has been reproduced in FF 3.6.8 but it is not reproducible in other versions of FF e.g. 3.6.6
Attachments (1)
Change History (12)
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 3.5.2 (SVN - trunk) → 3.5.1 |
comment:2 Changed 14 years ago by
Cc: | e@… added |
---|
comment:3 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 7132.patch added |
---|
comment:4 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:6 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
This's already fixed in [6478].
comment:9 Changed 14 years ago by
I could still reproduce this issue on nightly build. Could you ple reopen this defect
comment:10 Changed 14 years ago by
We have tried this scenario in many configurations and could not reproduce this ticket. Could you provide us with more details?
comment:11 Changed 14 years ago by
I can reproduce this on the 3.5.2 version of the editor but I cannot reproduce it on the current 3.5.3 version so it must be fixed.
This appears to be a problem that only occurs when you click "Allow access" when asked "Do you want to allow this webpage to access your clipboard?"
Then, the paste button becomes disabled if the clipboard contains an image or something else that can't be pasted into the text box. Unfortunately, ckeditor doesn't know exactly when the clipboard changes from containing an image to containing text. Therefore, to reactivate the paste button, you have to copy something from the ckeditor text box, and then you can copy something from another window.