Closed (fixed)
Project:
JavaScript Theming
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2008 at 16:31 UTC
Updated:
22 Oct 2009 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
ibergmark commentedeveything = everything :-D
Comment #2
reg commentedSame here, did you find a solution?
Subscribing.
Comment #3
reg commentedJust realized that I installed it but never used it. When I disabled the module no more IE7 errors.
Comment #4
sandfurz commentedgot it ..
just delete the comma in line 144 of js_theming.messages.js
Comment #5
litwol commented@sandfurz,
Can you create a patch? i checked my files and i only have a comma on line 140, but i would like to make sure we're talking about the same one before i remove it from the module.
Comment #6
sandfurz commentedoops ... I see, maybe I produced some blanks in top of my file while experimenting - sorry :-)
But it's pretty clear to me now:
It's the very last comma, after function "prune" - which is already the last member of the js-object and therefore no other comma is needed. IE doesn't seem to be as tolerant es firefox in that aspect.
Comment #7
sandfurz commentedComment #8
jpmckinney commentedThe last trailing comma in js_theming/js_theming.table.js also needs to be removed.
Comment #9
jpmckinney commentedThe patch in #7 and the fix in #8 solves IE 7 issues. Both relate to trailing commas. Please commit the changes.
Comment #10
litwol commentedCommitted to -dev. thanks guys. If you have more patches for features or anything, let them come :)