Closed
Bug 90997
Opened 24 years ago
Closed 24 years ago
Modal dialogs do not stay on top
Categories
(Core :: Security: PSM, defect, P3)
Tracking
()
VERIFIED
FIXED
psm2.1
People
(Reporter: inactive-mailbox, Assigned: inactive-mailbox)
Details
(Keywords: relnote)
Attachments
(1 file)
1.11 KB,
patch
|
Details | Diff | Splinter Review |
Several modal PSM dialogs can be hidden by clicking on the parent browser
window. Once they are hidden, the user will be confused and might think the
program is no longer responding to user input.
I'll attach a patch that fixes this for all PSM dialogs that are opened directly
from the browser window.
(However, there are still situations where this doesn't help. The preferences
window is a modeless window. If a modal dialog is opened from the preferences
window, the modal dialog can't be hidden by clicking on the preferences window,
it will stay on top. However, both windows will be hidden by clicking into the
browser window.)
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
The idea for this patch was taken from nsPromptService::DoDialog.
David, can you please review?
Comment 3•24 years ago
|
||
r=ddrinan.
Comment 5•24 years ago
|
||
sr=blizzard
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
Moving all P3 and P4 bugs targetted to 2.1 to future.
Target Milestone: 2.1 → Future
Comment 8•24 years ago
|
||
Checked in patch for Kai.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 9•24 years ago
|
||
Kai, could you provide some examples of the PSM windows which the user could
open from the browser? Thanks! -Kritzer
Assignee | ||
Comment 10•24 years ago
|
||
For example the dialogs used to set the master password, to query the master
password from the user, to warn about an unknown issuer, mismatched domain or
expired certificate, expired CRL, when download a new CA certificate, to set the
password for the p12 file when exporting a certificate, or when viewing a cert
from the certificate manager.
Comment 11•24 years ago
|
||
Change the target of bugs with state 'RESOLVED' and target 'Future' to target
'2.1' since they were fixed for the 2.1 release.
Target Milestone: Future → 2.1
Comment 12•24 years ago
|
||
Verified on 2001-09-04-Branch build on WinNT
Verified the Master password dialog. Opened this window, and when I click on the
Preference window (parent to this window), the Master password dialog is still
on top.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•