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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
The dialog box contains 4 tabs where tab # 4 is hidden.
On IE, the right arrow that allows the user to go to tab # 4 is disabled. As a result, the user will not be able to go to tab # 4. Also, the underline is missing for the selected tab.
On IE
On Chrome
The text was updated successfully, but these errors were encountered:
The tabs component usually only queries the DOM once for all the elements, however when the template gets compiled later on, those references get lost. This fix addresses this by updating the references on the next digest.
Also improves some DOM lookups and removes some that weren't being used anymore.
Referencing angular#3953.
Fixesangular#8276.
The issue is reproducible in this codepen: http://codepen.io/cfung76/pen/PNyxZE
Steps to reproduce:
On IE
On Chrome
The text was updated successfully, but these errors were encountered: