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

Commit 77b4330

Browse files
committed
docs(select): remove solved known issue
The issue in question has been resolved some time in 2017. The bug report is still open, but the behavior has changed: https://bugzilla.mozilla.org/show_bug.cgi?id=126379 Let's hope they have tests for this! Related #9134
1 parent 7717de4 commit 77b4330

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ng/directive/select.js

-12
Original file line numberDiff line numberDiff line change
@@ -556,18 +556,6 @@ var SelectController =
556556
* {@link guide/interpolation#-ngattr-for-binding-to-arbitrary-attributes ngAttr} directive.
557557
*
558558
*
559-
* @knownIssue
560-
*
561-
* In Firefox, the select model is only updated when the select element is blurred. For example,
562-
* when switching between options with the keyboard, the select model is only set to the
563-
* currently selected option when the select is blurred, e.g via tab key or clicking the mouse
564-
* outside the select.
565-
*
566-
* This is due to an ambiguity in the select element specification. See the
567-
* [issue on the Firefox bug tracker](https://bugzilla.mozilla.org/show_bug.cgi?id=126379)
568-
* for more information, and this
569-
* [Github comment for a workaround](https://github.com/angular/angular.js/issues/9134#issuecomment-130800488)
570-
*
571559
* @example
572560
* ### Simple `select` elements with static options
573561
*

0 commit comments

Comments
 (0)