[Webkit-unassigned] [Bug 15312] WebKit applies an incorrect min width for <input type="text"> fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 18:42:32 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=15312


ojan at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28920|                            |review?
               Flag|                            |




------- Comment #32 from ojan at chromium.org  2009-03-24 18:42 PDT -------
Created an attachment (id=28920)
 --> (https://bugs.webkit.org/attachment.cgi?id=28920&action=view)
Make textarea metrics more closely match IEs.

 LayoutTests/ChangeLog                              |   23 +++
 LayoutTests/fast/forms/resources/TEMPLATE.html     |   13 ++
 .../fast/forms/resources/textarea-metrics.js       |  171 +++++++++++++++++++
 .../fast/forms/textarea-metrics-expected.txt       |  173 ++++++++++++++++++++
 LayoutTests/fast/forms/textarea-metrics.html       |   13 ++
 .../custom/resources/svg-fonts-in-text-controls.js |   20 +++
 .../custom/svg-fonts-in-text-controls-expected.txt |    6 +
 .../svg/custom/svg-fonts-in-text-controls.html     |   13 ++
 WebCore/ChangeLog                                  |   60 +++++++
 WebCore/css/html4.css                              |    2 +
 WebCore/css/themeWin.css                           |    4 -
 WebCore/platform/graphics/SimpleFontData.cpp       |   70 ++++++++-
 WebCore/platform/graphics/SimpleFontData.h         |    7 +
 .../chromium/SimpleFontDataChromiumWin.cpp         |    5 +
 .../graphics/chromium/SimpleFontDataLinux.cpp      |    5 +
 WebCore/platform/graphics/mac/SimpleFontDataMac.mm |   21 +++
 .../platform/graphics/win/SimpleFontDataCGWin.cpp  |    7 +
 .../graphics/win/SimpleFontDataCairoWin.cpp        |    7 +
 .../platform/graphics/win/SimpleFontDataWin.cpp    |    2 +
 WebCore/rendering/RenderTextControl.cpp            |    6 +-
 WebCore/rendering/RenderTextControlMultiLine.cpp   |    4 -
 WebCore/rendering/RenderTextControlSingleLine.cpp  |    4 +
 22 files changed, 619 insertions(+), 17 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list