Hello,
When the Canvas property showCustomScrollbars is set to false and a browser zoom to 90%, the ListGrid is automatically scrolling upwards.
Scenario :
1. http://www.smartclient.com/smartgwt/showcase
2. Evaluate in the dev console :
3. Open Grid -> Expanding Rows -> Details
4. Scroll to ~the middle of the grid
5. Zoom out to 90%
SmartClient version : SmartGWT showcase
Browser version : Chrome 32
Thank you
When the Canvas property showCustomScrollbars is set to false and a browser zoom to 90%, the ListGrid is automatically scrolling upwards.
Scenario :
1. http://www.smartclient.com/smartgwt/showcase
2. Evaluate in the dev console :
Code:
isc.Canvas.setProperties({
showCustomScrollbars:false
});
4. Scroll to ~the middle of the grid
5. Zoom out to 90%
SmartClient version : SmartGWT showcase
Browser version : Chrome 32
Thank you