Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnDemandGrid, ColumnSet, Pagination and height: auto causes horizontal scrollbar to overlap with last row #785

Closed
ghost opened this issue Dec 4, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 4, 2013

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

@kfranqueiro
Copy link
Member

This is resolved by 7ae43e0 along with #650.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant