Closed
Bug 13266
Opened 25 years ago
Closed 24 years ago
Mac: Native error dialogs have no icon in them
Categories
(Core :: Preferences: Backend, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: sfraser_bugs, Assigned: bnesse)
Details
I just got a native error dialog, by editing my prefs.js file so that it was
malformed (commented a line out with a #). The native error dialog was missing
the normal note, warning or stop icon.
Umm I what does this dialog say? The only native dialog I know of says is the
one checking for 8.6
Reporter | ||
Comment 2•25 years ago
|
||
It tells me about the JS error. Actually, I think this dialog is coming from the
prefs code.
prefapi.c has a function called pref_Alert which uses kAlertPlainAlert rather
than one with an icon. Other problems include the use of hard coded strings.
Updated•25 years ago
|
QA Contact: beppe → paulmac
Moving all libPref component bugs to new Preferences: Backend component.
libPref component will be deleted.
Component: libPref → Preferences: Backend
Updated•25 years ago
|
QA Contact: paulmac → elig
Comment 6•24 years ago
|
||
Over to pchen, paul this looks like an easy one-liner, change the dialog
type to an icon type.?
Assignee: mcafee → pchen
Summary: Native error dialogs have no icon in them → Mac: Native error dialogs have no icon in them
Reporter | ||
Comment 7•24 years ago
|
||
No, this is very old, and I don't even know if the code is still in libpref to
show show a native dialog.
Updated•24 years ago
|
QA Contact: elig → sairuh
Assignee | ||
Comment 8•24 years ago
|
||
Bulk assigning bugs covered by the rewrite of nsPrefs to myself.
Assignee: pchen → bnesse
Assignee | ||
Comment 9•24 years ago
|
||
All code accessing this dialog has been removed as part of the work being done as
part of bug 46863. For that reason, I am marking this as a duplicate of 46863. If
you feel this is in error, feel free to change it back.
*** This bug has been marked as a duplicate of 46863 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 10•24 years ago
|
||
alecf has requested that I not dupe all these bugs, but rather close them as
fixed after the work in bug 46863 has landed. Changing again...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Target Milestone: Future → mozilla0.9.1
Assignee | ||
Comment 11•24 years ago
|
||
Platform specific dialogs were removed as part of the preferences refactoring.
This dialog no longer exists.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•