Closed (fixed)
Project:
Localization client
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2008 at 13:43 UTC
Updated:
5 Jan 2009 at 11:10 UTC
this javascript error jumps up on every page after installing the module (and it doesn't work):
ret[ret.length - 1] has no properties
in jquery.js.
I am using jquery update module, so maybe something in l10n_client.js isn't working with jquery version 1.1.2?
Comments
Comment #1
gábor hojtsyHm, well it was backported for the jQuery used in Drupal 5 from Drupal 6. What's you suggestion, should we ship with a "jQuery update" compatible version of the l10n_client JS file as well? Does not sound a too good idea to me.
Comment #2
heine commentedUpgrading the jquery used with jquery_update tojQuery 1.1.3 (http://docs.jquery.com/Downloading_jQuery) solved this issue without damaging collapsible fieldsets, tableselects, autocomplete and lots of custom code.
Comment #3
gábor hojtsySounds good. That might be a good idea to include in the jquery_update module then? Moving issue to jQuery Update module.
Comment #4
wmostrey commentedIt would be great if jquery_update could come with the 1.1.3 version. We were experiencing unresponsive script warnings using jquery_update with l10n_client and the 1.1.2 version of jquery.js. Switching to 1.1.3 resolved this issue and a quick look around didn't show any issues with other scripts such as swfobject or TinyMCE for instance. Since this has been tested and confirmed by Heine and myself this is RTBC as far as I can see.
Comment #5
sunjquery_update v2.x ships with jQuery 1.2.6 now and seems to be pretty stable so far.
I don't think that there will be another update to the 1.x branch. So, moving back to l10n_client queue.
Comment #6
gábor hojtsyHeine's report above suggests that the updated fixed jQuery update code fixed this issue. Right? So what else is to do on l10n_client?
Comment #7
yhager commentedalso works with jquery-1.1.4.
Comment #8
wmostrey commentedIndeed, there's nothing left to do.