Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Fix for number filter checking for numbers #6263

Closed
sagens42 opened this issue Feb 14, 2014 · 1 comment
Closed

Fix for number filter checking for numbers #6263

sagens42 opened this issue Feb 14, 2014 · 1 comment

Comments

@sagens42
Copy link
Contributor

Browser: Other
Component: misc core
Regression: yes

Fix for number filter when passing not a number to a filter. isNaN is
broken, so we should use isNumber function in formatNumber function.
Close #6188
Another problem I found is 'isNumber(NaN)' returned 'true' that seems not to be correct. With this fix everything works fine

@sagens42
Copy link
Contributor Author

Dublicate of #6261

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

No branches or pull requests

1 participant