Ticket #493 (closed defect: invalid)

Opened 7 months ago

Last modified 7 weeks ago

Slider plugin not compatible with V2.0

Reported by: kmeirlaen Owned by: somebody
Priority: important Milestone: Plugin
Component: Other Version: 1.0.0 Stable
Keywords: Cc:

Description

the plugin uses some js that is not compatible with current jquery.
Plugin should be updated to
a) not include custom js but use js that is included with core
b) not include custom css, but use js that is included with core (jquery ui theme)
c) remove .ready() function
d) update javascript to load the slide to be comptabible with current jquery UI:

step: %s,
min: %s,
max: %s,
value: %s,
orientation: \'%s\',
slide: function(e,ui) {

$("#%s").val(ui.value);

}

e) update example so that step is 1 (now step is used, insted of steps)

Change History

Changed 7 months ago by VexedPanda

Note that $("#%s") won't work in QCubed either. It must be $j

Changed 6 months ago by alex94040

  • milestone changed from 2.0.0 to Plugin

Changed 7 weeks ago by VexedPanda

  • status changed from new to closed
  • resolution set to invalid

With the new core jQuery UI wrappers, I'm closing this ticket, since the plugin is obsolete in 2.0, and the plugin will only be used in 1.0.

Note: See TracTickets for help on using tickets.