angular-ui/ui-grid

Style error when using editable number field and footer

Open

#5.999 geöffnet am 7. Feb. 2017

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

Repository-Metriken

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

Beschreibung

mistake When I use the edit feature of the ui-grid and I want to use a footer, there is something wrong in the style after editing.

I used 401 All Features example and I only modified the Age field in order to be a number type. When I edit any Age number pressing the arrows, the ui-grid styles are wrong.

I suspect that there is some mistake at ui-grid method: GridRenderContainer.prototype.needsHScrollbarPlaceholder, but I could not figure this out. If you have any recommendation it will be really useful for me.

Regards.

Here is my plunkr.

Contributor Guide