为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

can't copy & paste image on OS X or windows

  • 4 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 garvincottle

more options

OS X 10.8.5

Client has Windows ????

We can't copy images and paste them. Safari and Chrome work as usual (fine).

I upgraded to Firefox 30 from the previous version. It still doesn't work.

Very old versions of Firefox work fine.

I'm recommend my client use Google Chrome. Pity.

OS X 10.8.5 Client has Windows ???? We can't copy images and paste them. Safari and Chrome work as usual (fine). I upgraded to Firefox 30 from the previous version. It still doesn't work. Very old versions of Firefox work fine. I'm recommend my client use Google Chrome. Pity.

被采纳的解决方案

Hi garvincottle, Thank you for your question, you have reached the Help Desk for SUMO and I understand that the steps taken to copy and paste images in Firefox are proving unsuccessful.

In order to reproduce what you are seeing can you please provide the steps you are taking to copy and paste the images and please provide an example link to where you are preforming these steps.

With this information we can investigate a solution for the issue you are running into and help other users in the process.

Thank you and looking forward to hearing from you soon.

定位到答案原位置 👍 0

所有回复 (4)

more options

Confirmed I cannot do this either. However if I save the image as I can copy the image to other places.

-)
more options

Hi guigs2,

What will it take to get an official response from a Mozilla employee concerning this issue? Any thoughts?

more options

选择的解决方案

Hi garvincottle, Thank you for your question, you have reached the Help Desk for SUMO and I understand that the steps taken to copy and paste images in Firefox are proving unsuccessful.

In order to reproduce what you are seeing can you please provide the steps you are taking to copy and paste the images and please provide an example link to where you are preforming these steps.

With this information we can investigate a solution for the issue you are running into and help other users in the process.

Thank you and looking forward to hearing from you soon.

more options

Thanks guigs2,

I've found a solution, there was an entry in the .htaccess file of the website I had built which Firefox treats differently (maybe more correctly) than other browsers. In some cases, this code will prevent some versions of Firefox from copying images.

This entry in the root - public html directory .htaccess file was to blame: Rewrite rule.*\.(jpeg | jpg | png | gif)$ - [F,NC]

To comment it out (deactivate it) place a # (pound sign - without parenthesis!) at the beginning of it's line: "#" Rewrite rule.*\.(jpeg | jpg | png | gif)$ - [F,NC]

"F" means Forbidden and NC means "No Case" (i.e. it doesn't differentiate between upper and lower case characters).

It was also not allowing my webhost mail system to mail inline html images.


Thanks to smptebars1: (Drupal Forum Solution)

由garvincottle于修改