Actions
Bug #3533
closedMouse clicks ignored on the "pages containing vector images" list in VectorImageRasterization
Start date:
10/16/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3533
Description
It seems that mouse clicks are ignored when trying to choose a different item from the list of pages containing vector images. The buttons at the bottom of the PDF display component work correctly.
Updated by Ryan McFall about 16 years ago
This was fixed by fixing the code in redispatchEvent that assumed the source of the event was always the Selector component when converting points from the mouse event coordinates to the scroll pane coordinates. For some reason, some times they were the selector, and sometimes they were other components. Using e.getComponent() as the source coordinate system seems to have solved this problem.
Actions