Closed
Bug 392672
Opened 17 years ago
Closed 12 years ago
four white pixel around progress bar in download manager
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: moco, Assigned: jimm)
References
Details
Attachments
(2 files, 5 obsolete files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
four white pixel around progress bar in download manager
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007081505 Minefield/3.0a8pre
I've attached a screen shot
Comment 1•17 years ago
|
||
Hrm, we just use native widgets, so is this a bug there?
Comment 2•17 years ago
|
||
and by native, I mean we just use the default xbl binding (which I assume is native)
Comment 3•17 years ago
|
||
Yeah, this drives my OCD crazy.
Comment 4•17 years ago
|
||
It may just be OCD on my side too but I think it looks unpolished... any hope to get this fixed for FF3?
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•15 years ago
|
Component: Download Manager → Widget: Win32
Product: Toolkit → Core
QA Contact: download.manager → win32
Updated•13 years ago
|
Assignee: nobody → netzen
Updated•13 years ago
|
Assignee: netzen → nobody
Assignee | ||
Comment 7•13 years ago
|
||
Assignee: nobody → jmathies
Assignee | ||
Comment 8•13 years ago
|
||
added support for vertical meters
Attachment #597932 -
Attachment is obsolete: true
Assignee | ||
Comment 9•13 years ago
|
||
turns out ms addressed this in vista with a new progress track that's transparent.
Attachment #598102 -
Attachment is obsolete: true
Assignee | ||
Comment 10•13 years ago
|
||
Turns out PP_TRANSPARENTBAR isn't defined on any of the current release platforms. So I'm using the corner trick for every os.
Attachment #598220 -
Attachment is obsolete: true
Assignee | ||
Comment 11•13 years ago
|
||
Note, these are built on top of the patches in bug 658885 and the fadable widgets patches. I can post a complete rollup if needed.
Attachment #599101 -
Attachment is obsolete: true
Attachment #600802 -
Flags: review?(neil)
Comment 12•13 years ago
|
||
Comment on attachment 600802 [details] [diff] [review]
preserve corners v.1
Sorry, I don't have Aero.
Attachment #600802 -
Flags: review?(neil)
Assignee | ||
Comment 13•13 years ago
|
||
(In reply to neil@parkwaycc.co.uk from comment #12)
> Comment on attachment 600802 [details] [diff] [review]
> preserve corners v.1
>
> Sorry, I don't have Aero.
This applies to xp as well. See
https://bug392672.bugzilla.mozilla.org/attachment.cgi?id=277173
Assignee | ||
Comment 14•13 years ago
|
||
This fixes the corner problem by grabbing the starting corner pixel color if there is one, and painting it on all four corners after DrawThemeBackground finishes painting the corners white.
Attachment #600802 -
Attachment is obsolete: true
Attachment #614566 -
Flags: review?(netzen)
Comment 15•13 years ago
|
||
Comment on attachment 614566 [details] [diff] [review]
progress corners
Review of attachment 614566 [details] [diff] [review]:
-----------------------------------------------------------------
The pixels that touch the 4 corners anti-alias to white but I think this will be an improvement and good enough.
Attachment #614566 -
Flags: review?(netzen) → review+
Comment 16•12 years ago
|
||
Comment 17•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•