Closed
Bug 237804
Opened 21 years ago
Closed 19 years ago
cosmetic problems with about dialog (new artwork)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 315297
People
(Reporter: mozilla, Assigned: bugzilla)
Details
Attachments
(7 files, 1 obsolete file)
25.46 KB,
image/png
|
Details | |
26.13 KB,
image/png
|
Details | |
590 bytes,
patch
|
Details | Diff | Splinter Review | |
1.17 KB,
patch
|
Details | Diff | Splinter Review | |
19.81 KB,
image/png
|
Details | |
67.71 KB,
image/png
|
Details | |
769 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040317 Firefox/0.8.0+ (by Elve: optimized for G7)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040317 Firefox/0.8.0+
1. Since the new artwork is checked in (together with an increaesd window size
of the about dialog) the scrolling credits text starts to high, so it doesn't
fade in...
2. The two globes (about general and about credits) should be at the same
position, currently it looks strange if you click the credits button.
The world image seems to move...
Reproducible: Always
Steps to Reproduce:
1. open about dialog...
Comment 1•21 years ago
|
||
Can you attach a screenshot and explain what you think is wrong?
With build;
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040317
Firefox/0.8.0+
I dont see anything wrong.
Reporter | ||
Comment 2•21 years ago
|
||
This shows in which way the text scrolls in (without fading)
if teh text starts farer down, it will fade in due to the about-footer.png
image...
Reporter | ||
Comment 3•21 years ago
|
||
This shows the different highs the two globes are on...
Reporter | ||
Comment 4•21 years ago
|
||
This is a simple patch which fixes the problem with scrolling credits text not
transparent...
Reporter | ||
Comment 5•21 years ago
|
||
A more complex patch which also provides more room to the Version Information
Region, such that a longer Vendor comment is displayed correctly...
Additionally i think you shouldn't use differnet sizes for differnet operation
systems (see patch) since you also have to change the corresponding size in
credits.html...
Reporter | ||
Comment 6•21 years ago
|
||
A new about.png based upon the about-credits.png
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•20 years ago
|
||
The bug is still there (In the latest nightly 20050519).. This picture shows
the bug.. and what is should look like (As it looks in thunderbird)
This bug must be easy to fix..
Comment 8•20 years ago
|
||
This simple patch fixes the problem
(patch to chrome/browser.jar/content/browser/credits.xhtml)
Comment 9•20 years ago
|
||
Comment on attachment 184097 [details] [diff] [review]
A simpel patch
Index: browser/base/content/credits.xhtml
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/credits.xhtml,v
retrieving revision 1.9
diff -u -r1.9 credits.xhtml
--- browser/base/content/credits.xhtml 17 Mar 2005 09:41:37 -0000 1.9
+++ browser/base/content/credits.xhtml 21 May 2005 13:42:14 -0000
@@ -87,7 +87,7 @@
top: 0px;
overflow: hidden;
z-index: 1;
- height: 285px;
+ bottom: 10px;
width: 280px;
margin-left: 10px;
margin-right: 10px;
@@ -114,7 +114,7 @@
h2.title {
margin-top: 200px;
- margin-bottom: 100px;
+ margin-bottom: 170px;
text-align: center;
}
Comment 10•20 years ago
|
||
Sory.. i dont get this bugzilla thing.. this patch is more decent..
Attachment #184097 -
Attachment is obsolete: true
Comment 11•19 years ago
|
||
*** This bug has been marked as a duplicate of 315297 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•