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.