Open
Bug 309084
Opened 19 years ago
Updated 2 years ago
Focus in wizards not restricted to the current page (all accesskeys can get activated)
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
NEW
People
(Reporter: zeniko, Unassigned)
Details
Attachments
(1 file)
|
1.65 KB,
application/x-xpinstall
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050917 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050917 Firefox/1.4 In wizards, the focus may leave the current page if it is on the navigation buttons at the bottom. This can be observed in the Create Profile Wizard, where hitting C on the first page makes the Choose Folder dialog pop up. Reproducible: Always Steps to Reproduce: 1. Run firefox.exe -p 2. Click on Create Profile 3. Hit C Actual Results: The Choose Folder dialog pops up (hitting C on the second page should do that). Expected Results: Nothing happens.
| Reporter | ||
Comment 1•19 years ago
|
||
This testcase adds a menu item to the Tools menu which opens a minimal wizard. Hitting C directly clicks the button on the second page. If you click Next and Back, the focus gets set correctly (hitting C does nothing) until you focus the Next button again.
Comment 2•19 years ago
|
||
The target button with that access key is getting activated even if it is in a hidden or collapsed container or on another page of a deck or wizard.
| Reporter | ||
Comment 3•19 years ago
|
||
Still happening on the current trunk builds.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Focus in wizards not restricted to the current page → Focus in wizards not restricted to the current page (all accesskeys can get activated)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•