Closed (works as designed)
Project:
Views Bookmark
Version:
5.x-1.x-dev
Component:
JavaScript
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2008 at 13:02 UTC
Updated:
5 Jun 2008 at 08:40 UTC
The 5.x-1.0 version of jQuery Update seems to work fine with the JS Aggregator but that uses an old i jQuery, I want to use the latest 1.2.6 version of jQuery but if i try to aggregate after the jQuery Update I get these to errors:
[Break on this error] rd:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/j...
59130b4beed9fd644... (line 13)
missing } after property list
/files/js/59130b4beed9fd6443152a06404799fb.js
Line 13
[Break on this error] <script type="text/javascript">Drupal.extend({ settings: { "teleport": { "fo...
performance (line 391)
Drupal has no properties
/admin/settings/performance
Line 391
Comments
Comment #1
derjochenmeyer commentedI use a 5.x-2.x-dev version which is a week old. I cant reproduce these errors. Works fine for me... Sure that its not another module is causing those errors?
Comment #2
derjochenmeyer commentedComment #3
detot commentedI get this error when I try to aggregate. When I turn of js aggregate the error disappears.
the js files i try to compress is:
Comment #4
detot commentedExcluding views_bookmark.js from aggregation
seems to fix the errors. So maybe this is a views_bookmark task?
Comment #5
detot commentedComment #6
derjochenmeyer commentedSome js files are really hard to aggregate. There is no safe way to aggregate and compress all possible combinations of javascripts. Thats why we implemented the exclusion list. But jQuery itself and all jQuery Update Versions should work. Closing this issue...