Closed
Bug 229816
Opened 21 years ago
Closed 21 years ago
Hide "For Internet Explorer Users" item for platforms without IE
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rjkeller, Assigned: rjkeller)
References
Details
Attachments
(1 file)
8.00 KB,
patch
|
Details | Diff | Splinter Review |
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.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
QA Contact: mconnor
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
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.
Assignee | ||
Comment 4•21 years ago
|
||
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)
Comment 5•21 years ago
|
||
Microsoft released versions of Internet Explorer for Solaris and HP-UX . You
might want to ignore these or you might not.
Assignee | ||
Updated•21 years ago
|
Component: General → Help
QA Contact: mconnor → firefox.help
Assignee | ||
Comment 6•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Firefox → Toolkit
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•