#3254: WikiHtml: The HTML processor does not process 'bgcolor'
---------------------+------------------------------------------------------
Reporter: sam_b | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9.5
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Old description:
> When adding a description to a ticket or any other part of the wiki and
> using the html processor, the bgcolor is not parse at all.
>
> When you open the source page in your browser, the bgcolor option is
> simply not there.
>
> Here's an example:
> {{{
> #!html
> <table cellspacing=0 border=1 bgcolor="#CCCCCC">
> <tr bgcolor="#666666">
> <td width="100"><div align=center><font size="3"
> color=black>Test</td>
> </tr>
> <table>
> }}}
> [[BR]]
> And we are using the following code:
> {{{
> <table cellspacing=0 border=1 bgcolor="#CCCCCC">
> <tr bgcolor="#666666">
> <td width="100"><div align=center><font size="3"
> color=black>Test</td>
> </tr>
> <table>
> }}}
> [[BR]]
> It would be nice if the bgcolor would be added back into the html
> processor.
New description:
When adding a description to a ticket or any other part of the wiki and
using the html processor, the bgcolor is not parse at all.
When you open the source page in your browser, the bgcolor option is
simply not there.
Here's an example:
{{{
#!html
<table cellspacing=0 border=1 bgcolor="#CCCCCC">
<tr bgcolor="#666666">
<td width="100"><div align=center><font size="3" color=black>Test</td>
</tr>
</table>
}}}
[[BR]]
And we are using the following code:
{{{
<table cellspacing=0 border=1 bgcolor="#CCCCCC">
<tr bgcolor="#666666">
<td width="100"><div align=center><font size="3" color=black>Test</td>
</tr>
</table>
}}}
[[BR]]
It would be nice if the bgcolor would be added back into the html
processor.
Comment (by mgood):
''(fix closing table tags)''
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3254>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets