Closed
Bug 1359778
Opened 8 years ago
Closed 6 years ago
Change -moz-user-select to user-select like in Opera, Chrome..
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1492739
People
(Reporter: xavier19966, Unassigned)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
927.90 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170330203839
Steps to reproduce:
Open this fiddle https://jsfiddle.net/vxz97b4c/
Actual results:
The second line which has user-select:none it's selectable in firefox while in chrome or opera isn't.
Expected results:
The second line with user-select:none shouldn't get selected while the other text would.
Reporter | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Firefox: 55.0a1, Build ID: 20170426030329
I have managed to reproduce this issue on latest Firefox (53.0) release and latest Nightly (55.0a1) build on Windows 7 and Mac OS 10.12.
Status: UNCONFIRMED → NEW
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Component: General → Selection
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → x86_64
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 4•7 years ago
|
||
user-select is clearly a "keeper", please make the non-prefixed version usable, thanks
Comment 5•6 years ago
|
||
Bug 1492739 has a patch. FWIW, you need to submit the patch for review, otherwise there's no way it lands :).
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•