angular-ui/ui-grid

Grid container grows automatically in IE with auto-resize

Open

#5.140 geöffnet am 19. Feb. 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
Browser IEgood first issue

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello,

if using the auto-resize feature and the grid hasn't a fixed height (e.g. only min-height or a height in % is giving) then the container grows on every timeout (250ms) by 1 px in IE11. May older or newer Versions of the IE are affected.

You can see it here: http://plnkr.co/edit/QmURrAjrl68Ye6w0yXJS?p=preview

I found a fix for that: You can find it here: https://github.com/ECP-Black/ui-grid/commit/bd57fcc893815366c8c357c68ee527144dd7118b

If i should send a pull request, let me know it.

Greetings Dennis

Contributor Guide