Skip to main content

Bug Tracker

Side navigation

#4780 closed enhancement (duplicate)

Opened June 17, 2009 07:27PM UTC

Closed June 25, 2010 03:40AM UTC

Last modified March 13, 2012 06:45PM UTC

Cross browser abstraction of binding click event to option element

Reported by: insanek Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: click event IE option Cc:
Blocked by: Blocking:
Description

Currently it is possible to bind too a click event of a specific select box option in firefox (for example). In Internet Explorer it is not possible.

The alternative (I believe) is too bind to the change event on the parent select box and then use further logic to determine which option has been selected.

It would be nice if the additional logic wasn't necessary and therefore the ability to bind a click event to an option element was abstracted.

Attachments (0)
Change History (1)

Changed June 25, 2010 03:40AM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #4950.