Skip to main content

Search and Top Navigation

#5257 closed bug (fixed)

Opened March 02, 2010 05:02PM UTC

Closed March 03, 2010 03:38PM UTC

Mouse missing as dependency of Slider

Reported by: jzaefferer Owned by:
Priority: blocker Milestone: 1.8
Component: [meta] ui.downloadbuilder Version: 1.8rc3
Keywords: Cc:
Blocked by: Blocking:
Description

Slider depends on Core, Widget and Mouse. Mouse isn't a dependency on the Downloadbuilder. Manually adding Mouse there fixes the issue.

was:

I've downloaded 1.8rc3 with only slider (+ dependencies) and Start theme. When unpacking everything to a temp dir and opening index.html, I get these errors, and neither the hover effects nor the slider are working:

f is not a constructor
remove()jquery....min.js (line 37)
_create()jquery....min.js (line 51)
jquery-ui-1.8rc3.custom.min.js()jquery....min.js (line 51)
[Break on this error] (function(b){var a=b.fn.remove;b.fn.re...sDefaultPrevented())
)(jQuery);;/*

jquery....min.js (line 37)

$("#slider").slider is not a function

[Break on this error] values: [17, 67]

}}}

Seems like it fails to load jquery.ui.widget.js, therefore can't load slider either.

Attachments (0)
Change History (2)

Changed March 03, 2010 09:06AM UTC by jzaefferer comment:1

description: I've downloaded 1.8rc3 with only slider (+ dependencies) and Start theme. When unpacking everything to a temp dir and opening index.html, I get these errors, and neither the hover effects nor the slider are working: \ \ {{{ \ f is not a constructor \ remove()jquery....min.js (line 37) \ _create()jquery....min.js (line 51) \ jquery-ui-1.8rc3.custom.min.js()jquery....min.js (line 51) \ [Break on this error] (function(b){var a=b.fn.remove;b.fn.re...sDefaultPrevented())}}})(jQuery);;/* \ jquery....min.js (line 37) \ $("#slider").slider is not a function \ [Break on this error] values: [17, 67] \ }}} \ \ Seems like it fails to load jquery.ui.widget.js, therefore can't load slider either.Slider depends on Core, Widget and Mouse. Mouse isn't a dependency on the Downloadbuilder. Manually adding Mouse there fixes the issue. \ \ was: \ \ I've downloaded 1.8rc3 with only slider (+ dependencies) and Start theme. When unpacking everything to a temp dir and opening index.html, I get these errors, and neither the hover effects nor the slider are working: \ \ {{{ \ f is not a constructor \ remove()jquery....min.js (line 37) \ _create()jquery....min.js (line 51) \ jquery-ui-1.8rc3.custom.min.js()jquery....min.js (line 51) \ [Break on this error] (function(b){var a=b.fn.remove;b.fn.re...sDefaultPrevented())}}})(jQuery);;/* \ jquery....min.js (line 37) \ $("#slider").slider is not a function \ [Break on this error] values: [17, 67] \ }}} \ \ Seems like it fails to load jquery.ui.widget.js, therefore can't load slider either.
summary: Downloadbuilder: Embedded demo page brokenMouse missing as dependency of Slider

Changed March 03, 2010 03:38PM UTC by jzaefferer comment:2

resolution: → fixed
status: newclosed

Fixed in site-svn, r 1158