Bug 17270 - Webkit should respect the height regardless of padding for input element.
Summary: Webkit should respect the height regardless of padding for input element.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL: http://iskon.hr/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-09 23:33 PST by Anantha Keesara
Modified: 2011-08-17 10:35 PDT (History)
3 users (show)

See Also:


Attachments
reduction (208 bytes, text/html)
2008-02-09 23:35 PST, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2008-02-09 23:33:25 PST
I .Steps:
-----------
1. Go to: http://iskon.hr/

II. Issue:
-----------------
You would notice that text field "tražilica" is aligned down and corresponding buttons are been duplicated twice.
Also when mouse hover on those button, it movies up and down.

III. Observation:
-----------------

For <input> elements the height is respected regardless of padding in IE6, IE7, and Opera. WebKit and Firefox expand the input greater than the height to accomodate the padding.

IV. Other browsers:
-------------------
This issue is not seen in IE, FF, Opera 


V. Nightly tested: 30110
Comment 1 Anantha Keesara 2008-02-09 23:35:14 PST
Created attachment 19028 [details]
reduction
Comment 2 Dave Hyatt 2008-02-09 23:43:07 PST
We do this in strict mode.

Comment 3 Robert Blaut 2008-06-12 01:07:46 PDT
(In reply to comment #2)
> We do this in strict mode.
> 

A height of input element in attached test case is rendered identically in WebKit, Opera 9.5 and Firefox 3.

Per comment #2 bug marked as an Evangelism bug.
Comment 4 Robert Blaut 2009-11-15 01:33:55 PST
I've checked the reported site in WebKit 4.0.4 (6531.21.10, r50918) and found no problem now.

The issue is fixed on the page now.

I close this report as resolved fixed an evangelism bug.
Comment 5 webkit 2011-08-16 21:29:24 PDT
Hi 

Can anyone point me to the fix/commit how this issue is resolved?

-Raybits
Comment 6 Alexey Proskuryakov 2011-08-17 10:35:56 PDT
This was a site issue, not a WebKit bug. So there was no fix in WebKit, it's the site that got fixed.