RESOLVED FIXED 11793
REGRESSION: parts of forms like input buttons or selects are selected even with -webkit-user-select: none turned on
https://bugs.webkit.org/show_bug.cgi?id=11793
Summary REGRESSION: parts of forms like input buttons or selects are selected even wi...
Alexander Kempgen
Reported 2006-12-09 13:22:10 PST
parts of forms like input buttons or selects can be selected even with -webkit-user-select: none turned on. these parts are the "empty" spaces on the left and on the right of the forms text. (i'm talking about elements like <input type="button" value="text" /> and <select size="1"> here)
Attachments
Testcase for <input type="button"> and <select> (532 bytes, text/html)
2006-12-09 14:34 PST, Alexander Kempgen
no flags
Alexander Kempgen
Comment 1 2006-12-09 14:34:06 PST
Created attachment 11791 [details] Testcase for <input type="button"> and <select>
Dave Hyatt
Comment 2 2006-12-09 14:53:50 PST
Regression?
Timothy Hatcher
Comment 3 2006-12-09 15:55:11 PST
Yes, it is a regression since the old AppKit controls never allowed selection.
mitz
Comment 4 2007-02-02 06:57:52 PST
I think Hyatt fixed this recently. Alex, can you check?
Alexander Kempgen
Comment 5 2007-02-02 07:55:05 PST
Yes, it's fixed in the latest nightly.
Note You need to log in before you can comment on or make changes to this bug.