[Webkit-unassigned] [Bug 8297] New: REGRESSION: Input element extends outside of DIV element at http://www.macdock.com/
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 10 10:21:43 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8297
Summary: REGRESSION: Input element extends outside of DIV element
at http://www.macdock.com/
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression, NativeTextField
Severity: normal
Priority: P1
Component: HTML Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: cpetersen at apple.com
At http://www.macdock.com/, I noticed the Admin Email input text field extends
outside of containing DIV.
I have created a reduced test case of this page.
STEPS TO REPRODUCE
1. In TOT WebKit , open test case "macdock.html"
2. Notice how wide the input field renders. It extends past the bordered DIV
where the input element is contained.
HTML looks like this:
<div class="ad_box">
<input type="text"size="30" >
</div>
input {font-size:10px;}
.ad_box {border: solid;width:200px;}
The input element has been assigned size attribute in addition to font-size
property.
REGRESSION
This issue only occurs with native text fields
--
Configure bugmail: http://bugzilla.opendarwin.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