From a4238ddcee14bf4d473ecbe3bc4c6ea674abb8cf Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 29 Oct 2017 20:01:53 +0800 Subject: [PATCH] ie_bugs: update --- ie_bugs.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/ie_bugs.md b/ie_bugs.md index 6253b138f..34f107c2d 100644 --- a/ie_bugs.md +++ b/ie_bugs.md @@ -1,23 +1,31 @@ --- -title: IE bugs +title: Legacy IE bugs category: HTML +layout: 2017/sheet +updated: 2017-10-29 +intro: | + A bunch of bugs to take care of if you're going to target legacy IE browsers. --- -### IE8: 'change' event doesn't always fire +### IE8: 'change' event -Not for checkboxes, radios, multi-select lists. Use the `click` handler instead. +The 'change' event doesn't always fire. Not for checkboxes, radios, multi-select lists. Use the `click` handler instead. * [(1)](http://stackoverflow.com/questions/8005442/checkbox-change-event-works-when-click-the-label-in-ie8-ie7) -### IE8: clicking label with input inside doesn't focus the input +### IE8: label with input + +Clicking label with input inside doesn't focus the input. * [(1)](http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/LabelForWithImage.html) -### IE8: an element's 'opacity' value isn't propagated to its positioned descendants +### IE8: Opacity propagation + +An element's 'opacity' value isn't propagated to its positioned descendants. * [test case](http://jhop.me/tests/bugs/ie8/opacity_positioned.html) -### Lnks +### Also see - * [jhop.me](http://jhop.me/ie8-bugs) - * [charlescooke.me.uk](http://www.charlescooke.me.uk/web/lab_notes/bugs/index.html) +* [jhop.me](http://jhop.me/ie8-bugs) +* [charlescooke.me.uk](http://www.charlescooke.me.uk/web/lab_notes/bugs/index.html)