Opened 17 years ago
Closed 16 years ago
#1793 closed bug (fixed)
Dragging icon over another causes it to be "picked up" next time
Reported by: | j_freeman | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Click on an icon on the desktop to select it; we'll call it icon A. Drag icon A across another desktop icon, which we'll call icon B.
Two things happen that shouldn't: 1) icon B becomes selected as if you were to click on it, and b) if you release icon A and then start dragging it again *both* icon A and B are now dragging, even though you never selected icon B.
Tested in hrev23957 on VMware Workstation.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Component: | - General → Applications/Tracker |
---|
Might be related to #2453, there is a bug concerning BPoseView::HiliteDropTarget() .
Note:
See TracTickets
for help on using tickets.
Additional notes:
Even both icons begin dragging, when you release the mouse only icon A is moved. Icon B stays where it should.
Expected behavior is that icon B never gets selected, dragged, or moved.