ui-grid icon indicating copy to clipboard operation
ui-grid copied to clipboard

Something is not right when using v 4.7.1 - Scrolling horizontal disable/hide search input

Open davidbranco opened this issue 5 years ago • 7 comments

Hello,

Recently I updated the ui-grid version from 4.6+ to 4.7.1. And then, when I was testing in a grid with about 500 lines and 40 columns, the search option (input) in every column disappear when scrolling horizontal.

So, I downgraded the version and it works fine again. Maybe some in version 4.7.1.

Regards,

davidbranco avatar Feb 15 '19 17:02 davidbranco

Same issue here.

Virtualization of columns is causing the ui-grid-filter to not compile when the width is set on columns.

Codepen example with 4.7.1 https://codepen.io/desean1625/pen/exPJpN

desean1625 avatar Feb 15 '19 20:02 desean1625

@davidbranco AND @desean1625 What version of ui-grid has this working? I can try to debug a bit on my side and see if I can figure out which change introduced this issue.

mportuga avatar Feb 18 '19 16:02 mportuga

@mportuga 4.6.6 Works

Codepen Example with 4.6.6 https://codepen.io/desean1625/pen/vbbyvV

desean1625 avatar Feb 18 '19 19:02 desean1625

I will try to take a look at it tonight, or at the very least this week, if I can solve it within that timeframe, I will release it as part of 4.7.2

mportuga avatar Feb 19 '19 18:02 mportuga

Thanks @mportuga. If you need some tests and validation, count me in! @desean1625 I also manually removed the ^ from my package.json to prevent someone from update the version.

davidbranco avatar Feb 21 '19 14:02 davidbranco

Any update on this issue? I just upgrade to latest 4.8.0 and have the same issue.

justin-isenhour avatar May 09 '19 00:05 justin-isenhour

i believe this issue is the same one described here https://github.com/angular-ui/ui-grid/issues/6969 i was able to fix it, i explained how to fix it as well, temporarily before the next release

NightlyFox avatar May 12 '19 04:05 NightlyFox