Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2009 at 21:19 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rfayI'll review this in my Ajax review.
Comment #2
carlos8f commentedThis fix works well and I think is ready to commit. Here's an up-to-date patch.
Comment #3
carlos8f commentedcan we get someone to look at this?
Comment #4
rfay1. it's my understanding that upload module will be removed before D7 is released, replaced by filefield. That doesn't mean we shouldn't solve this.
2. Does the change above have anything to do with this fix?
I can confirm that the fix works, but don't have enough understanding of the particular section of code to RTBC it.
I think we can get katbailey or effulgentsia or RobLoach to take a look at it.
If the first hunk is actually a usage comment, rather than relevant to the bug, please reroll without it.
This review is powered by Dreditor.
Comment #5
katbailey commentedAfter chatting with rfay about this in irc, we decided the most likely explanation is that the following line
just got left out of ajax.js by mistake. Putting it in fixes this bug.
Comment #6
carlos8f commentedConfirmed. I don't know why I didn't think of that :) RTBC in my opinion.
Comment #7
webchickSpoke to rfay in IRC about this, and he's pretty sure this was just an accidentally removed line from the CTools AJAX patch. Unfortunately, we have no way of testing JS, so this bug fix is good to go as-is.
Committed to HEAD. Thanks!
Comment #8
seutje commented*sigh*
marked #623450: AJAX keypress bind tries to bind to "undefined" selector as duplicate