Actions
Bug #3571
closedAdd hourglass when switching pages on PDF
Status:
Resolved
Priority:
Normal
Assignee:
Category:
parser
Target version:
Start date:
10/27/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3571
Description
I notice this particularly in the Identify Vector Images page when you click on a page number in the "Pages containing vector images" list on the document Exam3BS1110s08.pdf, but it's possible that it happens when scrolling through the PDF document from any window. It seems like the mouse event isn't doing anything, because it takes a while, so we should add an hour glass for the cursor while the page is being changed.
Updated by Ryan McFall about 16 years ago
There is evidence from the student testing that switching pages can take a long time outside the vector rasterization page, so we should modify PDFPane so that it always uses the hourglass when switching pages.
Updated by Sandeep Namilikonda over 15 years ago
Made necessary changes to PDFPane.java to display an hour glass while switching between the pages.
Actions