Enter key for search

I’m very new to Yii. Just installed 1.1.10 and created a test app with one table. It has an auto increment field, last name, first name, and phone extension fields. I used Gii to generate a CRUD page.

Worked fine. In the search box above each column, I could type in a partial search term, hit ENTER, and get a list of matches. Everything looked great. But when I tried it using IE8, hitting ENTER didn’t work. I had to TAB out of the search box or click on another box. Worked OK in Chrome and Firefox, but not IE8. What am I missing here? Do I need to change a setting somewhere?

I did a search here in the forum on this problem but didn’t see anything that matched my situation.

Thanks for any info.

As i see on the Yii changelog for v1.1.11, Jquery has been updated, maybe it will solve some issues with IE8.

Anyway in many cases CGridView is used as an “admin area” tool and in many cases admin is a geek who uses Linux and who prohibits the use of windows :D

[center][/center]

This behavior depends on browser type and version…

There is actually an issue about that - https://github.com/yiisoft/yii/issues/121

Thanks to both of you for your replies. I decided to not use YII and do things manually. I need to learn more coding anyway.