Skip to main content

Bug Tracker

Side navigation

#5765 closed bug (duplicate)

Opened January 07, 2010 03:54AM UTC

Closed January 07, 2010 04:20AM UTC

programatic .click() of checkbox reports checkbox state inconsistenly to what is reported from a user click

Reported by: travi Owned by:
Priority: critical Milestone: 1.4
Component: unfiled Version: 1.4a2
Keywords: Cc:
Blocked by: Blocking:
Description

with a click handler attached to a checkbox, a user click and and programmatic .click() report opposite .is(':checked') results inside the click handler.

This causes QUnit tests to report failures with code that works when actual users interact with a page. It has also prevented me from using the same click handler for user clicks and programmatic .click()s in some instances.

I have run the attached QUnit test against 1.2.6, the lastest stable, and the nightly to verify this issue exists in all of those versions.

Attachments (1)
  • index.html (1.2 KB) - added by travi January 07, 2010 03:55AM UTC.

    QUnit test

Change History (1)

Changed January 07, 2010 04:20AM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #3827.