Closed
Bug 61830
Opened 24 years ago
Closed 24 years ago
modern skin: progress bar lower border misaligned
Categories
(SeaMonkey :: Themes, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8
People
(Reporter: fudge_factor, Assigned: hewitt)
References
Details
(Keywords: modern, polish, regression)
Attachments
(3 files)
4.90 KB,
image/gif
|
Details | |
3.09 KB,
image/gif
|
Details | |
687 bytes,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test11 i686; en-US; m18) Gecko/20001202
BuildID: 2000120206
The lower black line border that bounds the progress bar located at the lower
left corner of the modern skin, is out of alignment by 1 pixel.
Reproducible: Always
Steps to Reproduce:
1. Run mozilla
2. Look at progress bar.
if the bottom line is supposed to be aligned text on the status-bar, it is
actually the *descenders* that are stretching one pixel too far down.
(left/right side borders)
Resolving as new, adding keywords.
Been seeing this one forever, currently Linux build ID 2000113006
Updated•24 years ago
|
Keywords: regression
Assignee | ||
Comment 5•24 years ago
|
||
Fixeed - see fix for 16729.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
I still see this with build 2000122020 trunk win32.
Comment 8•24 years ago
|
||
And same with 2000122105 after a clean install
Comment 9•24 years ago
|
||
reopening. this is still a problem for me --using 2000.12.20.09 comm verif bits
on winNT.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•24 years ago
|
||
*** Bug 63714 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
dmitry@north.cs.msu.su comments in dup bug 63714:
modifying global.css helps a little
.progressmeter-internal-box {
vertical-align: middle;
min-height : 9px;
height : 9px;
}
Assignee | ||
Comment 12•24 years ago
|
||
I can't duplicate this at all. If anyone sees anything wrong with the
progressmeter border, can you please post a screen shot illustrating what is wrong?
Status: REOPENED → ASSIGNED
Priority: P3 → P4
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
Comment 15•24 years ago
|
||
i've attached two screenshots from this morning's winNT comm verif bits. Joe, if
you need more info, feel free to ping me on irc [nick of 'se'], or i'll be happy
to help in person.
Assignee | ||
Comment 16•24 years ago
|
||
I'm mightily confused as to why you are seeing this. I am positive I checked in
a fix for this, and I am not able to duplicate it on any recent trunk builds.
The screen shots you are showing me demonstrate what USED TO happen when the
progress meter was stretched. Are you testin with recent trunk builds or branch
builds?
Comment 17•24 years ago
|
||
*** Bug 64782 has been marked as a duplicate of this bug. ***
Comment 18•24 years ago
|
||
According to bug 64782, this is still a problem in current nightlys.
Comment 19•24 years ago
|
||
yes, i saw it too, in a download dialog. The "legs" there are longer than in the
progressbar in browser however. Browsers is only a pixel too deep, while the
ones in download dialog are hairyer - perhaps 7 pix too deep, and also
misaligned at top (descenders start one pixel too low, leaving the upper corners
"uncovered")
2001010821
Comment 20•24 years ago
|
||
Just a remark. I see this problem with windows nightlies, not linux nightlies
Comment 21•24 years ago
|
||
*** Bug 64941 has been marked as a duplicate of this bug. ***
Comment 22•24 years ago
|
||
*** Bug 64951 has been marked as a duplicate of this bug. ***
Comment 23•24 years ago
|
||
*** Bug 65081 has been marked as a duplicate of this bug. ***
Comment 24•24 years ago
|
||
*** Bug 65267 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 26•24 years ago
|
||
Marking P1 since it's an easy fix and highly visible... the problem is the text
element in the progressmeter binding is growing too large and expanding the
borders. I've tried hiding this element with display: none and visibility:
collapse and neither works, so I tried font-size: 1px and that worked for me,
but apparently on some systems it is too large...
Priority: P4 → P1
Comment 28•24 years ago
|
||
Assignee | ||
Comment 29•24 years ago
|
||
r=hewitt on hwaara's patch
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.8
Comment 30•24 years ago
|
||
a=hangas
Assignee | ||
Comment 31•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 32•24 years ago
|
||
Marking verified on all platforms (2001-01-30-10-Mtrunk).
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•