Hello,
I am using jqxPanel for a box that contains text.
I noticed a problem with the dimensions generated on the scrollbar, which creates an error in the display contained.
Here is the fiddle.
http://jsfiddle.net/nhbH6/299/
If you notice, the text is cut to the right by the container box. This happens because the width of the calculated scrollbar does not seem to respect its content.
In the example on fiddle, the object “jqxPanelverticalScrollBar” is less than the width of his son “jqxScrollWrapjqxPanelverticalScrollBar” with the consequence indicated above.
Another problem is that the “scrollBarSize” property never seems to work.
Even in the Demo that you give, changing the value is always the same. http://jsfiddle.net/jqwidgets/gK7Cy/
Would you help me?
Thanks