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

screenshot

(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?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -