angular-ui / ui-select

AngularJS-native version of Select2 and Selectize
MIT License
3.26k stars 1.82k forks source link

Crash under IE8 and Firefox 3.6 #20

Closed tkrotoff closed 10 years ago

tkrotoff commented 10 years ago

Error: tElement[0].parentElement is undefined

Each time inside select.js, element[0] is used it means jqLite is not used and the code should be refactored.

We will gain support for IE8 and Firefox 3.6 + the code will be shorter and easier to understand :)

tkrotoff commented 10 years ago

See 40686b6fc9cc57520622be7f886fc620786d24d7 and d80c43cca666915d2db1570a2015f1f7793de145