Defect #189
Scrollbar causes flashing of window
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/20/2010
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
When there are many task in the list and the righthand scrollbar is dragged to the bottom the screen flashes when a task is clicked.
History
Updated by Robert Ivens about 14 years ago
This is due to the fact that the whole form is being recreated to highlight the clicked row and then the scrollbar position is set to old position. Unfortunately the scrollbar position can only be set AFTER the form is painted. So the flashing is the scrollbar moving.
I have filed a feature request with Servoy to be able to set the scrollbar position in the controller.recreateUI() function.
Updated by Robert Ivens almost 14 years ago
- Status changed from New to Resolved
Good news. Just received an update on my feature request #317587.
In Servoy 6.0 the recreateUI() call will remember the scrollbar position and will work both in Smart and Webclient.