[Bug 1571] New: JDK-7199196 : Incremental transfer is broken because of a typo
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Oct 1 03:12:21 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1571
Bug ID: 1571
Summary: JDK-7199196 : Incremental transfer is broken because
of a typo
Classification: Unclassified
Product: IcedTea
Version: 7-hg
Hardware: x86
URL: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=719
9196
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: xerxes at zafena.se
CC: unassigned at icedtea.classpath.org
This bug only trigger when pasting large amounts of data (256kb+) using the
clipboard
Steps to reproduce:
1. open clipboardtest.html in firefox
2. ctrl-a + crtl-c to copy content into clipboard
3. compile and run PasteTest.java reproducer from sun bug 7107490
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7107490
expected behaviour:
content is pasted to standard output
actual behaviour:
javac PasteTest.java
java PasteTest
java.io.IOException: Owner failed to convert data
at sun.awt.X11.XSelection.validateDataGetter(XSelection.java:444)
at sun.awt.X11.XSelection.getData(XSelection.java:378)
at sun.awt.X11.XClipboard.getClipboardData(XClipboard.java:120)
at
sun.awt.datatransfer.ClipboardTransferable.fetchOneFlavor(ClipboardTransferable.java:118)
at
sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:97)
at sun.awt.X11.XClipboard.getContents(XClipboard.java:106)
at PasteTest.paste(PasteTest.java:10)
at PasteTest.main(PasteTest.java:29)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131001/8f68dbc2/attachment.html
More information about the distro-pkg-dev
mailing list