Actions
Bug #3556
closedMouse events not redispatched correctly when rectangle selected
Start date:
10/23/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3556
Description
As an example, select a currently existing rectangle. Then, click and drag the scrollbar.
The scrollbar doesn't immediately receive the event. Likely in the code that cancels the selection, the event is not redispatched to the object it occurred on.
Updated by Ryan McFall about 16 years ago
This was resolved by ensuring that events are redispatched in the RectangleSelected mouse listener.
Actions