RESOLVED WORKSFORME 12843
Incorrect behaviour for select and input elements with "-webkit-user-select" property
https://bugs.webkit.org/show_bug.cgi?id=12843
Summary Incorrect behaviour for select and input elements with "-webkit-user-select" ...
Tom Brown
Reported 2007-02-21 11:07:02 PST
Certain settings of the "-webkit-user-select" property cause "input" and "select" elements to behave inconsistently, specifically when a local setting is overriding a more strict global setting. The "text" and "none" values override correctly and consistently, but the "ignore" and "auto" behave differently. I believe the correct behavior would be consistency. If content within the input textbox can be selected, items within the select box should be selectable as well. A local setting of "auto" should allow each element to be selected based on it's element type, rather than on any parent setting. webkit-user-select:none input: not selectable select: not selectable webkit-user-select:ignore input: selectable select: not selectable webkit-user-select:text input: selectable select: selectable webkit-user-select:auto input: selectable select: not selectable
Attachments
Bug demonstration (886 bytes, text/html)
2007-02-21 11:08 PST, Tom Brown
no flags
Tom Brown
Comment 1 2007-02-21 11:08:08 PST
Created attachment 13301 [details] Bug demonstration
Ryosuke Niwa
Comment 2 2011-05-03 07:35:33 PDT
As far as I can tell by selecting all on the demo, the behavior is consistent now.
Note You need to log in before you can comment on or make changes to this bug.