|
Quick Lists
|
|
Bug ID:
|
6580469
|
|
Votes
|
0
|
|
Synopsis
|
DnD cursor is not changed from NO_DROP even if drag is accepted by target
|
|
Category
|
java:dragndrop
|
|
Reported Against
|
|
|
Release Fixed
|
|
|
State
|
3-Accepted,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
6535356
|
|
Submit Date
|
13-JUL-2007
|
|
Description
|
The problem is reproducible only from 7.0b15.
Use an attached test to reproduce the problem.
1. Start drag from the red area.
2. Cursor should be changed to NO_DROP, because red area is a java.awt.Panel without DropTarget support.
3. Move the pointer over TextField.
4. Cursor will not be changed to COPY or MOVE cursor <= Problem !
This is incorrect because TextField has DropTarget support.
5. Move the pointer over yellow area.
6. Cursor will not be changed to COPY or MOVE cursor <= Problem !
This is incorrect because the yellow Panel has DropTarget support.
7. Slowly move pointer from red area to TextField.
8. When border of the TextField is crossed, pointer visualy "jumps back". <= problem !
The cursor should not change it's visual position in such way.
9. Finish the drag by releasing the mouse button.
NOTE: As for Step 8. Looks like anchor point of cursor is changed after crossing of TextField border.
Posted Date : 2007-07-13 16:06:18.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
it looks like this is a regression of fix for 6580469
Posted Date : 2007-10-02 10:38:30.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |