Closed
Bug 426599
Opened 17 years ago
Closed 17 years ago
Focus leaving xul form when menulist is tabbed out of instead of going to next form element.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 399427
People
(Reporter: chris, Unassigned)
References
Details
(Keywords: access, regression, testcase)
Attachments
(1 file)
704 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
This might be a firefox thing, but I am a remote xul developer and I have discovered that if you do not include the tab index property on a bunch of input elements (text boxes, menulists, etc..) and you hit a popup or menulist and tab off of it, the focus goes to the url bar, not the next form element.
I know this is tough to describe so I have included am xul page to show you what I mean.
Reproducible: Always
Steps to Reproduce:
1.Click the first text box
2.Hit the tab key to go to the next textbox.
3.Hit the tab key to go to the next item (menulist)
4.Hit the tab key again!!!
Actual Results:
Focus jumps up to the url bar in firefox and leaves the form.
Expected Results:
Focus should go to the next textbox in the list.
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Reproduced on Windows XP. Regression window is
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1201830060&maxdate=1201832399
Maybe bug 414018 ?
Blocks: 414018
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.9?
Keywords: regression,
testcase
OS: Mac OS X → All
Hardware: Macintosh → All
Version: unspecified → Trunk
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•