[Webkit-unassigned] [Bug 32981] with (large) padding, text string in text input field is not pushed down accordingly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 12 08:07:05 PST 2011


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


Alumni <les_sion at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |les_sion at yahoo.com




--- Comment #5 from Alumni <les_sion at yahoo.com>  2011-01-12 08:07:06 PST ---
(In reply to comment #4)
> We do intentionally center text.  It might be to match historical WebKit behavior.  We should not change this without doing significant investigation to make sure we wouldn't regress layout on existing websites.

Is there any way a developer could achieve the results of all other browsers in webkit?

The following code works in IE6/Firefox/Opera, but not in any webkit browser:

label { position:absolute; top:50px; left:25px; }
input { border:1px solid black; height:100px; padding:70px 25px 10px; width:300px; }
...
<label for="sometext">The text:</label>
<input type="text" id="sometext" placeholder="Enter text here"/>

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



More information about the webkit-unassigned mailing list