1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 07:28:25 +02:00
cheatsheets/ie_bugs.md
2017-10-22 13:08:21 +02:00

723 B

title, category
title category
IE bugs HTML

IE8: 'change' event doesn't always fire

Not for checkboxes, radios, multi-select lists. Use the click handler instead.

IE8: clicking label with input inside doesn't focus the input

IE8: an element's 'opacity' value isn't propagated to its positioned descendants

Lnks