-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Milestone
Description
https://forum.matomo.org/t/problems-with-internet-explorer-11-ie-11/30903
If you add a new user in IE11, the UI is broken. As far as I was able to observe, there are at least two problems:
- The
onfocus
andonblur
events are missing or not working, they should add/remove theactive
class from the label. - The
:focus
pseudo-selector does not work, nothing is turned green.