Bug 93948 - Bug with css property -webkit-user-select
Summary: Bug with css property -webkit-user-select
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Windows 7
: P3 Major
Assignee: Nobody
URL: http://jsbin.com/igulev/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 02:56 PDT by George
Modified: 2012-08-15 09:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George 2012-08-14 02:56:50 PDT
When we use 
* {
  -webkit-user-select: none;
}

Then when we added to input "-webkit-user-select: auto;" can't drop text from div[contenteditable="true"].

http://jsbin.com/igulev/
Comment 1 Alexey Proskuryakov 2012-08-14 12:16:17 PDT
I cannot reproduce this in Safari 6 or current nightly on Mac.
Comment 2 George 2012-08-15 01:18:07 PDT
(In reply to comment #1)
> I cannot reproduce this in Safari 6 or current nightly on Mac.

Try use Safari 5. We can't install Safari 6 on PC.
Comment 3 Alexey Proskuryakov 2012-08-15 09:44:30 PDT
Yes, I can reproduce with Safari 5.1.7 on Mac.

This means that this bug has been fixed in WebKit already, marking WORKSFORME.