Search and Top Navigation
#5921 closed bug (fixed)
Opened August 10, 2010 10:04PM UTC
Closed August 10, 2010 10:17PM UTC
Last modified September 10, 2010 05:25PM UTC
Problem with JavaScriptPacker
| Reported by: | juergen.furrer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.5 |
| Component: | [meta] ui.dev | Version: | 1.8.4 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
I hade some errors while packing the UI:
jquery.ui.core.js:
There is a whitespace that makes it impossible to pack the script finding after "module"
27: var proto = $.ui[ module ].prototype;
jquery.ui.tab.js:
Problem with the whitespace after "index"
606: load: function( index ) {
jquery.ui.resizable.js:
On line 598 is a semicolon missing
var _reset = function (exp) {
$(exp).each(function() {
var el = $(this);
// reset position for Opera - no need to verify it was changed
el.css({ position: el.data("resizable-alsoresize").position });
});
};
After removing these problems the JavaScriptPacker worked out of the box.
Attachments (0)
Change History (3)
Changed August 10, 2010 10:17PM UTC by comment:1
| component: | ui.core → [meta] ui.dev |
|---|---|
| milestone: | TBD → 1.9 |
| resolution: | → fixed |
| status: | new → closed |
Changed August 10, 2010 10:24PM UTC by comment:2
WOW, you are fast ;)
Great Work
Changed September 10, 2010 05:25PM UTC by comment:3
| milestone: | 1.9 → 1.8.5 |
|---|
Thanks. Fixed in 04347e5.