Re: [Echo-list] Getting lost focus event in text field
Brought to you by:
tliebeck
From: Francisco F. Jr. <fxj...@ya...> - 2004-04-18 14:56:59
|
Francisco Figueiredo Jr. wrote: > Tod Liebeck wrote: > >> 1.1 has "basic" focus management which allows the application to focus a >> specific field between server interactions. It does not have any means >> of determining which component is focused before a server interaction, >> so the server side focus state is set to 'unknown' between server >> interactions. >> > > Thanks Tod. I will be doing some tests using Georg's implementation. I > will let you all know what I get. > > Hi Tod, Georg! I finally got it working. It worked like a charm in Firefox, but broke in IE. :( IE doesn't generate the onkeydown event for tab (char 9) and so I had to change the code to add an event hook to blur event. And so, it worked very well on both firefox and IE. Thanks very much for the help. And thank you for great Echo and Echopoint projects! -- Regards, Francisco Figueiredo Jr. Membro Fundador do Projeto MonoBrasil - MonoBrasil Project Founder Member http://monobrasil.softwarelivre.org ------------- "Science without religion is lame; religion without science is blind." ~ Albert Einstein |