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

[Solved] hover over text in DropDownList

1 Answer 89 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vince
Top achievements
Rank 1
Vince asked on 17 Aug 2010, 02:10 PM
In IE8 and Chrome (Windows), if you hover the mouse over the text portion of a DropDownList, the mouse changes to a text insertion cursor. Because the text cannot be editted in a DropDownList, the mouse pointer should not change (which it does not for Firefox on Windows).

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 17 Aug 2010, 04:27 PM
Hello Vince,

Thank you for contacting us - we fixed it for the official release -- here's the fix:

.t-dropdown-wrap
{
    cursor: default;
}


Regards,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Vince
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or