Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
ajax system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 22:56 UTC
Updated:
22 Dec 2010 at 14:06 UTC
Over at http://drupal.org/node/995854#comment-3854990, merlinofchaos said:
"Ok, I propose we modify the patch to change mousedown to click, and test http://drupal.org/node/216059#comment-721125 to see if it is relevant. jquery's event handling has been completely overhauled since that issue and this may not be something we have to worry about anymore, but we won't know until we test."
So this issue is to test that. :)
(posted by webchick on behalf of sun, who is caught in the middle of a bitter networking dispute between Oregon and Germany.)
| Comment | File | Size | Author |
|---|---|---|---|
| 1846.patch | 801 bytes | webchick |
Comments
Comment #1
webchickComment #3
rfayThought this was going to be done in #634616: Various problems due to AJAX binding to mousedown instead of click (see #995854-80: #ajax doesn't work at all if a file element (or enctype => "multipart/form-data") is included in the form)
Comment #4
effulgentsia commentedIf we're binding to click instead of mousedown, do we still need to bind to keypress too?
Comment #5
effulgentsia commentedx-post. my vote is to do it in that issue.
Comment #6
effulgentsia commentedwoops.
Comment #7
aspilicious commented1) Enable the poll module and create a new poll.
2) Move to the title field and hit the enter button.
3) A new element will be added to the AHAH add more section.
This still gives the same problems, I used this patch.
I also noticed something else (probably not related)
1) Pushing the enter button made the row weights appear + drag and drop icon => drag and drop broken
==> pressing add more fixes the issue
Comment #8
aspilicious commentedComment #9
sunSorry, this duplicate issue was my fault; wasn't able to access drupal.org.
The test results in #7 look very unfortunate. Can we move them over to #634616: Various problems due to AJAX binding to mousedown instead of click ?