There is still an issue in jQuery 1.4.4#45
Conversation
|
Sorry, line endings in your version doesn't seem to be linux variant and i updated them. |
|
Can you produce a better diff. I can't see what has changed in the pull request. |
|
We have links looking like: Links are shown when actions popup is opened. If you open popup, close and open again only confirm callback works. That's because of incorrect handling of pupup close. It makes $(document).unbind('click') without specifying handler pointer. I guess that live/delegate jQuery tricks are made using event propagation and catching them on level of document/delegate node. So popup closing code just cleared callback set by rails.js using live trick. So i think that we can close this request without applying changes. It appears to be jQuery issues. |
|
I added ticket in jQuery bug tracker: http://bugs.jquery.com/ticket/7520 |
|
As per request closing it. |
Still have to fix rails.js to work in our case. We have links with "date-confirm" and "data-method" simultaneously. Such links don't with in jQuery 1.4.3 - 1.4.4 without fix been pulled. Not sure if there are any issues with form.submit, just added it in case previous time.