Ticket #5257 (closed bug: fixed)
Mouse missing as dependency of Slider
| Reported by: | joern.zaefferer | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8 |
| Component: | [meta] ui.downloadbuilder | Version: | 1.8rc3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by joern.zaefferer) (diff)
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.
Change History
Note: See
TracTickets for help on using
tickets.

