-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
Name: rm29839 Date: 06/12/98
When an internal frame is not active, it's glass
pane is set to be visible. When this happens
the mouse events that the glass pane recieves
are caught and send down to the appropriate
component within the internal frame.
DropTargets within the internal frame are not so
lucky as the glass pane prevents them from being
recognised.
(Review ID: 33558)
======================================================================
I am re-assigning this bug to swing. DnD uses the Component.findComponentAt() method to map the platform Drag and Drop events to the appropriate Component/DropTarget pair. It has no knowledge (nor should it) of the types of the Containers/Components involved in the hierarchy.
Seems like the internal frames findComponentAt() method needs fixing?
larry.cable@Eng 1998-06-12
- duplicates
-
JDK-4218515 Drop listener disabled for component in JinternalFrame
-
- Resolved
-