You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #650, but I have pagination additionally.
The scrollbars always overlap the last row in part or entirely for each value rowsPerPage.
See http://jsfiddle.net/marakante/8q3JF/12/
I can see this with MS IE 9 and 10, FF25.0.1, but not with MS IE8.
Setting the a css .dgrid-row{ height:20px} seems to solve the problem.
But using other values (e.g. 21px, 22px, 23px, >>40px) ends up with unexpected results.
This is similar to #650, but I have pagination additionally.
The scrollbars always overlap the last row in part or entirely for each value rowsPerPage.
See http://jsfiddle.net/marakante/8q3JF/12/
I can see this with MS IE 9 and 10, FF25.0.1, but not with MS IE8.
Setting the a css .dgrid-row{ height:20px} seems to solve the problem.
But using other values (e.g. 21px, 22px, 23px, >>40px) ends up with unexpected results.
dojo 1.9.1
dgrid 0.3.12
put-selector 0.3.5
xstyle 0.1.4
The text was updated successfully, but these errors were encountered: