[thelist] Autofocus usability issues tackled

Bill Moseley moseley at hank.org
Thu Oct 12 22:11:57 CDT 2006


On Mon, Oct 09, 2006 at 06:03:12PM +0100, Christian Heilmann wrote:
> Whole story and test cases how to not do autofocus and several options
> to do it better at
> http://www.wait-till-i.com/index.php?p=348

I had just been bothered by this a few days ago!


BTW - do you need isfocused?  Can't you just return soon as you find
one that has changed?

    if (elm.value != elm.defaultValue) return;

-- 
Bill Moseley
moseley at hank.org




More information about the thelist mailing list