Ticket #14443 (closed enhancement: fixed)
Add support for background-color span style to wxHTML
| Reported by: | gevorg | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | wxHtml | Version: | 2.9-svn |
| Keywords: | background color html span style needs-work | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: | 14599, 14599, 14599 |
Description
There is no code for background color in m_span.cpp, so specifying background-color like <span style="background-color:#FF8080;"> doesn't work.
I tried to add it copy-pasting from "color", using wxHTML_CLR_BACKGROUND for wxHtmlColourCell and deleting the line calling SetActualColor, but that didn't work for some reason.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

