Open
Bug 62682
Opened 25 years ago
Updated 3 years ago
CSSStyleDeclaration.getPropertyCSSValue() not implemented, always returns nsnull
Categories
(Core :: DOM: CSS Object Model, defect, P5)
Core
DOM: CSS Object Model
Tracking
()
NEW
People
(Reporter: david, Unassigned)
References
Details
(Keywords: dom2, Whiteboard: WONTFIX?)
Attachments
(1 file)
|
993 bytes,
text/html
|
Details |
CSSStyleDelcaration.getPropertyCSSValue() should return a CSSValue object,
but it always seems to return null. See attached test case.
See also bug #62607, bug #62611, bug #62612, bug #62613
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Updated•25 years ago
|
Keywords: correctness
Comment 2•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer
workingon this is over-burdened. If you feel this is an error, that you or
another known resource will be working on this bug,or if it blocks your work in
some way -- please attach your concern to the bug for reconsideration.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•25 years ago
|
Component: DOM Level 2 → DOM Style
Updated•25 years ago
|
QA Contact: vidur → ian
Comment 3•25 years ago
|
||
Taking QA Contact on all open or unverified DOM Style bugs...
Comment 4•25 years ago
|
||
Nominating this bug for nsbeta1 on behalf of gerardok@netscape.com.
Keywords: nsbeta1
Comment 5•25 years ago
|
||
Removing nsbeta1 nomination -- there was a misunderstanding and some "approved
out features" were nominated by mistake! Sorry!
Keywords: nsbeta1
Just updating the summary...
See
http://lxr.mozilla.org/seamonkey/source/content/html/style/src/nsDOMCSSDeclaration.cpp#114
Marking dependency to CSSization of Composer in bug 77705, even if I have a
work-around.
Blocks: 77705
Summary: CSSStyleDeclaration.getPropertyCSSValue() doesn't work → CSSStyleDeclaration.getPropertyCSSValue() not implemented, always returns nsnull
Comment 7•24 years ago
|
||
taking getComputedStyle bugs
Assignee: jst → bzbarsky
Status: ASSIGNED → NEW
Target Milestone: Future → mozilla0.9.7
Comment 8•24 years ago
|
||
Just a quick note, calling getPropertyCSSValue() on a CSSStyleDeclaration
obtained via getComputedStyle() *was* working (in at least 0.9.5) but has
regressed in more recent builds. See bug 112093 for details.
Apologies for the spam.
Comment 9•24 years ago
|
||
Not gonna get to this anytime soon (like before mid-january). Sending to
default owner (esp. since this is not getComputedStyle after all). :(
Assignee: bzbarsky → jst
Priority: P3 → --
Target Milestone: mozilla0.9.7 → ---
Comment 10•24 years ago
|
||
No time to do this before mozilla1.0 unless someone contributes a fix.
Target Milestone: --- → mozilla1.1
Updated•23 years ago
|
Target Milestone: mozilla1.1alpha → ---
Comment 11•23 years ago
|
||
This might be WONTFIX depending on CSSWG work in this area.
Whiteboard: WONTFIX?
Comment 13•22 years ago
|
||
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
QA Contact: general → style-system
Comment 14•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•