RE: forms and TAB query

Hi Tom,

Yes - it's a problem with the event handler. Mind you, the real problem is
in the design of the page, which doesn't actually require a text field to
communicate the information on the page.

Either way, it's an easy one to fix - thanks for your help.

Anthony

-----Original Message-----
From: Tom Gilder [mailto:w3c@tom.me.uk]
Sent: Tuesday, November 05, 2002 3:55 AM
To: w3c-wai-ig@w3.org
Subject: Re: forms and TAB query


On Monday, November 4, 2002, 12:45:45 AM, Quinn, Anthony wrote:
> I'm working on a form and the TAB key seems to work - but only up to a
> point. The cursor gets stuck in a form field. Can't quite figure out what
> the problem might be. Any thoughts?

The most likely cause is some script trying to change the focus, look
for things like onblur="this.focus()". You could also try disabling
script and trying to tab again, to see it definitely is that.


Cheers
-- 
Tom Gilder
http://tom.me.uk/

Received on Thursday, 7 November 2002 17:22:39 UTC