Closed
Bug 294961
Opened 20 years ago
Closed 17 years ago
getPresentationAttribute unimplemented
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ed, Unassigned)
Details
Attachments
(1 file)
|
342 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050512 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050512 Firefox/1.0+ The getPresentationAttribute method in nsSVGStylableElement in unimplemented: http://lxr.mozilla.org/seamonkey/source/content/svg/content/src/nsSVGStylableElement.cpp#148 Although the CSSValue is ostensibly deprecated because it's akward to use, there doesn't appear to be a workaround solution. Using document.defaultView.getComputedStyle() doesn't appear to work with SVG elements. Reproducible: Always
Comment 1•19 years ago
|
||
Could you please attach a testcase to this bug using https://bugzilla.mozilla.org/attachment.cgi?bugid=294961&action=enter ? Is there a bug on getComputedStyle not working right here?
Comment 2•17 years ago
|
||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•