  | |  | textinput maintains "focus " when you click outside | textinput maintains "focus " when you click outside 2004-02-17 - By Brook Davies
Back Does anyone know how I can kill the focus on a textinput when a user clicks off of the component? As it stands if they click outside of the component and not specifically within another component, the first component keeps the focus.
The problem is is that my validation on the field is done when it loses focus, so the validation gets executed twice if the user clicks outside of the textinput and then clicks again somewhere else.
I tried Selection.setFocus(null_txt); to an empty text field which works, but it also kills the interaction with my tabbar, apparently it does not receive clicks anymore.
Any ideas?
Brook Davies logiforms.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |