angular-input-masks
angular-input-masks copied to clipboard
Freeze in decimal field
In your demo, try entering 3 digits into the decimal field (so there are 4 digits in total), then Ctrl+Z. It freezes my Chrome.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
In which field of the demo? I was unable to reproduce the error. Are you sure that the demo is freezing your browser?
Sorry for not being clear. I meant the second field with the "Decimals:" label. I'm currently experiencing the issue in Chrome 43 and IE11, on both Windows 7 and Windows 8.1 systems. In case you have multiple demos, I'm talking about this one: http://assisrafael.github.io/angular-input-masks/
It appears it's not actually freezing the browser, but it's definitely freezing the current tab.
It seems to be an issue with the watcher on the decimals value. Maybe a de-bounce function could prevent this bug.