-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.2.0, 1.2.2, 1.2.2_005
-
x86
-
windows_98, windows_nt, windows_2000
When implementing dragEnter(DragSourceDragEvent dsde) of
interface DragSourceListener, a call to
dsde.getDragSourceContext().setCursor(DragSource.DefaultCopyDrop);
fails to set the Cursor to a "drop" cursor on windows.
It works fine on solaris.
The dnd operation executes fine, but the visual "drag over"
feedback (cursor change) does not. This is an important bug
that needs to be fixed.
=====
Reproducible test case is attached.
david.mendenhall@eng 2000-08-01
interface DragSourceListener, a call to
dsde.getDragSourceContext().setCursor(DragSource.DefaultCopyDrop);
fails to set the Cursor to a "drop" cursor on windows.
It works fine on solaris.
The dnd operation executes fine, but the visual "drag over"
feedback (cursor change) does not. This is an important bug
that needs to be fixed.
=====
Reproducible test case is attached.
david.mendenhall@eng 2000-08-01
- duplicates
-
JDK-4245830 DnD ACTION_COPY to JScrollPane shows "No Drop Target" cursor erroneously on NT
- Closed
-
JDK-4349345 Drag and Drop works, but cursor always indicate illegal operation
- Closed
-
JDK-4451328 1.3.1 Regression: DnD Custom Cursors are Getting overridden by defaults
- Resolved