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

Splice method on ext.headerFilters not working to IE <= 8 #5

Open
viko21 opened this issue Jul 25, 2013 · 0 comments
Open

Splice method on ext.headerFilters not working to IE <= 8 #5

viko21 opened this issue Jul 25, 2013 · 0 comments

Comments

@viko21
Copy link

viko21 commented Jul 25, 2013

On the function attached to the click event for the OK button of the filters there is a splice method applied to the workingFilters variable. The slice method only receives one argument and this not work as expected on IE 8 and older versions, the method needs to receive a second argument to work fine. I removed the splice method to the workingFilters array in my code but I need to know what this splice do exactly with the workingFilters array.
issuespliceie

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

No branches or pull requests

1 participant