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)
Change History (1)
Changed January 07, 2010 04:20AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #3827.