This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
In IE, tabbing through a field sets it as dirty #1206
Closed
Description
When using the tab key to move through form fields, in Internet Explorer it sets the fields dirty.
The following jsFiddle demonstrates:
http://jsfiddle.net/symblify/XL6RX/1/
Click on the input box and press tab, and the text underneath changes from "false" to "true". It works okay in other browsers.
I think the keyCode for tab needs added to this line:
https://github.com/angular/angular.js/blob/master/src/ng/directive/input.js#L394