Open
Bug 62682
Opened 23 years ago
Updated 1 year 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•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Keywords: correctness
Comment 2•23 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•23 years ago
|
Component: DOM Level 2 → DOM Style
Updated•23 years ago
|
QA Contact: vidur → ian
Comment 3•23 years ago
|
||
Taking QA Contact on all open or unverified DOM Style bugs...
Comment 4•23 years ago
|
||
Nominating this bug for nsbeta1 on behalf of gerardok@netscape.com.
Keywords: nsbeta1
Comment 5•23 years ago
|
||
Removing nsbeta1 nomination -- there was a misunderstanding and some "approved out features" were nominated by mistake! Sorry!
Keywords: nsbeta1
Comment 6•23 years ago
|
||
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•22 years ago
|
||
taking getComputedStyle bugs
Assignee: jst → bzbarsky
Status: ASSIGNED → NEW
Target Milestone: Future → mozilla0.9.7
Comment 8•22 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•22 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•22 years ago
|
||
No time to do this before mozilla1.0 unless someone contributes a fix.
Target Milestone: --- → mozilla1.1
Updated•21 years ago
|
Target Milestone: mozilla1.1alpha → ---
Comment 11•21 years ago
|
||
This might be WONTFIX depending on CSSWG work in this area.
Whiteboard: WONTFIX?
![]() |
||
Comment 13•20 years ago
|
||
Note http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•13 years ago
|
QA Contact: general → style-system
Comment 14•6 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•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•