I have a search form and many (single ) select drop down field in it.
Many fields work fine. But there are few fields like country, currency which contains hundreds of values in drop down select field.
So what happens is that when user clicks on drop down , say for country, and starts moving mouse over it , which ever items in drop down is hovered , gets shown as selected. Though in end only one is selected on which user left clicks. But moving mouse over fields shows them as selected . This is confusing.
How can this be fixed.
Select field is-
optionDataSource returns all countries list.
Smartclient we are using 7.0 rc2 ( or a version more than that)
Browser used - Mozilla firefox - 3.5.12
Thanks
Many fields work fine. But there are few fields like country, currency which contains hundreds of values in drop down select field.
So what happens is that when user clicks on drop down , say for country, and starts moving mouse over it , which ever items in drop down is hovered , gets shown as selected. Though in end only one is selected on which user left clicks. But moving mouse over fields shows them as selected . This is confusing.
How can this be fixed.
Select field is-
Code:
{name: "searchFieldCountry",align: "right", defaultValue: "<b>Countries</b>", type:"select",height:18,showTitle : false, optionDataSource:"countryDS",valueField:"isoCode",displayField:"name" },
Smartclient we are using 7.0 rc2 ( or a version more than that)
Browser used - Mozilla firefox - 3.5.12
Thanks
Comment