RESOLVED FIXED Bug 120865
[mac] <progress> has rendering artifacts along the bottom
https://bugs.webkit.org/show_bug.cgi?id=120865
Summary [mac] <progress> has rendering artifacts along the bottom
Tim Horton
Reported 2013-09-06 10:19:16 PDT
<progress> doesn’t control its own height, so when we repaint it, we don’t know how much to repaint (we repaint 1em by default, but if you set a height: via CSS you can make the repaint problem worse or better). <rdar://problem/11571240>
Attachments
patch (11.20 KB, patch)
2013-09-09 21:59 PDT, Tim Horton
no flags
patch got stale (11.59 KB, patch)
2013-09-09 22:06 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2013-09-09 21:59:01 PDT
WebKit Commit Bot
Comment 2 2013-09-09 22:00:51 PDT
Attachment 211158 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt', u'LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height.html', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderProgress.cpp', u'Source/WebCore/rendering/RenderProgress.h', u'Source/WebCore/rendering/RenderTheme.cpp', u'Source/WebCore/rendering/RenderTheme.h', u'Source/WebCore/rendering/RenderThemeMac.h', u'Source/WebCore/rendering/RenderThemeMac.mm']" exit_code: 1 Source/WebCore/rendering/RenderProgress.h:50: The parameter name "computedValues" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3 2013-09-09 22:06:03 PDT
Created attachment 211159 [details] patch got stale
Tim Horton
Comment 4 2013-09-10 11:35:08 PDT
Note You need to log in before you can comment on or make changes to this bug.