Closed
Bug 2960
Opened 26 years ago
Closed 26 years ago
Background color not displaying
Categories
(Core Graveyard :: GFX, defect, P2)
Core Graveyard
GFX
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: esther, Assigned: michaelp)
References
()
Details
problem: Blue background for "Discover IBM" and "Today's News" sections does
not display.
i wonder if this is a parser, layout, netlib imglib or rendering problem?
Update: found while doing the "top sites" checking. Using the latest seamonkey
builds available today 2/5.
Comment 3•26 years ago
|
||
(note on bugs #2960, #2961, #2963 and #2965. -- www.ibm.com)
By the way ... www.ibm.com dynamically generates *every* page, both
server-side and with all kinds of client-side javascript (including
pixel-specific fragments driven by OS, browser, and version). (Look at
the HTML source and it is echoing your user-agent, dns and exact
time).
If I save what 4.5 gets to disk and load it into nglayout, I get
pretty good agreement in the two pages including 1) having the 'Go'
instead of the 'arrow', 2) getting the background color, 3) getting
the text box. (There are a couple of quirks: 1) small <input> box but
that's a <style> issue, and 2) wrong color for <A> (blue not white) ..
don't know why).
Using build dated 3/3, page has changed but still no background color
to reiterate: i wonder if this is a parser, layout, netlib imglib or rendering
problem?
Comment 7•26 years ago
|
||
I ripped the page apart and picked out all of the BGCOLOR values and created a
basic table with just the various colors. Comparing the output from 4.51 and
apprunner (build from 3/4) I do not see any differences. I need to pick at more
of the content to figure out specifically what the problem is -- hang on Michael
and let me look at it some more. I don't think it has anything to do with
imagelib and I don't think it has to do with layout.
Comment 8•26 years ago
|
||
I'll restate my earlier point about #2960, #2961, #2963 & #2965(INVA),
but perhaps more clearly this time: _These_are_NOT_bugs_.
This is _not_ an apples-to-apples comparison -- www.ibm.com is
emitting _COMPLETELY_ different HTML for 'Mozilla/5.0 [en] (Win95; I)'
vs. 'Mozilla/4.5 [en] (Win95; I)' (and, I _guess_ for Unix/Mac agent
strings). (This is true for the current page design/style, and for
the recently retired page design of www.ibm.com). [Please email me if
you need more information -- John].
Comment 9•26 years ago
|
||
I'm changing the QAC to myself(in the case where I am not already QAC) for bugs 2960,2961,2963, and 2965 so i can track them
together since they may have a major issue in common. I will also huddle with John(3jrgm@qlink.queensu.ca) to see if we can
resolve these issues quickly and easily.
Comment 10•26 years ago
|
||
The issues that 3jrgm@qlink.queensu.ca so rightly raised can now be tracked at http://bugzilla.mozilla.org/show_bug.cgi?id=3688
(servers sending broken HTML based on mozilla/5.0 user agent)
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 11•26 years ago
|
||
resolving bug as INVALID see bug 3688 for more info
Comment 12•26 years ago
|
||
Marking Verified/Invalid
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•