Bug 112779

Summary: REGRESSION(r133224): Clicking anywhere selects an entire message in Yahoo! Mail
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: 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
Reported 2013-03-20 00:37:51 PDT
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
Ryosuke Niwa
Comment 1 2013-03-20 01:37:22 PDT
This is because Yahoo! Mail somehow sets -webkit-user-select: all for whatever reason.
Ryosuke Niwa
Comment 2 2013-03-20 01:40:09 PDT
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
Comment 3 2013-03-20 01:43:43 PDT
Note You need to log in before you can comment on or make changes to this bug.