Just as the title suggests: I have noticed that in Ember Version 1.11.1, Ember.Select is a little unexpected behavior when in Firefox Browser.
The following jsbin (using Ember Version 1.11.3) shows Ember.Select(s) alongside a native HTML <select>.
http://emberjs.jsbin.com/cuwoci/1/edit?html,js,output
You should see that by default, the Firefox browser is auto-selecting the last <option> in the select list, as opposed to the first option like a native select.
It is hard to tell if this can be an Ember fix, or if firefox is interpreting the ember.select in a strange way and there is no direct way to fix?
Other browsers seem to be fine, and i did not notice this issue in previous releases (1.8 or 1.9.1).
Just as the title suggests: I have noticed that in Ember Version 1.11.1, Ember.Select is a little unexpected behavior when in Firefox Browser.
The following jsbin (using Ember Version 1.11.3) shows Ember.Select(s) alongside a native HTML
<select>.http://emberjs.jsbin.com/cuwoci/1/edit?html,js,output
You should see that by default, the Firefox browser is auto-selecting the last
<option>in the select list, as opposed to the first option like a native select.It is hard to tell if this can be an Ember fix, or if firefox is interpreting the ember.select in a strange way and there is no direct way to fix?
Other browsers seem to be fine, and i did not notice this issue in previous releases (1.8 or 1.9.1).