Search and Top Navigation
#5595 closed bug (notabug)
Opened May 07, 2010 06:33PM UTC
Closed April 12, 2011 07:46AM UTC
Last modified October 11, 2012 09:15PM UTC
jQuery('a').button().click() causes click event to be fired twice
Reported by: | metalculus84 | Owned by: | metalculus84 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.button | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery('a').button().click() causes click event to be fired twice
jQuery('a').click().button() works as expected.
It shouldn't matter what order these calls are made in the chain right?
Attachments (0)
Change History (4)
Changed March 28, 2011 05:25PM UTC by comment:1
owner: | → metalculus84 |
---|---|
status: | new → pending |
Changed March 28, 2011 05:58PM UTC by comment:2
Tested using jQuery('a').button().click() and jquery ui 1.8.1; also could not reproduce the behavior.
Changed April 12, 2011 07:46AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
I tried to test this with jquery ui 1.8.1, and I couldn't get this behavior. Here is my test case: http://jsbin.com/axube5/5
Please provide a valid test case and reopen, thanks!