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

IE11 vertical scroll extends over pagination area when using pagination template. #5749

Closed
sk2160 opened this issue Oct 17, 2016 · 0 comments · Fixed by #6638
Closed

IE11 vertical scroll extends over pagination area when using pagination template. #5749

sk2160 opened this issue Oct 17, 2016 · 0 comments · Fixed by #6638

Comments

@sk2160
Copy link

sk2160 commented Oct 17, 2016

In IE11 only and only when using the pagination template option, the vertical scrolling when IE11 initially loads the page overlaps the pagination. See screen capture below:

image

Once the user scrolls or resizes the window, then the vertical scrolling height snaps to above the pagination displaying it correctly. See screen capture of after scrolling or resizing below:

image

When I comment out the pagination template as below, then the overlap issue does not occur:

            $scope.uiGridSearchResults = {
                enableColumnResizing: true,
                enablePaginationControls: true,
                paginationPageSizes: [100, 250, 500],
                paginationPageSize: commonUtilsService.maxUiGridSearchResultsPerPage,
                paginationCurrentPage: 1,
                showPagination: true,
                showNext500Button: false,
                showPrev500Button: false,
                disableNext500Button: false,
                disablePrev500Button: true,
                recordCount: 0,
                recordStart: 0,
                recordEnd: 0,
                //paginationTemplate: 'app/common/view/ls-grid-template.html',
                rowTemplate:'app/common/view/ls-grid-row-template.html',
                columnDefs: $scope.defaultColumnDefs,
                enableGridMenu: true,
                enableSelectAll: true,
                data: []
            };

We have custom buttons though and need this pagination template to work in IE11. Any help would be much appreciated! Thanks!

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

Successfully merging a pull request may close this issue.

2 participants