Files
cheatsheets/ie_bugs.md
Rico Sta. Cruz 511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

766 B

title, category, updated, intro
title category updated intro
Legacy IE bugs HTML 2018-03-06 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.