WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11897
Form elements floated left with collapsing left margin are unselectable
https://bugs.webkit.org/show_bug.cgi?id=11897
Summary
Form elements floated left with collapsing left margin are unselectable
Michael Stevens
Reported
2006-12-20 12:59:10 PST
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>
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2006-12-20 15:25:37 PST
I can reproduce the problem in shipping Safari, but not in TOT. I think it was fixed by switching to native form controls. Please verify that the bug is fixed in the latest nightly build of WebKit from <
http://nightly.webkit.org/
>. If it is not, you can reopen this bug. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug