Closed
Bug 658885
Opened 14 years ago
Closed 12 years ago
XUL progress meters are (still) clipped incorrectly
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(4 files, 4 obsolete files)
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Strange, the html version looks ok.
Assignee | ||
Comment 3•14 years ago
|
||
Comment 5•14 years ago
|
||
So, for some reason, the chunk is painted with an offset of two pixels. One is expected: it's because the progressbar widget has a one pixel border but I can't find why there is a second pixel involved here. (both margins and borders size are ok)
(In reply to comment #5)
> So, for some reason, the chunk is painted with an offset of two pixels. One
> is expected: it's because the progressbar widget has a one pixel border but
> I can't find why there is a second pixel involved here. (both margins and
> borders size are ok)
Then just change the code to use one more pixel! If that doesn't work, then revert the code back and try something else.
Comment 8•13 years ago
|
||
Just noticed this after updating to Firefox 6.0.
Is this perhaps related to bug 392672?
Comment 9•13 years ago
|
||
(In reply to Samuel Coleman from comment #8)
> Just noticed this after updating to Firefox 6.0.
>
> Is this perhaps related to bug 392672?
Unfortunately not.
Assignee | ||
Comment 11•13 years ago
|
||
This is pretty easy to fix through some tweaks to widgetRect/clipRect down in the theme code.
Assignee | ||
Comment 12•13 years ago
|
||
Assignee: nobody → jmathies
Assignee | ||
Comment 13•13 years ago
|
||
added vertical meter support
Assignee | ||
Updated•13 years ago
|
Attachment #598104 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Attachment #598105 -
Attachment is obsolete: true
Assignee | ||
Comment 14•13 years ago
|
||
Assignee | ||
Comment 15•13 years ago
|
||
cleanup and testing on xp.
Attachment #598884 -
Attachment is obsolete: true
Assignee | ||
Comment 16•13 years ago
|
||
Comment on attachment 599100 [details] [diff] [review]
fix v.1
I've rolled these changes in with bug 658829.
Attachment #599100 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•