Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Automatic scrolling with 90% zoom

$
0
0
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 :
Code:

isc.Canvas.setProperties({
  showCustomScrollbars:false
});

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

Viewing all articles
Browse latest Browse all 4756