jQuery UI Widgets › Forums › Editors › ScrollBar, Slider, BulletChart, RangeSelector › jqxSlider setValue on hidden div cause error
Tagged: Angular slider, display none, jquery slider, jqxslider, slider
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 8 years, 3 months ago.
Hello,
Following the new version 4.2.1, Method setValue on hidden div throw this error. jqx-all.js:7 Uncaught TypeError: Cannot read property 'left' of null
jqx-all.js:7 Uncaught TypeError: Cannot read property 'left' of null
whereas in the previous version it was working properly.
https://jsfiddle.net/xm1weqse/1/
thanks you in advance.
Hello npiron,
Thank you for your feedback. We will look into this issue. Please note, however, that calling methods of widgets with display: none is generally not supported. If you wish, you can use the following CSS instead:
display: none
<style type="text/css"> #jqxSlider, .jqx-slider-tickscontainer { visibility: hidden !important; } </style>
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.