Closed
Bug 240929
Opened 21 years ago
Closed 21 years ago
make dialogs modal
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: ajschult784)
Details
Attachments
(3 files)
13.06 KB,
patch
|
dveditz
:
review+
|
Details | Diff | Splinter Review |
13.00 KB,
patch
|
bryner
:
superreview+
|
Details | Diff | Splinter Review |
12.30 KB,
patch
|
Details | Diff | Splinter Review |
The installer has various dialogs that require user input before the installer
can procede, but the main installer window is still active, so the user can try
to do other stuff (hit next, change dir, etc). It's evil, but they do it. In
some places, the installer tries to protect against this, but in most places it
doesn't.
These dialogs should just be modal, so the user can't do anything but deal with
the dialog before moving on.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146462 -
Flags: review?(dveditz)
Comment 2•21 years ago
|
||
Comment on attachment 146462 [details] [diff] [review]
patch
r=dveditz
Attachment #146462 -
Flags: review?(dveditz) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #147006 -
Flags: superreview?(bryner)
Comment 4•21 years ago
|
||
Comment on attachment 147006 [details] [diff] [review]
patch merged to trunk
Yep. I did some of this for the firefox gtk2 installer. The only possible
reasons I could come up with for the old behavior is that old gtk versions
didn't support the modality hints, or that window managers didn't realiably
support them. In either case, I think they're well-supported now.
Attachment #147006 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
this just doesn't include the changes to ShowCRCFailedDlg, which is getting
removed by bug 236294
Assignee | ||
Comment 6•21 years ago
|
||
checked in by timeless
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•