Hi all,
I am having a problem in handling a set of range sliders in a Pipeline Pilot report.
As you might know, it is possible to add HTML attributes to the slider component (onchange,onclick,etc etc). I am creating a report page that contains a table on the right and some checkboxes and sliders on the left.
Depending on the type of slider or the checkbox ticked, the content of the tabe changes dynamically.
By using only checkboxes (managed by the 'onmouseup' DOM event) the table updates.
By using the range sliders, only the 'onclick' event seems to work. Unfortunatelly this doesn't guarantee a good user experience like for the checkboxes and I need to use range sliders for certain properties.
Does anyone have any idea why?
I hope I made my problem clear, attached you can find the protocol if you want to have a look at the HTML of the whole webpage.
Regards,
Francesco