Bug 11793 - REGRESSION: parts of forms like input buttons or selects are selected even with -webkit-user-select: none turned on
Summary: REGRESSION: parts of forms like input buttons or selects are selected even wi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-12-09 13:22 PST by Alexander Kempgen
Modified: 2007-02-02 07:55 PST (History)
1 user (show)

See Also:


Attachments
Testcase for <input type="button"> and <select> (532 bytes, text/html)
2006-12-09 14:34 PST, Alexander Kempgen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kempgen 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)
Comment 1 Alexander Kempgen 2006-12-09 14:34:06 PST
Created attachment 11791 [details]
Testcase for <input type="button"> and <select>
Comment 2 Dave Hyatt 2006-12-09 14:53:50 PST
Regression?
Comment 3 Timothy Hatcher 2006-12-09 15:55:11 PST
Yes, it is a regression since the old AppKit controls never allowed selection.
Comment 4 mitz 2007-02-02 06:57:52 PST
I think Hyatt fixed this recently. Alex, can you check?
Comment 5 Alexander Kempgen 2007-02-02 07:55:05 PST
Yes, it's fixed in the latest nightly.