SushmitaSen / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Copy to clipbord does not work with Flash 10 #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Click "Copy to clipboard"

What version of the product are you using? On what operating system?
Windows Vista and OSX, Flash 10

Please provide any additional information below.

I think this is due to changes in Flash 10 it will not work as Flash can no
longer access the clipboard without a user event.

Original issue reported on code.google.com by kuki...@gmail.com on 3 Jan 2009 at 4:28

GoogleCodeExporter commented 9 years ago
Actually its a Firefox thing not flash.

Original comment by pkuk...@gmail.com on 4 Jan 2009 at 3:49

GoogleCodeExporter commented 9 years ago
Issue 136 has been merged into this issue.

Original comment by alex.gor...@gmail.com on 10 Jan 2009 at 4:08

GoogleCodeExporter commented 9 years ago
This is a flash 10 issues. It doesn't surface in IE because SH uses IE's native 
clipboard function.

Original comment by alex.gor...@gmail.com on 10 Jan 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Issue 95 has been merged into this issue.

Original comment by alex.gor...@gmail.com on 10 Jan 2009 at 4:10

GoogleCodeExporter commented 9 years ago
Here is Adobes announcement.  I assume the swf makes use of the 
System.setClipboard() 
http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes_02.h
tml#head31

Original comment by kuki...@gmail.com on 10 Jan 2009 at 4:22

GoogleCodeExporter commented 9 years ago
I found this. It may be of interest.

http://ajaxian.com/archives/seeding-the-clipboard-in-flash10-with-zero-clipboard

Original comment by creuz...@gmail.com on 16 Jan 2009 at 4:57