I'm using SmartClient_SC_SNAPSHOT-2011-05-03 & SmartClient_SC_SNAPSHOT-2011-03-25
I've noticed that in IE7&8&9 (winXP,win7,), when I have a ListGrid that has both filterOnKeypress:true and autoFitFieldWidths:true, as you type in the filtereditor, when a filter is performed, IE ends up selecting the contents of the filtereditor textbox. The unfortunate effect of this is that as you type subsequent letters, you erase your previous letters, thereby rendering the filtering pretty useless.
Other browsers Chrome, Safari, FF on OSX seem to be behaving as expected and not selecting the entire contents of the filter box.
To re-create, just take the following example:
http://www.smartclient.com/docs/8.0/a/system/reference/SmartClient_Explorer.html#liveFilter
And add in to the ListGrid definition:
Then try typing into one of the filter boxes whilst using IE.
I've noticed that in IE7&8&9 (winXP,win7,), when I have a ListGrid that has both filterOnKeypress:true and autoFitFieldWidths:true, as you type in the filtereditor, when a filter is performed, IE ends up selecting the contents of the filtereditor textbox. The unfortunate effect of this is that as you type subsequent letters, you erase your previous letters, thereby rendering the filtering pretty useless.
Other browsers Chrome, Safari, FF on OSX seem to be behaving as expected and not selecting the entire contents of the filter box.
To re-create, just take the following example:
http://www.smartclient.com/docs/8.0/a/system/reference/SmartClient_Explorer.html#liveFilter
And add in to the ListGrid definition:
Code:
autoFitFieldWidths:true
Comment