Closed
Bug 33372
Opened 25 years ago
Closed 22 years ago
[Mac] About box in installer uses the wrong kind of dialog
Categories
(SeaMonkey :: Installer, defect, P2)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: mpt, Assigned: slogan)
Details
(Keywords: helpwanted, polish)
Build: 2000032508, MacOS 8.6
To reproduce:
* Start the Mac installer.
* Select `About Mozilla Installer ...' from the Apple menu.
What should happen:
* The About box should appear as an app-modal, movable dialog.
What actually happens:
* The About box appears as a system-modal, non-movable alert (with a red border,
which implies an error).
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M20
If I were a mac user i'd probably call this severity:major.
helpwanted, this should be simple.
Updated•24 years ago
|
Priority: P3 → P2
Comment 4•24 years ago
|
||
Changing obsolete M20+ milestones to closest equivalent, "Future"
Target Milestone: M20 → Future
Comment 5•23 years ago
|
||
Over to Syd for installer bug triage
Assignee: sgehani → syd
Status: ASSIGNED → NEW
Reporter | ||
Comment 6•23 years ago
|
||
In the two years since I filed this bug, Apple has released specific guidelines
for About boxes <http://developer.apple.com/techpubs/macosx/Essentials/
AquaHIGuidelines/AHIGWindows/The_About_Window.html>. It should be a movable
non-modal window, with a close box in the title bar and no other controls.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpinstall/wizard/mac/src/EvtHandlers.c&rev=1.24&mark=202#191
would something like
-Alert(rAboutBox, nil);
+GetNewDialog(rAboutBox, nil, -1);
do the trick? (my guess is that'd just create problems, but i'll look into it
after i get my build env working)
QA Contact: asa → bugzilla
Updated•22 years ago
|
QA Contact: bugzilla → ktrina
Comment 9•22 years ago
|
||
Yes, this can be closed. Mac OS 9.x is no longer supported.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•