You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing disabled property with data-disabled fix the issue.
I'm not sure it's a good idea to use the HTML5 disabled attribute as a property for angularJS directive, as it may conflict with the native implementation of the browser ...
Why not using ng-disabled ? or nya-disabled ?
Toilal
changed the title
disable property defined makes scroll inactive on IE
disabled property defined makes scroll inactive on IE
Feb 11, 2016
This issue only occurs in Internet Explorer (IE 11.0.9600.17959)
It was quite hard to reproduce because it only occurs when change disabled property from
false
totrue
.Load this plnkr http://plnkr.co/edit/KXK36BEgIKvx8XWP5M40?p=preview and then open the select : Scrollbar is disabled and doesn't work.
The text was updated successfully, but these errors were encountered: