Closed
Bug 316001
Opened 20 years ago
Closed 20 years ago
Background image defined in external CSS file not displayed by any released Firefox 1.5 build
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 243751
People
(Reporter: swen.bmn, Assigned: dbaron)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
226 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051107 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051107 Firefox/1.5
When configuring a backgroung image in an external CSS file like:
body {
background: url(pics/bottom.jpg) repeat-x left bottom;
...
the image is not displayed.
Firefox 1.07 and Firefox 1.5 BETA2 had no problems. Since Firefox 1.5RC1+2 the background image is not displayed.
Reproducible: Always
Steps to Reproduce:
1. Open the URL with Firefox 1.07
2. Open the URL with Firefox 1.5 RC2
3. With Firefox 1.5 RC2, at the bottom of the page theres no backgroungd image.
Actual Results:
Image not displayed
Expected Results:
Backgroung image
Only tested on Windows XP.
Comment 1•20 years ago
|
||
Can you please attach a minimized testcase (only have elements necessary to show the bug) showing this issue?
https://bugzilla.mozilla.org/attachment.cgi?bugid=316001&action=enter
Assignee: nobody → dbaron
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.0 Branch
Updated•20 years ago
|
Keywords: regression
Summary: Backroung image defined in external CSS file not displayed since Firefox 1.5 RC1 → Background image defined in external CSS file not displayed since Firefox 1.5 RC1
Comment 2•20 years ago
|
||
It seems that the whole 1.8 branch is infected. The oldest build I've currently available is 1.5 beta 1 and the background image is not visible.
After removing the 'repeat-x' all seems fine and the image is displayed.
David or Hixie, do you have any idea what there was changed?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Background image defined in external CSS file not displayed since Firefox 1.5 RC1 → Background image defined in external CSS file not displayed by any released Firefox 1.5 build
Version: 1.0 Branch → 1.8 Branch
| Reporter | ||
Comment 3•20 years ago
|
||
Here is an minimized testcase:
http://www.iomeda.com/testzugang/firefox/test.html
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
That testcase is bug 243751, though I'm not sure the original example is.
Comment 6•20 years ago
|
||
(In reply to comment #5)
> That testcase is bug 243751, though I'm not sure the original example is.
>
You sure about that? The image appeared in the top once i removed margin:0. Putting that value back will not show it at all
Comment 7•20 years ago
|
||
(In reply to comment #6)
> You sure about that? The image appeared in the top once i removed margin:0.
> Putting that value back will not show it at all
What margin:0? I don't see it in either the original testcase or yours. Set body {height: 100%;} on your testcase and the image appears as it should, though.
| Assignee | ||
Comment 8•20 years ago
|
||
*** This bug has been marked as a duplicate of 243751 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 9•20 years ago
|
||
Now Firefox 1.5 RC3 is released. The bug is still the same.
"repeat-x" is still the killer command for the background file (http://www.iomeda.com/testzugang/firefox/test.html) although the complete page (http://www.iomeda.de/testzugang/iotest-3/index.php) is still not correctly displayed.
height: 100%; in the body tag doesn't help.
These two sites are correctly displayed on the following systems:
Apple: Firefox 1.07, Safari 1.3, 2.0.2 (Sucessful ACID2 Test!!!)
Windows: Firefox 1.07, Mozilla 1.7.11, MS IE 6
OK, Opera also has problems. Are you sure Opera has no bugs? How many people use Opera? For us as webdesigners not enough.
Whats wrong with Firefox 1.5? Could anyone explain it???
Comment 10•20 years ago
|
||
Did you read the bug this was duplicated to? There you will find the answer...
| Reporter | ||
Comment 11•20 years ago
|
||
Thank you José!
Do you mean?
html {
height: 100%;
}
in the CSS-File?
Could you take a look at
http://www.iomeda.de/testzugang/iotest-3/index.php
With Firefox 1.5 RC3 (Windows XP) I have still a problem. The background image is not at the bottom.
| Reporter | ||
Comment 12•20 years ago
|
||
Additional information:
The backgroung image is not at the bottom when the browser windows has a scrollbar. If the browser window is large enough to display the html site without a scrollbar, the background image is placed correctly at the bottom.
http://www.iomeda.de/testzugang/iotest-3/index.php
Test:
1. Create a small browser window on your desktop and load the url. Then scroll down, you will see the background image is not placed on the bottom.
2. Create a full screen browser window on your desktop and load the url. No scollbars should be seen. Then you will see the background image is placed on the bottom.
Tested with Firefox 1.5 RC3 on Mac.
You need to log in
before you can comment on or make changes to this bug.
Description
•