Closed
Bug 315297
Opened 19 years ago
Closed 19 years ago
Credits in about dialog don't scroll and fade in correctly
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha1
People
(Reporter: fryn, Assigned: fryn)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file, 2 obsolete files)
2.12 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051105 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051105 Firefox/1.5
The credits in the about dialog appear from the middle of the dialog and don't fade in.
Reproducible: Always
Assignee | ||
Comment 1•19 years ago
|
||
add this to userChrome.css to make it display correctly:
#creditsBox {
height: auto !important;
bottom: 8px !important;
}
#creditsBox > .title > .motto {
margin-bottom: 180px !important;
}
Comment 2•19 years ago
|
||
is it still possible to get this minor riskless fix for 1.5 ?
not a bug, just a better "rendering" of the credits ..
Flags: blocking1.8rc2?
Comment 3•19 years ago
|
||
for both FF and TB
Comment 4•19 years ago
|
||
There's no need for height: auto; as auto is default.
I'd recommend requesting review from either mconnor or bryner
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → 1.5 Branch
Updated•19 years ago
|
Flags: blocking1.8rc2? → blocking1.8rc2-
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
Assignee | ||
Comment 5•19 years ago
|
||
Asa, could you at least get someone to review my patch so it has a chance of being checked in the trunk once Firefox 1.5 is released?
Updated•19 years ago
|
Attachment #202027 -
Attachment description: add the userchrom fix to the css → add userchrome fix from comment 1 to css in credits .xhtml
Attachment #202027 -
Flags: review?(mconnor)
Comment 6•19 years ago
|
||
I'm sure mconnor will get to the review when he gets done with the more important bugs.
Assignee | ||
Comment 7•19 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=202027) [edit]
> add the userchrom fix to the css
>
> for both FF and TB
>
i know i'm being picky, but you added one too many lines of white space in the patch. notice how there are two lines of white space separating the set of brackets in the first half of the patch.
thanks for making the patch. i wasn't sure where to add my fixes.
proud to contribute my share, however small it may be, to the firefox project.
Comment 8•19 years ago
|
||
whoops, fixed
Attachment #202027 -
Attachment is obsolete: true
Attachment #202156 -
Flags: review?
Attachment #202027 -
Flags: review?(mconnor)
Assignee | ||
Comment 9•19 years ago
|
||
shayne, are you going to request review from mconner?
no hurry. there's no way this is going to get checked in until Firefox 1.5 is finalized and released, etc.
Comment 10•19 years ago
|
||
Comment on attachment 202156 [details] [diff] [review]
Remove un-needed return
opps, thought I did
Attachment #202156 -
Flags: review? → review?(mconnor)
Updated•19 years ago
|
Flags: blocking1.8.1?
Assignee | ||
Updated•19 years ago
|
Version: 1.5 Branch → Trunk
Assignee | ||
Comment 11•19 years ago
|
||
i changed the version to trunk so mconner would more likely review it:
see here:
http://steelgryphon.com/blog/?p=67
Assignee | ||
Comment 12•19 years ago
|
||
I just realized the following:
Firefox 1.5 = Gecko 1.8
Firefox 2.0 = Gecko 1.8.1
Firefox 3.0 = Gecko 1.9
this fix should be checked into both the branch and the trunk.
what should i set the version to?
Version: Trunk → unspecified
Assignee | ||
Updated•19 years ago
|
Flags: blocking-aviary2?
Comment 13•19 years ago
|
||
(In reply to comment #12)
> I just realized the following:
> Firefox 1.5 = Gecko 1.8
> Firefox 2.0 = Gecko 1.8.1
> Firefox 3.0 = Gecko 1.9
>
> this fix should be checked into both the branch and the trunk.
> what should i set the version to?
>
yeah a lot of people got confused with this. Months ago, I thought we gonna had Firefox 3 on Gecko v2.0 ;-) You should set this to trunk,anyway it can make 1.8.1 even if you set it to trunk.
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8.0.1?
Version: unspecified → Trunk
Assignee | ||
Comment 14•19 years ago
|
||
This patch should make the other attachments obselete.
I have confirmed that "height: auto" is not needed.
Could someone look over this patch and make sure I got the numbers right?
like this thing that you have to add:
@@ -80,26 +80,30 @@
Attachment #205184 -
Flags: review?(mconners)
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8rc2-
Comment 15•19 years ago
|
||
1.8.0.1/ff1.5.1 is for security and stability fixes only. this would be better in 1.9 and maybe 1.8.1
Flags: blocking1.8.0.1? → blocking1.8.0.1-
Comment 16•19 years ago
|
||
Comment on attachment 202156 [details] [diff] [review]
Remove un-needed return
obsoleting in favour of the revision of this patch
Attachment #202156 -
Attachment is obsolete: true
Attachment #202156 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Attachment #205184 -
Flags: review?(mconners) → review?(mconnor)
Assignee | ||
Comment 17•19 years ago
|
||
(In reply to comment #16)
> (From update of attachment 202156 [details] [diff] [review] [edit])
> obsoleting in favour of the revision of this patch
>
i put down the wrong person to ask for a review. i meant to put down you. sorry. could you review this?
Updated•19 years ago
|
Attachment #205184 -
Flags: review?(mconnor)
Attachment #205184 -
Flags: review+
Attachment #205184 -
Flags: approval1.8.1+
Updated•19 years ago
|
Whiteboard: [checkin needed]
Updated•19 years ago
|
Assignee: nobody → studio17
Comment 18•19 years ago
|
||
Trunk:
mozilla/browser/base/content/credits.xhtml; new revision: 1.14;
mozilla/mail/base/content/credits.xhtml; new revision: 1.9;
1.8:
mozilla/browser/base/content/credits.xhtml; new revision: 1.10.4.3;
mozilla/mail/base/content/credits.xhtml; new revision: 1.4.2.3;
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: blocking1.9a1?
Flags: blocking-firefox2?
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox 2
Comment 19•19 years ago
|
||
Hmm.. this bug is a dublicate of bug 237804.. where to i submitted a patch a long time ago.. close that bug now...
Comment 20•19 years ago
|
||
*** Bug 237804 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Target Milestone: Firefox 2 → Firefox 2 alpha1
You need to log in
before you can comment on or make changes to this bug.
Description
•