OZONE Asylum
Forums
All Browsers Suck
Firefox + Iframes + Tabindex
This page's ID:
24992
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Problem: Firefox ignores my tab index on iframes. [url=http://test.coonabibba.de/random/ff_iframe_bug.html]Sample page[/url] Click first field. Hit tab. Notice how you land in the third field instead of the iframe. Quick code example from that page: [code] <html> <body> <input type="text" tabindex="1" id="one"></input> <div id="dummy"> <iframe tabindex="2" id="shu" src="http://ozoneasylum.com/s"> </iframe> </div> <input type="text" tabindex="3" id="two"></input> </body> [/code] What in the world am I doing wrong? Is this a bug? Google does not think so... but I might be asking the wrong questions. [b]Has anybody got a workaround?[/b] document.getElementById("shu").focus() leads to 'no such function - focus'. So long, ->Tyberius Prime Edit: Oh, and opera is completly ignoring the iframe in the tab order. But I can live with that, this system only needs to support IE and FF/Mozilla. [small](Edited by [internallink=1424]Tyberius Prime[/internallink] on 02-11-2005 17:16)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »