Closed
Bug 24410
Opened 26 years ago
Closed 26 years ago
Setting "bgcolor" attribute for table cell doesn't paint content area.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: cmanske, Assigned: karnaze)
References
Details
1. Start Composer.
2. Create a table with toolbar button. Accept default and click OK.
3. You can type some content in the first cell or not.
4. Use menu: Format | Background Color | Red (or some other color).
(Note that toolbar colorpicker doesn't work right now.)
5. The color of the border changes, but not the cell content area.
Setting the color via JavaScript does work, e.g.:
cell->setAttribute("bgcolor", "red");
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 1•26 years ago
|
||
Fixed with latest checkin.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•