Open
Bug 360148
Opened 18 years ago
Updated 1 month ago
Support the 'z-index' property on SVG elements
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
NEW
People
(Reporter: jesse, Unassigned)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
644 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Currently, Firefox's SVG implementation does not honor the z-index CSS style property. Ideally, the property would be honored. The current work around is to rely solely on DOM order. The z-index style property is a much more convenient way to control Z index.
Reproducible: Always
Steps to Reproduce:
See the attached file.
Actual Results:
The blue square is on top.
Expected Results:
The red square is on top.
Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Assignee: nobody → general
Component: General → SVG
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
![]() |
||
Comment 2•18 years ago
|
||
This is invalid. SVG is designed to based on DOM order. See discussions on the www-svg mailing list.
Comment 3•18 years ago
|
||
duplicate of bug 342409 I believe.
Comment 4•18 years ago
|
||
The z-index works in all other browsers: http://www.digdif.com/
When you mouse over the expanding navigation on the left the z-index should place the flash behind the navigation that expands.
Comment 5•18 years ago
|
||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
![]() |
||
Comment 6•14 years ago
|
||
Actually the following proposal got a good reception in the SVG Working Group, so we may well implement it:
http://lists.w3.org/Archives/Public/www-svg/2009Oct/0042.html
Status: RESOLVED → REOPENED
Depends on: 614732
Ever confirmed: true
Resolution: INVALID → ---
Version: 1.8 Branch → Trunk
![]() |
||
Updated•14 years ago
|
Summary: Honor z-index CSS style for SVGElement. → Support the 'z-index' property on SVG elements
Updated•14 years ago
|
Assignee: general → nobody
QA Contact: ian → general
![]() |
||
Updated•14 years ago
|
Assignee: nobody → jwatt
Updated•9 years ago
|
Blocks: svg-enhance
Comment 10•8 years ago
|
||
(In reply to percyley from comment #9)
> We should open a meta bug: [meta] Implement SVG2 features
Agree. Will do.
Jonathan, would you consider to implement this ? otherwise, I'll reset to assignee first.
Severity: enhancement → normal
Status: REOPENED → NEW
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
![]() |
||
Updated•4 months ago
|
Assignee: jwatt → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•