Skip to content
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

[BUG] Grid objects for Custom filters on the columns are getting lost or overwritten #7266

Open
sili2017 opened this issue Nov 1, 2022 · 1 comment

Comments

@sili2017
Copy link

sili2017 commented Nov 1, 2022

uigrid error
Describe the bug
UI Grid custom filters sample implementation is present at the page http://ui-grid.info/docs/#!/tutorial/Tutorial:%20306%20Custom%20Filters

If you open this sample implementation and also open console logs. When you apply filter initially it works with no error in logs. If you now again click to apply another filter, as soon window opens you see error in logs however filter gets applied successfully on main grid which is fine. But this error leaves us a question that it could not found the earlier object hence error was thrown each time filter pop up window opens.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ' url mentioned in the description and go to demo'
  2. Click on 'filter in the Age column apply some filter then again reopen filter pop up '
  3. Scroll down to ' console log'
  4. See error

Expected behavior
This error does not happens initially it only happens successively. I would not expect this error as object for grid to filter on column is somewhere already there in the memory

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Windows 10
  • chrome browser
  • Version [e.g. 22]
@sili2017
Copy link
Author

sili2017 commented Nov 1, 2022

This issue is causing another problem, when i do reset all on the main grid then selection on the custom filters remains selected although main grid gets selected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants