I've been reading your forum and I decide to join 'cause I have a "big" problem.
I have this listbox, once I click on an option it displays a textbox and some other listboxes that the user must fill, etc. The textbox and the latest listboxes are just hidden (I use display:none).
Well the very first time I do this at IE7 it works perfect but if I close the window (it's a pop-up) or click "Cancel" (which just closes the pop-up too) and try to enter this section again IE/ won't let me write on the textbox AT ALL unless I refresh the whole page. The only way to make it work again without refreshing is move around the controls with tab, but that's a problem for user who doesn't know about this key, etc.
This happened to every textbox on the application: it works the first time, the it didn't unless I refreshed or used the tab key. But I could fix them (after reading hours and hours) by setting the focus on the textboxes, which (thanks God) are the first controls the user should work with. But I couldn't do the same with the hidden textbox
So the question is: is there a way to set focus on a hidden textbox so that when I have to show it the cursor is there??? or do you have another way to fix this IE7 error (about the textboxes that won't let me type in them)??
Btw, it works perfect in Firefox with or without the "fix" about the focus.
Thanks a lot in advance