Closed
Bug 174366
Opened 23 years ago
Closed 22 years ago
Mozilla not "default browser" after install
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kris_buelens, Assigned: mkaply)
Details
Attachments
(1 file)
4.15 KB,
patch
|
jhpedemonte
:
review+
mkaply
:
superreview+
asa
:
approval1.3+
|
Details | Diff | Splinter Review |
When installing Mozilla 1.2a on OS/2, I selected yes on 'let Mozilla become the
default bowser'. However, Netscape is still the default.
In the "Open" popup menu for HTML objects, Netscape is indeed still listed
first, as default, followed by "Mozilla". That is Mozilla has been added to the
open menu, but not made default.
Comment 1•23 years ago
|
||
not installer
Assignee: dveditz → law
Component: Installer → File Handling
QA Contact: bugzilla → sairuh
Updated•23 years ago
|
QA Contact: sairuh → petersen
Assignee | ||
Comment 3•23 years ago
|
||
I don't see anyway to do this on OS/2.
Even Netscape 4.61 doesn't do this.
Assignee | ||
Comment 4•22 years ago
|
||
You thought I would never get this, didn't you?
Fix is to manually reorder the object IDs in the OS2.INI file.
Assignee | ||
Updated•22 years ago
|
Attachment #114448 -
Flags: review?(pedemont)
Comment 5•22 years ago
|
||
Comment on attachment 114448 [details] [diff] [review]
Fix
Change this:
+ if (strcmp(szCurrOrig, szhobj)) {
to this:
+ if (strcmp(szCurrOrig, szhobj) != 0) {
Makes it a little clearer. Otherwise, r=pedemont
Attachment #114448 -
Flags: review?(pedemont) → review+
Assignee | ||
Comment 6•22 years ago
|
||
Comment on attachment 114448 [details] [diff] [review]
Fix
sr=blizzard (platform specific code)
This is totally OS/2 only, no risk to other platforms.
This would be a very nice to have for the installer.
Attachment #114448 -
Flags: superreview+
Attachment #114448 -
Flags: approval1.3?
Comment 7•22 years ago
|
||
Comment on attachment 114448 [details] [diff] [review]
Fix
a=asa (on behalf of drivers) for checkin to 1.3.
Attachment #114448 -
Flags: approval1.3? → approval1.3+
Assignee | ||
Comment 8•22 years ago
|
||
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
Since this is a OS/2 issue and I don't have access to that OS, could someone
please verify this fix ?
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•