Closed
Bug 299796
Opened 20 years ago
Closed 18 years ago
Background image on start page isn't shown correctly
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fasse78, Assigned: mscott)
References
()
Details
Attachments
(1 file)
|
42.80 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
TB 1.0+ (20050705)
Open TB with a high resolution 1280 x 1024 Pixel and than you will see, that the
gray background image stops after the last sentence on the page. Some nightlies
before the background goes to the bottom of the page.
Maybe this regression comes with the change vom html to xhtml page.
Reproducible: Always
Steps to Reproduce:
1. Open TB with a high resolution (1280x1024)
2. Look at start page
Actual Results:
Gray background isn't shown correctly.
Expected Results:
Gray background should go to the bottom of the start page.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → Trunk
Updated•20 years ago
|
Flags: blocking-aviary1.5? → blocking-aviary1.5-
Comment 2•20 years ago
|
||
(In reply to comment #0)
This would involve a much larger PNG, but the change is file size is most likely
negligible.
Also, please verify that the proper logo image is being used. On Windows trunk
build from 082905, the image is of the old Thunderbird.
Comment 3•20 years ago
|
||
(In reply to comment #2)
My mistake: the issue is with the content of the start.xhtml body. To repeat the
startpage-back.png image throughout the window, the body needs to continue to
(and past) the edge of the window. This could be accomplished within the CSS
when describing the BODY of the document:
padding-bottom: 400px; /* extra padding that forces the image to repeat further */
overflow: hidden; /* hides the scroll bar, which may cause issues for small
screens, but hopefully not for the pane in TB */
Updated•20 years ago
|
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 4•18 years ago
|
||
With the new layout in TB 2.0 this bug is fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•