Closed Bug 265683 Opened 20 years ago Closed 20 years ago

ibm.com - privacy policy viewer has transparent menu/status bar

Categories

(SeaMonkey :: Page Info, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: iannbugzilla, Assigned: iannbugzilla)

References

()

Details

Attachments

(1 file, 1 obsolete file)

Using BuildID 2004102207 on RH9.0
Steps to reproduce
1. Go to above URL
2. Select View Page Info
3. Select Privacy tab
4. Click on Summary button

Expect results
1. Privacy policy viewer opens with non-transparent menu/status bars

Actual results
1. Privacy policy viewer opens with transparent menu/status bars
2. Click on links/menus that appear through the transparent parts of the privacy
policy window actually operate the links/menus

No error messages show up in the JS console
Attached patch Possible patch v0.1 (obsolete) — Splinter Review
This patch:
* Fixes transparency by adding stylesheet and loading XPCNativeWrapper.js
* Fixes problem with printing as a result of bug 158110 being fixed
* Removes extra New Navigator from File menu
* Adds Page Setup to File menu
* Reorders File menu
* Adds charset menu to View menu
* Renames getSummaryBrowser back to getBrowser so Text Zoom works
Assignee: db48x → bugzilla
Status: NEW → ASSIGNED
Attachment #163145 - Flags: review?(db48x)
Comment on attachment 163145 [details] [diff] [review]
Possible patch v0.1

looks good, r=db48x
Comment on attachment 163145 [details] [diff] [review]
Possible patch v0.1

Marking r= and requesting sr=
Attachment #163145 - Flags: superreview?(jst)
Attachment #163145 - Flags: review?(db48x)
Attachment #163145 - Flags: review+
Attachment #163145 - Flags: superreview?(jst) → superreview?(darin)
This patch also stops Bug 265635 from happening too, something about transparent
file/status bars causes WinXP SP2 to crash in GDI32.
Comment on attachment 163145 [details] [diff] [review]
Possible patch v0.1

Asking Neil to SR instead...
Attachment #163145 - Flags: superreview?(darin) → superreview?(neil.parkwaycc.co.uk)
Comment on attachment 163145 [details] [diff] [review]
Possible patch v0.1

> <?xml version="1.0"?>
>+<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?> 
Should be after the licence. Also a trailing space crept in :-P

>+  <script type="application/x-javascript" src="chrome://global/content/XPCNativeWrapper.js"/>
So this gives us shift+clicking to save a link? Might be better to leave this
out and remove shift+clicking ;-)

>     <popup id="contentAreaContextMenu"/><!-- XXX Silly hack to quiet mailNavigatorOverlay.xul warning -->
I think this can go, mailNavigatorOverlay.xul no longer overlays
navigatorOverlay.xul

>+          <menuseparator/>
>+          <menu id="charsetMenu"/>
By my reading of the code, this didn't make sense. And that's because the
document is actually manually constructed through XSL. Changing the charset
tries to reload the document, but without the XSL...

sr=me if you fix (or argue me out of) these nits.
Attachment #163145 - Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Taking on board comments
Attachment #163145 - Attachment is obsolete: true
Comment on attachment 163628 [details] [diff] [review]
Revised patch v0.2

Carrying forward r/sr
Attachment #163628 - Flags: superreview+
Attachment #163628 - Flags: review+
Comment on attachment 163628 [details] [diff] [review]
Revised patch v0.2

Checking in p3pSummary.xul;
/cvsroot/mozilla/extensions/p3p/resources/content/p3pSummary.xul,v  <-- 
p3pSummary.xul
new revision: 1.3; previous revision: 1.2
done
Checking in p3pSummary.js;
/cvsroot/mozilla/extensions/p3p/resources/content/p3pSummary.js,v  <-- 
p3pSummary.js
new revision: 1.8; previous revision: 1.7
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: