jQuery UI Widgets › Forums › General Discussions › Problem jquery 3.3.1 or higher
This topic contains 11 replies, has 6 voices, and was last updated by admin 1 year, 9 months ago.
-
Author
-
Friends,
when using jquery 3.3.1 or higher, the windows vertical scrollbars are offset to the left.
wearing jqwidgets 14.0.0
Thank
Hi,
I cannot reproduce your problem. Here is an example with scrollbars using a higher version of jQuery.
If you can, please send me a demo of the problem.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/The problem is with jqxWindow.
Try this code.
Add lines to it to activate the scroll bar and see what happens with the bar using jquery 3.4.1. vs 3.2.1http://jsfiddle.net/jqwidgets/nE9A7/
$(“#jqxwindow”).jqxWindow({
height: 100,
width: 300,
theme: ‘energyblue’,
isModal:true,
modalOpacity:0.5
});<div id=’jqxwindow’>
<div>Header</div>
<div>Content
<p>1</p><p>2</p><p>3</p><p>4</p><p>5</p>
</div>
</div>Hi,
Here it is: http://jsfiddle.net/84gr5ceo/
I can’t see a problem. You can send me pictures on svetoslavb1234@gmail.comBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Send!!!
Hi,
To fix out the problem you can set the width of the jqx-window-content to
auto
orunset
.
Here is a quick sample: http://jsfiddle.net/rLuk697y/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Excelent!
Thank.
Hi,
Thank you for the update! If you need any help, please do not hesitate to contact us!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/same problem
Hi draligaber,
Can you please confirm if the fix above works in your case?
Best regards,
Ivan PeevskijQWidgets Team
https://www.jqwidgets.com/Hi,
I am facing issue in scrollbars when upgrading to jquery 3.6.3.
jqxpanel.js:8 Uncaught TypeError: Cannot set properties of undefined (setting ‘id’)
at c.<computed>.render (jqxpanel.js:8:2237)
at c.<computed>.createInstance (jqxpanel.js:8:488)
at b.jqx.applyWidget (jqxcore.js:15:63103)
at HTMLDivElement.<anonymous> (jqxcore.js:15:67523)
at Function.each (jquery-3.6.3.min.js:2:3003)
at E.fn.init.each (jquery-3.6.3.min.js:2:1481)
at b.fn.<computed> [as jqxPanel] (jqxcore.js:15:67446)
at c.<computed>._render (jqxtree.js:15:32290)
at c.<computed>.createInstance (jqxtree.js:15:2857)
at b.jqx.applyWidget (jqxcore.js:15:63103)Hi,
Could you post an example which demonstrates the reported issue, please?
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.