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

Description

@symblify

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions