This is a migrated thread and some comments may be shown as answers.

Scrolling past the end of a ComboBox

1 Answer 127 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 16 Dec 2011, 09:41 AM
One issue that users of our site will complain about is the behavior of long combo boxes.

When using the mouse wheel to scroll down in a combo box, once the end of the combo box is reached, the whole page will scroll. This would be ok, except that since a mouse event has been triggered outside of the combo box, the combo box disappears. As a result, it's very hard to select the last few items in a combo box, since it's difficult to scroll to them without overshooting the box and closing it.

Here's JS Fiddle. To reproduce the bug, just scroll to the bottom with the mousewheel. The page will scroll and the combo box closes.

http://jsfiddle.net/NDDkA/1/

Any ideas for resolving this? Thanks!

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 16 Dec 2011, 10:27 AM
Hello Tim,

 
This is a known issue and it will be addressed in the begging of the next week. The fix will be available in the next internal build. If it is a show stopper for you I will suggest you open a support ticket and I will send you
the internal build.

As a workaround you can unbind the scroll event of the window, which closes the popup. Here is the updated jsFiddle demo.

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ComboBox
Asked by
Tim
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or