Opened 17 years ago
Closed 17 years ago
#1344 closed Bug (fixed)
Cut/Paste buttons have no failure message
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6 |
Component: | General | Version: | |
Keywords: | Confirmed IE Review+ | Cc: |
Description
In IE, when customizing the security settings, under "Scripting", you will find "Allow paste operations via script". By default it is set to "Prompt". If instead it is set to "Disable", the cut and copy buttons will have no effect.
As in FF, a message should be displayed, indicating that the operation failed because of the security settings, and that the keyboard must be used for that instead.
Attachments (3)
Change History (11)
comment:1 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 17 years ago by
Attachment: | 1344.patch added |
---|
comment:2 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 17 years ago by
Keywords: | Review? removed |
---|
Changed 17 years ago by
Attachment: | 1344_2.patch added |
---|
Improved the previous patch such that only one permission warning is displayed in IE7.
comment:4 Changed 17 years ago by
Keywords: | Review? added |
---|
It seems there's no way to avoid getting two permission warnings (one for the permission check, and one for the actual action) in IE6 as long as the user sets pasting permissions to "Prompt". Fortunately the default pasting permission in IE6 is set to "Allow" so very few users would actually encounter that.
comment:5 Changed 17 years ago by
Keywords: | Review- added; Review? removed |
---|
Unfortunately it seems that this fix have no effect with the latest IE updates.
Changed 17 years ago by
Attachment: | 1344_3.patch added |
---|
comment:6 Changed 17 years ago by
Keywords: | Review? added; Review- removed |
---|---|
Owner: | changed from Martin Kou to Frederico Caldeira Knabben |
Status: | assigned → new |
The proposed patch uses the same event hack we have used for the pasting detection for the cut and copy operations.
comment:7 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:8 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [1617]. Click here for more info about our SVN system.
Retracted the review request since the patch is making cut/copy/paste operations give out two permission warnings in IE6 and IE7.