Closed Bug 174366 Opened 23 years ago Closed 22 years ago

Mozilla not "default browser" after install

Categories

(Core Graveyard :: File Handling, defect)

x86
OS/2
defect
Not set
minor

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kris_buelens, Assigned: mkaply)

Details

Attachments

(1 file)

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.
not installer
Assignee: dveditz → law
Component: Installer → File Handling
QA Contact: bugzilla → sairuh
this would be os/2 only
Assignee: law → mkaply
QA Contact: sairuh → petersen
I don't see anyway to do this on OS/2. Even Netscape 4.61 doesn't do this.
Attached patch FixSplinter Review
You thought I would never get this, didn't you? Fix is to manually reorder the object IDs in the OS2.INI file.
Attachment #114448 - Flags: review?(pedemont)
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+
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 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+
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Since this is a OS/2 issue and I don't have access to that OS, could someone please verify this fix ?
This is working now.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: