This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63213 - ClassCastException after "Copy" action invocation
Summary: ClassCastException after "Copy" action invocation
Status: CLOSED DUPLICATE of bug 62384
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 09:19 UTC by Jaromir Uhrik
Modified: 2009-05-18 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2005-08-29 09:19:29 UTC
[daily build #200508281800]
1.Create HTML file
2.In HTML palette select e.g. Table
3.Invoke popup menu "Copy"
The following exception appears:

java.lang.ClassCastException
	at
sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:1189)
	at apple.awt.CDataTransferer.translateTransferable(CDataTransferer.java:125)
	at apple.awt.CClipboard.setContentsNative(CClipboard.java:67)
	at sun.awt.datatransfer.SunClipboard.setContents(SunClipboard.java:62)
	at org.netbeans.core.NbClipboard.run(NbClipboard.java:192)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Jiri Skrivanek 2005-08-29 09:31:36 UTC
Already filed under web/palette category.

*** This issue has been marked as a duplicate of 62384 ***
Comment 2 Jaromir Uhrik 2005-08-30 11:33:48 UTC
Duplicate =>Verified->Closed.