Bug 112779
Summary: | REGRESSION(r133224): Clicking anywhere selects an entire message in Yahoo! Mail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, ayg, enrica, eoconnor |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Reproduction steps:
1. Go to yahoo.com
2. Open an email
3. Double click on a word
Expected result:
The double-clicked word is selected
Actual result:
The entire message is selected on the first click
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
This is because Yahoo! Mail somehow sets -webkit-user-select: all for whatever reason.
Ryosuke Niwa
I guess we can contact Yahoo! Mail and see if they can change their UI not to use -webkit-user-select: all. It seems odd that this value is used at all given we had never supported it until http://trac.webkit.org/changeset/133224. Also, they specify -moz-user-select: text for Mozilla so it's very strange that they use "all" for WebKit.
Ryosuke Niwa
<rdar://problem/13100118>