Closed
Bug 1553
Opened 26 years ago
Closed 26 years ago
gif does not lay out across table
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: christinehoff4, Assigned: peterl-retired)
References
()
Details
1. Build: 11/23 - using release build, Viewer.exe
2. Platform: Win 95
3. Steps to reproduce: Open above URL in Viewer.
4. Expected results: 'sprocket' gif (beneath 'navbar' gif at top of page) should
lay out across table.
5. Actual results: 'sprocket' gif appears at left but does not continue
under 'navbar' gif.
I fixed the primary problem (a bug in the css scanner: peter please look at the
cvs logs and bless my change).
However, in testing html/tests/css/background-image.css I noticed some cases
that aren't parsing. Peter, could you verify that in fact we are parsing this
property properly?
thanks...
Summary: gif does not lay out across table → ss:gif does not lay out across table
Summary: ss:gif does not lay out across table → gif does not lay out across table
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Fix another bug in the scanner preventing parsing of url(foo )
Reporter | ||
Comment 5•26 years ago
|
||
Not to be picky, but if I bring up the URL in IE 4.0, the image lays out across
the page at once. In Raptor, the inital gif lays out and THEN repeats itself
across the page (lay out is broken up, versus IE which uniformly lays out).
Assignee | ||
Comment 6•26 years ago
|
||
The visual effect is because the graphic is a table cell containing a single
tile, with a repeating background image of the same graphic. Rendering delays
are a result of caching from image/netowrking code.
You need to log in
before you can comment on or make changes to this bug.
Description
•