Actions
Bug #3570
closedEvent forwarding doesn't work well when selection is in "selected" state
Start date:
10/27/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3570
Description
When a selection has been selected, and then you try to click on the scrollbar, for example, to move the viewable window down, the selection becomes "unselected" and the event is not forwarded to the appropriate object. This is particularly problematic for large selections.
Updated by Ryan McFall about 16 years ago
This is also a problem with the individual selection window, because it doesn't work well to try to work with the "type of selection" buttons when the event seems to be swallowed up.
For this reason I am moving this up to alpha2 rather than alpha3 (although I hope it doesn't cause all kinds of trouble!)
Updated by Ryan McFall about 16 years ago
Fixed by adding forwarding logic to the RectangleSelected mouse listener
Actions