Prevent focus to body element in Gecko browsers?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Prevent focus to body element in Gecko browsers?

Post by JAB Creations »

I need to prevent Gecko browsers from giving the body element focus. This creates a second tabindex cycle bug where the user is unable to cycle through tabindex elements after completing the first cycle, returning to the browser GUI, and then cycling the second time through the page itself. I will not consider redesigning my work, I will only consider solutions to this problem.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Nice to see that you're flexible. :lol: :P

That bug hardly sounds normal. For what reason does your body element become focused? Is there any JavaScript involved?
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

Posted bug 383349.
Post Reply