WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
115597
Setting user-select: none disables pasting
https://bugs.webkit.org/show_bug.cgi?id=115597
Summary
Setting user-select: none disables pasting
Ryosuke Niwa
Reported
2013-05-04 14:17:35 PDT
We shouldn't propagate user-select value into the shadow DOM; or else we'll disallow editing operations inside an input/textarea element with user-select: none. <div class="filter"> <input type="text" placeholder="foobar" /> </div> <style> .filter *{ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } </style>
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-05-04 14:32:15 PDT
https://code.google.com/p/chromium/issues/detail?id=105876
Tim Nguyen (:ntim)
Comment 2
2025-05-30 16:11:27 PDT
This looks fixed to me
Darin Adler
Comment 3
2025-06-02 14:51:52 PDT
Can we add a regression tests to guarantee it stays fixed?
Darin Adler
Comment 4
2025-06-02 14:52:01 PDT
Or is there a test already covering it?
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