Closed
Bug 260830
Opened 20 years ago
Closed 16 years ago
chelseaeye.com - Works fine in IE and Netscape, However in Moz. it does not display the white background.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lucas, Unassigned)
References
()
Details
(Whiteboard: [sg:nse])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Works fine in IE and Netscape, in Moz. it does not display the white background.
Why does it not diplay the background? It displays the background black. Major bug.
Reproducible: Always
Steps to Reproduce:
1. By going to http://www.chelseaeye.com/ectropion.htm or any other page on the
site domain.
2.
3.
Actual Results:
black background shows up instead of white.
Expected Results:
display a white background, take a look in IE or Netscape.
Comment 1•20 years ago
|
||
Don't know what version of Netscape you mean, but not the current Netscape 7.2
Clearing security flag, no exploit.
DOM inspector shows the table inheriting transparent background style. Didn't
look at the style sheet but likely a CSS error.
Assignee: jdunn → english-us
Group: security
Status: UNCONFIRMED → NEW
Component: Layout: Images → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: core.layout.images → english-us
Whiteboard: [sg:nse]
Version: Trunk → unspecified
Comment 2•20 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: Works fine in IE and Netscape, However in Moz. it does not display the white background. → chelseaeye.com - Works fine in IE and Netscape, However in Moz. it does not display the white background.
The page is in standards mode, so the following error is not ignored as it would
be in quirks mode:
<table width="100%" border="1" cellpadding="0" cellspacing="0"
bordercolor="CB3300" bgcolor="FFFFFF">
bgcolor="FFFFFF" should be bgcolor="#FFFFFF"
Comment 4•16 years ago
|
||
No more missing # (although the site seems to have been extensively redesigned and the original page is 404). FIXED, as far as I'm concerned.
Severity: critical → minor
Status: NEW → RESOLVED
Closed: 16 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•