Closed
Bug 481727
Opened 16 years ago
Closed 16 years ago
:-moz-drag-over pseudo-class CSS rules do not apply
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: erik.staats, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
415 bytes,
application/x-gzip
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090305 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090305 Minefield/3.2a1pre
Using the :-moz-drag-over pseudo-class CSS rule does not apply in Minefield 3.2a1pre.
Reproducible: Always
Steps to Reproduce:
1. Launch Minefield 3.2a1pre build 20090305.
2. Open test.xul file in bug attachment.
3. Select some text and drag over test.xul black box outline.
Actual Results:
No changes are observed in browser.
Expected Results:
Box outline turns to red.
This works correctly in Firefox 3.0.6.
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Comment 2•16 years ago
|
||
Regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5aaa5bcc6024&tochange=f8c3ffbe3ba5
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Updated•16 years ago
|
Blocks: 454844
Keywords: regression
Comment 3•16 years ago
|
||
You need to cancel the dragenter event (as described at https://developer.mozilla.org/En/DragDrop/Drag_Operations#droptargets) for the drop to be valid.
The :-moz-drag-over pseudo only applies when a drop is actually allowed, not whenever any dragover occurs.
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
•