nodpc / jn-npp-plugin

Automatically exported from code.google.com/p/jn-npp-plugin
0 stars 0 forks source link

Clipboard problem when pasting into Firefox. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. In a JavaScript extension, put some text on the clipboard. Example: 
clipBoard = "clip test";
2. In Notepad++, do a paste. The text appears in the current view.
3. In a Chrome field, do a paste. The text appears in the field.
4. In Notepad, do a paste. The text appears in the view.
5. In a Firefox field, do a paste. Some text appears in the field, but not the 
correct text.

Note. If I use the Edit > Copy from Notepad++, and then paste into a Firefox 
field, the text appears in the field properly.

What is the expected output? What do you see instead?

I expect the text I place on the clipboard using JavaScript in a jN extension 
to be the text pasted into other programs. This works with several programs, 
but not with Firefox.

What version of the product are you using? On what operating system?

Version 2.0.146
Windows 7 64-bit

Please provide any additional information below.

Thanks for creating jn-npp-plugin. It is a nice tool.

Original issue reported on code.google.com by fspaff...@gmail.com on 16 Jan 2015 at 3:46

GoogleCodeExporter commented 9 years ago
Issue reproducible in case of previous clipboard content from Microsoft Office 
program.

Original comment by eugen.kr...@gmail.com on 17 Jan 2015 at 9:08

GoogleCodeExporter commented 9 years ago
Fixed with r179

Original comment by eugen.kr...@gmail.com on 17 Jan 2015 at 11:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r181.

Original comment by eugen.kr...@gmail.com on 17 Jan 2015 at 11:27

GoogleCodeExporter commented 9 years ago
Thank you for the correction.

Original comment by fspaff...@gmail.com on 22 Jan 2015 at 3:02