This topic contains 3 replies, has 3 voices, and was last updated by admin 7 years, 2 months ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Lists › DropDownList › jqxDropdown inside jqxPanel issue
Tagged: jquery panel, jQuery Widgets, jqwidgets, jqxpanel, panel
This topic contains 3 replies, has 3 voices, and was last updated by admin 7 years, 2 months ago.
Hi
I have an issue with an jqxDropdown element inside a jqxPanel.
Issue:
– the list entries do not scroll when the panel is scrolled
example:
https://jsfiddle.net/djhg6pjo/
to reproduce:
– open the dropdown
– move mouse right beside the dropdown over the “free space”
– scroll the panel via mouse wheel
result:
– panel scrolls down
– dropdown header element scrolls correctly
– list entries stay at their position
Hi Florian Auer,
Thanks for feedback. You can call “close” if you wish to close the dropdown. The popup is not supposed to be scrolled.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi Peter
Ok, but in the example at http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdropdownlist/jquery-dropdownlist-getting-started.htm?search= the dropdown-List scrolls correctly with the header when opened and the paged scrols down via mouse wheel.
So i thougt this should also be possible if the dropdown is nested inside a panel.
Hi Florian Auer,
The DropDown is positioned absolutely in the page’s body, not in nested elements. It does not matter whether it is in our Panel or in custom Panel with scrolling. If you would like to close it, then you can close it using the “close” method.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
You must be logged in to reply to this topic.