-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b04
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152907 | OpenJDK6 | Denis Fokin | P3 | Resolved | Fixed | b03 |
If non-null cursor is passed to one of startDrag() methods
of java.awt.dnd.DragGestureEvent or java.awt.dnd.DragSource
classes, then during the DnD operation the cursor isn't
updated. It's confusing for some users (for example,
refer to the bugs 5018702, 4407521, 5101182, 5043688).
Null cursor should be passed to startDrag() so that the
cursor is updated during the DnD operation.
There was the bug 4455820 on the same issue, but it was fixed
poorly: some words about null cursor and the default drag cursor
behavior were added only to the javadoc for the class
java.awt.dnd.DragSourceContext. This isn't sufficient since
programmers typically use startDrag() of DragGestureEvent and
DragSource. So the null cursor behavior should be documented
in startDrag() methods of DragGestureEvent and DragSource.
###@###.### 2004-09-15
###@###.### 2004-09-15
of java.awt.dnd.DragGestureEvent or java.awt.dnd.DragSource
classes, then during the DnD operation the cursor isn't
updated. It's confusing for some users (for example,
refer to the bugs 5018702, 4407521, 5101182, 5043688).
Null cursor should be passed to startDrag() so that the
cursor is updated during the DnD operation.
There was the bug 4455820 on the same issue, but it was fixed
poorly: some words about null cursor and the default drag cursor
behavior were added only to the javadoc for the class
java.awt.dnd.DragSourceContext. This isn't sufficient since
programmers typically use startDrag() of DragGestureEvent and
DragSource. So the null cursor behavior should be documented
in startDrag() methods of DragGestureEvent and DragSource.
###@###.### 2004-09-15
###@###.### 2004-09-15
- backported by
-
JDK-2152907 Clarify default drag cursor behavior in startDrag() methods
-
- Resolved
-
- relates to
-
JDK-6773363 Fix bad copyrights in src/share/classes/java/awt/dnd and test/javax/script/Test3.java
-
- Resolved
-
-
JDK-5018702 CURSOR APPEARANCE INDICATES DRAGGING IS SUPPORTED WHEN IT IS NOT
-
- Closed
-
-
JDK-4407521 Cursor not modified during Drag and Drop
-
- Closed
-
-
JDK-5043688 DropTargetDragEvent.acceptDrag(int) doesn't work
-
- Closed
-
-
JDK-5101182 Cursor not modified during Drag and Drop
-
- Closed
-
(1 relates to)