Closed
Bug 78709
Opened 25 years ago
Closed 25 years ago
getComputedStyle not implemented for text-align property
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: glazou, Assigned: glazou)
References
Details
Attachments
(1 file)
|
2.05 KB,
patch
|
Details | Diff | Splinter Review |
getComputedStyle DOM 2 Style is not implemented for text-align property.
The answer is always "".
This is needed for the CSSization of Composer.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
Patch for this bug added.
Harish : feel free to reassign to me if you want.
r= and sr= needed, thanks.
Blocks: 77705
Daniel: I'm reassigning this bug to you since it's your fix ;-).
r=harishd
Comment 4•25 years ago
|
||
Don't you want "start" instead of "left"?
Comment 5•25 years ago
|
||
sr=hyatt
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•25 years ago
|
||
really re-assigning
Assignee: harishd → glazman
Status: ASSIGNED → NEW
| Assignee | ||
Comment 7•25 years ago
|
||
==> mozilla 0.9.1
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Comment 8•25 years ago
|
||
checked in :-)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•25 years ago
|
||
Currently finishing :
a) code for the retrieval of the CSS declarations contained in a STYLE attribute
for that purpose, had to do implementation of nsDOMCSSDeclaration::GetCssText
b) a transaction for setting, removing, changing the value of a CSS declaration
contained in a STYLE attribute
| Assignee | ||
Comment 10•25 years ago
|
||
ooops; comment above attached to wrong bug...
Comment 11•25 years ago
|
||
VERIFIED using variations on:
javascript:alert(document.defaultView.getComputedStyle(
document.getElementsByTagName('P')[0], '').getPropertyValue('text-align'))
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•