Closed
Bug 101925
Opened 24 years ago
Closed 24 years ago
Implement getComputedStyle() for float property
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla0.9.5
People
(Reporter: glazou, Assigned: glazou)
References
Details
Attachments
(3 files)
|
2.78 KB,
patch
|
bzbarsky
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
|
4.93 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.60 KB,
patch
|
Details | Diff | Splinter Review |
getComputedStyle() is not implemented for the float property.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
patch attached, ready for reviews (I also did a little cleanup/reordering of some*
lines)
Status: NEW → ASSIGNED
Comment 3•24 years ago
|
||
CC'ing bz who's the new happy owner of getComputedStyle
Comment 4•24 years ago
|
||
Comment on attachment 51056 [details] [diff] [review]
patch v1.0
r=bzbarsky if you add that to the right place in queryableProperties (please attach a new patch once you do that....)
Attachment #51056 -
Flags: review+
Updated•24 years ago
|
Comment 5•24 years ago
|
||
Comment on attachment 51056 [details] [diff] [review]
patch v1.0
sr=jst with the bad next-line argument indentation fixed.
Attachment #51056 -
Flags: superreview+
| Assignee | ||
Comment 6•24 years ago
|
||
| Assignee | ||
Comment 7•24 years ago
|
||
checked in trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
argh. reopening....
-nsComputedDOMStyle::GetCssFloat(nsAWritableString& aCssFloat)
+nsComputedDOMStyle::GetFloat(nsAWritableString& aFloat)
That's no good... missed that my first look at the file. :(
The property as defined by
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSS2Properties
is called cssFloat (since "float" is a reserved word in some languages).
glazou, would you care to attach a fixup patch? And my apologies for missing
this the first time...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 9•24 years ago
|
||
| Assignee | ||
Comment 10•24 years ago
|
||
fixed with rs=jst on #mozilla
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
Thanks for the fixup... my apologies for the cruddy review.... :(
You need to log in
before you can comment on or make changes to this bug.
Description
•