DEV Community

Lam
Lam

Posted on

Legacy Ie Bugs Cheat Sheet

IE8: Opacity propagation

An element's 'opacity' value isn't propagated to its positioned descendants.

IE8: label with input

Clicking label with input inside doesn't focus the input.

IE8: 'change' event

The 'change' event doesn't always fire. Not for checkboxes, radios, multi-select lists. Use the click handler instead.

Reference

Top comments (0)