Frontend Tips

Practical advice for frontend engineers / web developers

October, 2009

You are currently browsing the Frontend Tips archives for October, 2009.

IE bug: change event ‘fails’ to bubble

By Isofarro on October 5th, 2009 - No comments

I ran into a weirdness where the change event fired on a select HTML element doesn’t seem to bubble up and reach the listener attached to the parent form element. Although this is specified in a W3C recommendation for this event to bubble, Internet Explorer doesn’t do this (but perhaps IE’s behaviour is correct?). So […]

Copyright © 2007 - 2009, isolani