Closed
Bug 87592
Opened 24 years ago
Closed 1 year ago
Pop-up dialog boxes should transfer focus to the parent window
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INVALID
mozilla1.1alpha
People
(Reporter: sameerds, Unassigned)
References
Details
(Whiteboard: DUPEME, domcore-bugbash-triaged)
This is what happens when I try to log into bugzilla (for example): There are
two different user names saved for that particular form, so that a dialog box
pops up prompting to select one. If a different window is currently in focus,
the dialog box over-rides that and brings the login form to the front. This is
all fine, the problem is that on pressing OK, the data is entered into the form,
but the previous window again regains focus. But the user now expects to press
the Login button on the form, and has to switch focus to that window again.
Instead, the dialog box that stole focus in the first place should now transfer
it to its parent login window. The bugzilla site is just one place where I
noticed this, but I guess it could occur anywhere where more than one entries
have been stored for the same form.
![]() |
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•24 years ago
|
||
I've seen this with other pop-ups too. While Mozilla might think it's being
considerate by returning me to my previous window, it's actually quite jarring.
Comment 2•24 years ago
|
||
Focus memory is controlling the focus here. Not sure of the correct behavior
but I'll let saari make the call.
Assignee: joki → saari
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0
Comment 3•24 years ago
|
||
This is a dup of that other bug asking dialogs to go only in front of their
parent windows, and not in front of other Mozilla windows.
Whiteboard: DUPEME
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla1.1
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Comment 4•21 years ago
|
||
I suspect this bug should be added as a blocker to a bug specific to, e.g.,
"Pop-ups and dialogs shouldn't steal focus" but I couldn't find such a bug. I
did, however, find the following bugs among the other blockers for the general
Focus Stealing tracking bug 140346.
bug 101140 - Warning dialog hidden inaccessibly behind new window
bug 124192 - POP error Alert dialog steals focus away from Navigator window
bug 124728 - Allow Cookie or Allow Window dialogs steal focus
bug 232083 - mail and newsgroups preview loses focus on new mail notification
Updated•16 years ago
|
Assignee: saari → nobody
QA Contact: trix → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
Comment 5•1 year ago
|
||
The UI has changed to show a drop-down selection list, instead of pop-ups.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
Whiteboard: DUPEME → DUPEME, domcore-bugbash-triaged
You need to log in
before you can comment on or make changes to this bug.
Description
•