Closed Bug 229816 Opened 21 years ago Closed 20 years ago

Hide "For Internet Explorer Users" item for platforms without IE

Categories

(SeaMonkey :: Help Viewer, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rjkeller, Assigned: rjkeller)

References

Details

Attachments

(1 file)

Based on Jeff Walden's MozDev Bug 5335 filed in Bugzilla. This bug should be in
Bugzilla since it can't be fixed with the normal extension UI. Firebird Help is
on the trunk anyway, so this is the better place.

Patch coming up soon.

His report is below:

It would be a nice touch to show users of platforms that don't have IE that we
aren't completely Windows-centric.  I think it would require the preprocessor
with some sort of thing like so around the relevant XUL code:

#ifdef XP_MACOSX
...XUL overlay code for that menu entry...
#endif

Then we'd need to add a * at the front of the overlay's line in the correct jar.mn.

If this requires the preprocessor, I think it'll need to wait until Help is
integrated into the tree so we can still make XPIs the old-fashioned way (copy
and zip).

If it's not worth the hassle, tho, I can understand.
Status: NEW → ASSIGNED
QA Contact: mconnor
Attached patch PatchSplinter Review
Comment on attachment 138230 [details] [diff] [review]
Patch

I guess ben would be the best person for review ?
Attachment #138230 - Flags: review?(bugs)
Removing the item from the Help menu on Linux sounds like a goot idea, but
hiding the TOC entries could be problematic. This way of using platform ifdefs
in locale files are not good for translators because it forces L10n teams to
have different language packs for each of the platforms. See bug #176041 for
examples.

L10n teams that use the jar files from Linux builds when they translate, will
end up not having the IE TOC entries in their language packs. This will not
cripple the browser like a incomplete .dtd file could, but it would still be
unfortunate.
Comment on attachment 138230 [details] [diff] [review]
Patch

Hasse: good catch! yeah, we should probably have the content there but not the
Menu Item.

I'll post a new patch soon.
Attachment #138230 - Flags: review?(bugs)
Microsoft released versions of Internet Explorer for Solaris and HP-UX . You
might want to ignore these or you might not.
Depends on: 238221
Component: General → Help
QA Contact: mconnor → firefox.help
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Firefox → Toolkit
Product: Toolkit → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: