Closed
Bug 490614
Opened 16 years ago
Closed 16 years ago
Can't override -moz-user-select using css
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
INVALID
People
(Reporter: niko.sams, Unassigned)
References
()
Details
(Keywords: testcase)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.8) Gecko/2009033015 Gentoo Firefox/3.0.8 FirePHP/0.2.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4
Once -moz-user-select is set to none it can't get changed back to normal.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.vivid-planet.com/test/user-select-test.html
2. try to select text foo using mouse
Actual Results:
selection is not possible
Expected Results:
selection should be possible
Could reproduce this bug with:
- Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.8) Gecko/2009033015 Gentoo Firefox/3.0.8
- Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4
- Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Comment 1•16 years ago
|
||
Confirmed with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090429
Keywords: testcase
Comment 2•16 years ago
|
||
On the given page there is -moz-user-select:normal;
There is no such value "normal" for -moz-user-select.
You should look at: https://developer.mozilla.org/en/CSS/-moz-user-select
Possible values are: "none", "text", "-moz-none" and "all".
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•