|
From: Johannes S. (JIRA) <no...@sp...> - 2008-11-11 19:23:48
|
IAE in OverlayHelper: Don't know how to handle parent of type [javax.swing.JPanel].
-----------------------------------------------------------------------------------
Key: RCP-582
URL: http://jira.springframework.org/browse/RCP-582
Project: Spring Rich Client Project
Issue Type: Bug
Components: Core
Affects Versions: 1.1.0
Reporter: Johannes Schneider
Priority: Blocker
Opened a form within a Dialog. When editing a TextArea (within a ScrollPane) I get the following exception:
java.lang.IllegalArgumentException: Don't know how to handle parent of type [javax.swing.JPanel].
at org.springframework.richclient.util.OverlayHelper.getLayeredPane(OverlayHelper.java:343)
at org.springframework.richclient.util.OverlayHelper$OverlayUpdater.run(OverlayHelper.java:394)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
One strange(?) thing I found out when I tried to debug it:
org.springframework.richclient.util.OverlayHelper#attachOverlay gets called with a JScrollPane as overlayTarget...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|