Details
Description
A forum user brought up the point that the while the mouse is down on a column page view's scroll bar page initialization and painting is suspended. The reason for this is to avoid initializing a whole bunch of pages via a fast scroll. However the logic is pretty simple, if we are in a scrolling state then we don't draw the page.
It should be fairly straight forward to alter the behaviour so that painting would begin if the scrolling speed was sufficiently low. This should create more positive user feedback but avoid excess loading on a fast scroll.
It should be fairly straight forward to alter the behaviour so that painting would begin if the scrolling speed was sufficiently low. This should create more positive user feedback but avoid excess loading on a fast scroll.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 5.0 [ 10314 ] |
Fix Version/s | 5.0.1 [ 10872 ] | |
Fix Version/s | 5.0 [ 10314 ] |
Fix Version/s | 5.1 [ 10675 ] | |
Fix Version/s | 5.0.1 [ 10872 ] |
Attachment | PDF-380_smarter_scroll_initialization.patch [ 16163 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 5.0.4 [ 11072 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 5.1 [ 10675 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37864 | Thu Sep 12 14:27:19 MDT 2013 | patrick.corless | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37865 | Thu Sep 12 14:27:50 MDT 2013 | patrick.corless | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Comment out the following lines
if (parentScrollPane != null &&
{ return; }parentScrollPane.getVerticalScrollBar().getValueIsAdjusting())