[Webkit-unassigned] [Bug 11897] New: Form elements floated left with collapsing left margin are unselectable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 12:59:11 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11897
Summary: Form elements floated left with collapsing left margin
are unselectable
Product: WebKit
Version: 419.x
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: michael.stevens at planetoutinc.com
Using Safari version 2.0.4 (419.3), in the following test case, only the text
box is selectable:
<html>
<head>
<style>
.test {
margin-left: -1.2em;
float: left;
clear: left;
}
</style>
</head>
<body>
<input type="radio" class="test" />
<input type="checkbox" class="test" />
<input type="text" class="test" />
<select class="test" />
</body>
</html>
--
Configure bugmail: http://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