Open
Bug 176170
Opened 22 years ago
Updated 1 year ago
[meta] ::selection bugs
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
Future
People
(Reporter: ian, Unassigned)
References
(Depends on 9 open bugs, Blocks 1 open bug, )
Details
(Keywords: css3, meta, testcase, Whiteboard: [Hixie-P5])
Our :-moz-selection code has some serious bugs on the following test cases:
http://www.hixie.ch/tests/adhoc/css/selectors/selection/mozilla/003.xml
http://www.hixie.ch/tests/adhoc/css/selectors/selection/mozilla/004.xml
http://www.hixie.ch/tests/adhoc/css/selectors/selection/mozilla/005.xml
The first is a style system bug, the second is a problem with :focus (at a
guess) and the third is a painting bug (as you hover over the element, the
element flickers to an unselected state for no apparent reason).
These issues, along with the pseudo-elements '::' parser issue, need to be
resolved before we change the '-moz-selection' name to 'selection'.
Separate bugs should probably be filed for these issues when someone considers
fixing them.
Updated•22 years ago
|
Target Milestone: --- → Future
Reporter | ||
Updated•22 years ago
|
Keywords: css3
Summary: :-moz-selection bugs tracking bug → :-moz-selection bugs tracking bug (::selection)
Whiteboard: [Hixie-P5]
Comment 1•21 years ago
|
||
the third seams to be fixed for me, the second is the related bug...
Comment 2•21 years ago
|
||
As I reported elsewere ( bug 183646 comment 5 ) these test cases don't work anymore.
If someone can confirm this I can remake the test cases.
Reporter | ||
Comment 3•21 years ago
|
||
testcases updated
Updated•21 years ago
|
Blocks: selectors3
Updated•21 years ago
|
Summary: :-moz-selection bugs tracking bug (::selection) → ::-moz-selection bugs tracking bug (::selection)
Updated•21 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Comment 4•20 years ago
|
||
Another testcase:
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/xhtml/tests/css3-modsel-40.xml
Konqueror does correctly show green background but in Firefox it turns blue when
selected.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040805 Firefox/0.9.1+
Updated•20 years ago
|
Flags: blocking-aviary1.0?
Comment 5•20 years ago
|
||
Please not that W3C test cases can't be used directly, since Mozilla only
supports '::-moz-selection' for reasons that may be obvious and doesn't yet
support '::selection', which is used in the W3C test cases.
The Mozilla equivalent of that test case can be found on the "personal" test
suite of Ian Hickson were it appears that Mozilla supports it correctly:
<http://hixie.ch/tests/adhoc/css/selectors/selection/mozilla/006.xml>
Updated•20 years ago
|
Flags: blocking-aviary1.0? → blocking-aviary1.0-
*** Bug 311039 has been marked as a duplicate of this bug. ***
QA Contact: ian → style-system
Comment 7•10 years ago
|
||
Per http://krijnhoetmer.nl/irc-logs/css/20140908#l-479 we can start considering removing the prefix here.
Comment 8•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: daniel → nobody
Updated•2 years ago
|
Severity: normal → S3
Comment 9•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 16 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(emilio)
Updated•2 years ago
|
Type: defect → task
Flags: needinfo?(emilio)
Summary: ::-moz-selection bugs tracking bug (::selection) → [meta] ::selection bugs
Updated•1 year ago
|
Blocks: css-pseudo-4
You need to log in
before you can comment on or make changes to this bug.
Description
•