Skip to main content

Bug Tracker

Side navigation

#14069 closed bug (notabug)

Opened June 25, 2013 12:01PM UTC

Closed June 25, 2013 01:49PM UTC

Label containing a radio / checkbox seems to fire click event twice

Reported by: olle.broms@ewebbyran.se Owned by:
Priority: undecided Milestone: None
Component: unfiled Version:
Keywords: Cc:
Blocked by: Blocking:
Description

When clicking the label text the click event is fired twice and when clicking the input field it fire as I expected.

See the simple example below.

http://jsfiddle.net/gNTMC/

Attachments (0)
Change History (1)

Changed June 25, 2013 01:49PM UTC by gibson042 comment:1

resolution: → notabug
status: newclosed

You are observing standard browser behavior for invoking click events on form controls with labels: http://jsfiddle.net/gNTMC/1/