Closed
Bug 90254
Opened 24 years ago
Closed 24 years ago
blank menu item under Privacy and Security
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla.org, Assigned: bryner)
Details
Attachments
(1 file)
|
896 bytes,
patch
|
stephend
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
On Mozilla for Mac OS X, 2001071013, there is a blank menu item under Privacy
and Security.
Select Tasks -> Privacy and Security.
The last menu item, under "Understanding Privacy," is blank.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•24 years ago
|
||
how very strange. at least the item doesn't do anything ;)
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Comment 2•24 years ago
|
||
Changing milestone to 0.9.5 - please don't shoot me pink :-)
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Comment 3•24 years ago
|
||
It's Net2Phone.
Comment 4•24 years ago
|
||
blake sees this on win32 as well, so it's xp.
Assignee: pinkerton → blakeross
Status: ASSIGNED → NEW
Component: XP Toolkit/Widgets: Menus → XP Apps: GUI Features
QA Contact: jrgm → sairuh
Comment 5•24 years ago
|
||
hm, methinks he might be seeing http://bugscape.mcom.com/show_bug.cgi?id=8665.
or, rather might this be a dup of that? strange, though --i wouldn't think this
would crop up on a mozilla build...
Comment 6•24 years ago
|
||
cc'ing pchen, since he's assigned to the bugscape item.
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Comment 7•24 years ago
|
||
worksforme.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
The blank menu item is still there in Mac OS X build 2001101809.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 9•24 years ago
|
||
mac only then, --> pchen
Assignee: blakeross → pchen
Status: REOPENED → NEW
Target Milestone: mozilla0.9.6 → ---
| Reporter | ||
Comment 10•24 years ago
|
||
The blank menu item appears because the "display:none" doesn't work in
http://lxr.mozilla.org/seamonkey/source/xpfe/communicator/resources/content/tasksOverlay.xul#53
<menupopup id="personalManagers">
<menuitem id="lastInPersonalManagers" style="display:none;"/>
</menupopup>
Comment 11•24 years ago
|
||
This happens under 2001-10-29 OS X build and not under 2001-10-22 OS 9 build.
->pinkerton since he's the macos x man ;-)
Assignee: pchen → pinkerton
Comment 12•24 years ago
|
||
uh, from the last comment, this is a xul bug. they're trying to hide with
display:none, which doesn't work on mac (all menus are display: none on mac). it
needs to have the 'hidden' or 'collapsed' attributes set instead.
back to apps
Assignee: pinkerton → blakeross
Comment 13•24 years ago
|
||
Round and round we go. Okay, so there's a proposed fix but I can't test it. -->pchen
Assignee: blakeross → pchen
Keywords: mozilla1.0
| Assignee | ||
Comment 15•24 years ago
|
||
This seems to work.
Comment 17•24 years ago
|
||
Comment on attachment 63615 [details] [diff] [review]
patch
sr=sfraser
Attachment #63615 -
Flags: superreview+
Comment on attachment 63615 [details] [diff] [review]
patch
r=stephend
Attachment #63615 -
Flags: review+
| Assignee | ||
Comment 19•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 20•24 years ago
|
||
verified fixed using 2002.01.29.11 comm verif bits on mac 10.1.2.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•