angular-ui/ui-grid
View on GitHubpagination control overlaps with the horizontal scroll bar in IE11
Open
#2,848 opened on Feb 26, 2015
7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript5,395 stars (5,395 stars)2,496 forks (2,496 forks)batch import
Browser IEgood first issuetype: bug
Description

Contributor guide
- Tech stack
- javascripthtmlcssangular
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- CSSAngularJS basicsIE11 compatibility
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Investigate the CSS causing the pagination control to overlap with the horizontal scrollbar in IE11. Look at the grid's CSS files for pagination and scrollbar styles. Test in IE11 to reproduce the issue. Consider using conditional CSS or JavaScript to fix the overlap. Check the issue comments for any additional details or attempted fixes.