Actions
Bug #3879
closedListening to mouseWentUp on TreeView triggers a mouseDrag event on other container
Start date:
03/06/2015
Due date:
% Done:
0%
Estimated time:
Description
When you listen to the mouseWentUp on a TreeView, after clicking on an item of this tree view, it will trigger a mouseDragged event on the container you hover after the click
The attached patch reproduces the bug on the treeview example.
Files
Updated by Benoit Daccache over 9 years ago
- Assignee changed from Koen Deforche to Benoit Daccache
Updated by Benoit Daccache over 9 years ago
- Status changed from New to Resolved
Fixed in commit d3f15ccb. Removed all preventPropagation for mouseEvents.
Updated by Or Barak over 9 years ago
- Status changed from Resolved to InProgress
In some cases there is no second mouse event.
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Updated by Koen Deforche about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Actions