[webkit-reviews] review requested: [Bug 24370] padding on textareas should go inside the scrollbar : [Attachment 28568] Put the padding inside scrollbars on textareas.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 16:43:09 PDT 2009


Ojan Vafai <ojan at chromium.org> has asked  for review:
Bug 24370: padding on textareas should go inside the scrollbar
https://bugs.webkit.org/show_bug.cgi?id=24370

Attachment 28568: Put the padding inside scrollbars on textareas.
https://bugs.webkit.org/attachment.cgi?id=28568&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
 WebCore/css/CSSStyleSelector.cpp		   |	6 ++
 WebCore/rendering/RenderTextControl.cpp	   |   61 +--------------------
 WebCore/rendering/RenderTextControl.h		   |   10 ----
 WebCore/rendering/RenderTextControlMultiLine.cpp  |   35 ++-----------
 WebCore/rendering/RenderTextControlMultiLine.h    |	1 -
 WebCore/rendering/RenderTextControlSingleLine.cpp |   57 +++++++++++++++++++
 WebCore/rendering/RenderTextControlSingleLine.h   |   11 ++++
 WebCore/rendering/TextControlInnerElements.cpp    |   30 ++++++++++-
 8 files changed, 109 insertions(+), 102 deletions(-)


More information about the webkit-reviews mailing list