1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00
cheatsheets/ie_bugs.md
2018-03-06 15:33:44 +08:00

785 B

title category layout updated intro
Legacy IE bugs HTML 2017/sheet 2017-10-29 A bunch of bugs to take care of if you're going to target legacy IE browsers.

IE8: 'change' event

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

IE8: label with input

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

IE8: Opacity propagation

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