Skip to main content

Bug Tracker

Side navigation

#12623 closed bug (notabug)

Opened September 27, 2012 12:03PM UTC

Closed September 28, 2012 05:45PM UTC

IE8 manual triggering of events on change

Reported by: kosiaciok@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocked by: Blocking:
Description

Trying to activate a checkbox by another element causes inverted behavior in IE8 if I want to do some actions inside onchange method.

i.e. trigger checkbox by clicking on a link and changing link color depending on :checked attribute of the checkbox.

http://jsfiddle.net/5yA79/20/

Attachments (0)
Change History (1)

Changed September 28, 2012 05:45PM UTC by dmethvin comment:1

_comment0: Event order isn't exactly the same in oldIE and there isn't a lot we can do about it. If you change that to valid semantic markup and use a label, it works fine in addition to improving accessibility and using less code. \ \ http://jsfiddle.net/5yA79/23/ \ 1348854638560822
resolution: → notabug
status: newclosed

Event order isn't exactly the same in oldIE and there isn't a lot we can do about it. If you change that to valid semantic markup and use a label, it works fine in addition to improving accessibility and using less code.

http://jsfiddle.net/5yA79/24/