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

ComboBox Suggest method forces focus on the control in IE

3 Answers 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 03 Oct 2013, 05:12 PM
We have a combobox declared using the ASP.NET MVC wrapper (2013.2.716).
On IE (10 and earlier), giving it a value upon declaration causes the page to focus on the control and scroll down to it (if the combobox is past the current display area). So we end up with cases where a user would end up seeing the page scrolled down to the middle/bottom. We have confirmed that having ".Suggest(true)" triggers this behavior. Taking it off stops it from happening but we would prefer keeping it as it is helpful to aid users with its auto-completion.

Additionally, we have tested other browsers and they don't exhibit this behavior at all. Is this a known bug?

The declaration is quite simple and looks similar to this:

1.@Html.Kendo().ComboBox()
2.   .Suggest(true)
3.   .HighlightFirst(true)
4.   .BindTo(dataSource)
5.   .Value("someValue")

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 04 Oct 2013, 06:53 AM
Hello Ryan,

 
Thank you for drawing our attention to this issue. It will be addressed in the next internal build of Kendo UI due the next week. As a gratitude for your involvement I updated your Telerik points.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ryan
Top achievements
Rank 1
answered on 28 Oct 2013, 02:12 PM
Just an update for this issue. We've updated to the latest version (2013.2.918) but the issue is still present.
0
Georgi Krustev
Telerik team
answered on 29 Oct 2013, 01:56 PM
Hello again Ryan,

 
The latest official release of Kendo UI is Q2 SP1 (2013.2.918). The latest internal build, which includes the fix is 2013.2.1024+. You can download the build from "Products & Subscriptions" section. Check the attached image.

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