#13191 closed Bug (invalid)
Button CUT/COPY
Reported by: | Stan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Impossible use CUT/COPY buttons on panel. User used this buttons on 3.6.6 and after update to 4.4.7 this buttons doesn't work due some security reasonts of browsers. How to resolve it?
Attachments (1)
Change History (7)
Changed 10 years ago by
Attachment: | ckeditor_copy.jpg added |
---|
comment:1 Changed 10 years ago by
Keywords: | cut copy removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.4.7 |
comment:2 Changed 10 years ago by
I found that in 3.6.2 Cut / COPY buttons are disables. It is perfect solution which say to user that he can not use buttons.
comment:3 Changed 10 years ago by
Alert message is even better because it informs what the problem is.
comment:4 Changed 10 years ago by
Definitely agree with @j.swiderski. Having buttons which are always disabled will rise a question - why are they there since they are always disabled? Enabling them and displaying an alert is a way to explain what's the problem and still making them usable on IEs where the direct access is possible.
comment:6 Changed 10 years ago by
And is possible to make internal cut/copy to some JS variable? Not outside JS? My users just want copy conternal content into other internal content.
You will have to wait for browser vendors. Direct access to clipboard (cut/copy) or forcing paste is yet impossible on other browsers than IE. On IE, user must accept a security alert (by default but there is possibility to configure IE to allow this without alert) to allow this.