internet explorer - IE11 CSS :hover missing some mouseout events? -
this weird 1 difficult reproduce...
we have following css/dom constructs:
<style> .mycheckboxclass { border-radius: 4px; /* plus -mox/-webkit/-khtml versions */ margin: 0 20px 0 0; padding: 2px 5px 2px 5px; } .mycheckboxclass:hover { background-color: #fe9e19; } </style> <div class="mycheckboxclass"> <label> <input type="checkbox" value="true" name="cb1" /> checkbox label goes here </label> </div>
ie11 stuck background-color: #fe9e19;
on multiple elements, seemingly not registering mouseout
!? tends happen when mouse being moved rapidly between elements
(hopefully img showing, i'm locked out of imgur form work)
oddly, it's top right 1 can stick often, , margin setting between , it's left neighbor it's not ie should getting confused due elements abutting each other.
...bueller?