1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Files
cheatsheets/ie_bugs.md
2015-11-24 15:48:01 +11: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 propogated to its positioned descendants

Lnks