-
1 Dec 2008 7:23 AM #1
Focus class issue for TextField
Focus class issue for TextField
Hi All,
I am having some CSS issues, the focus class for TextField is getting messed up, attached is the screen shot as well as the sample project.Regards,
Please let me know if any one have a solution for this.
Jayaveer.B
-
25 Apr 2009 11:22 AM #2
found that out:
add css:
the td is to prevent the same hideous blue borders that appear if you rightclick a grid cell.Code:input, textarea, td { outline: none; }Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
27 Apr 2009 11:17 PM #3
Hi,
Small addition to the code! we need to add the same setting for div tag, else when clicked on the fieldLabel one can see the border again.
Thanks for the replyCode:input, textarea, td, div { outline: none; }
-
27 Apr 2009 11:33 PM #4
Yes, you're right. Got this issue, too. I forgot to edit the post, sorry.
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR




Reply With Quote