-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Disappearing filter in last column #1957
Comments
Closing as this can't be reproduced in latest version: 13.3.1. Tried both Chrome and Safari. |
@rmc-software I'm sorry but the bug is still there :( (v13.3.1). Maybe my explanation was incomprehensible, sorry about that. I made a video which shows the bug: |
Reopened. Thanks for the follow up with the video. I have created AG-890 to track this and we'll provide updates here once we have them. |
No problem. Should have made a video in the first place. It explains it much better. No stress though, it's just a minor issue and should have a low priority. Thanks for looking into it. |
Hi, We can't reproduce this in v14. Are you still seeing this issue. If so could you provide more detail regarding environment. Thanks |
@rmc-software Unfortunately the bug is still there. It's reproducible in ag-grid demo page. I'm using the newest version of Chrome to test this. |
I just tried this open demo It all worked fine... Does this work for you? |
@makinggoodsoftware nope, bug is still there. Maybe you have smaller screen resolution or console open? I tried the scenario on smaller browser window and it worked fine. But on big screen the filter disappears. The only difference I noticed is that on big screen the number of filtered rows fits on "one screen" so scrollbar disappears. On smaller screen the scrollbar remained. |
Hello, I have experienced similar issue with my application. It seems that custom floating filters are re initialized why scrolling horizontally away and back. I changed your Angular Floating Filters plunker a little bit to demonstrate this: Current behavior Expected behavior Minimal reproduction of the problem with instructions
If you are unable to reproduce this issue, please increase the width of Silver and Bronze columns. Please tell us about your environment: ag-Grid version: 15.0.0 Browsers: |
Any progress on that? It seems to be very major issue and is observed in aggrid since at least 13.0.0. |
Hi, In ag-grid we have recently started processing github issues as well as customer issues. We are also going through the backlog of issues already open and acting on them as necessary, on this particular case, it seems like this issue could be gone in our latest release. Could you update the ag-grid version in your end and try again? Note that this issue is getting closed, but you are welcomed to create a new issue if you think this issue is still not resolved |
try set |
I'm submitting a ... (check one with "x")
Current behavior
Popup filter disappears if used in last column and number of filtered rows is lower than max number of visible renderable rows after filtering (simply put -> vertical scrollbar disappears after filtering + popup filter disappears too).
Expected behavior
Filter should stay opened after filtering.
Minimal reproduction of the problem with instructions
Please tell us about your environment:
ag-Grid version: 13.2.0
Browser:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Language: [all]
The text was updated successfully, but these errors were encountered: