Opened 3 months ago
Closed 3 months ago
#19001 closed bug (fixed)
Behavior changed when drag'n'dropping from a BListView
Reported by: | humdinger | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev57849, 64bit.
I saw the issue recently with Clipdinger, when dragging a clip from the history (left) to the favorites (right). It used to work, so this appears to be a regression:
The selection of the source (history) changes when the item is dropped in the destination (favorites). When the drag message is processed, CurrentSelection() therefore points to the wrong item.
As I don't want to submit anyone to going through Clipdinger code, attached is a movie clip of the Devices app showing this behaviour. Though in case of Devices, it doesn't harm, because it doesn't actually allow d'n'd.
In the clip, I click and hold an item on the left, and move up and down (the selection moves with it: OK). Then move the mouse to the right (the selection doesn't change any more then the mouse pointer leaves the BListView: OK), I move the mouse down and release the button: Now the selection of the BListView on the left jumps to the position of my mouse: not OK IMO.
While I can try wrangling Clipdinger's code to work again, I think this changed behaviour is wrong and should be fixed. A selection in BListView A should not change when drag'n'dropping an item from it to BListView B.
Attachments (1)
Change History (8)
by , 3 months ago
comment:3 by , 3 months ago
Ah, missed that. Well, BListView hasn't changed since last December until just this month...
comment:4 by , 3 months ago
Issue addressed in https://review.haiku-os.org/c/haiku/+/8045. Don't alter the selection on mouse up if we've initiated a drag and drop operation like Clipdinger does.
comment:5 by , 3 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 3 months ago
Thanks for the quick fix, John! Tried and has Clipdinger work again as intended.
I hope the patch makes it into beta5...
comment:7 by , 3 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in hrev57985 +beta5.
D'n'd Devices