Closed
Bug 290267
Opened 20 years ago
Closed 20 years ago
-moz-user-select: auto; does not get set using userContent.css
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: thesh_bugs, Assigned: dbaron)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
I have the following rule set in userContent.css:
* {
-moz-user-select: auto !important;
}
When I tested it, it didn't work. When I pulled up the DOM inspector, although
the rule is there, the property is not. If I set it to, for example, none, it
works as expected.
Reproducible: Always
Assignee | ||
Comment 1•20 years ago
|
||
'auto' isn't a valid value for '-moz-user-select'. It's based loosely on
http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•20 years ago
|
||
I guess I should have checked that; I assumed it was, since when I check the
Computed Style of pretty much anything in the DOM inspector, it lists it as set
to auto.
You need to log in
before you can comment on or make changes to this bug.
Description
•