Edgewall Software

Opened 18 years ago

Last modified 17 years ago

#3254 closed defect

WikiHtml: The HTML processor does not process 'bgcolor' — at Initial Version

Reported by: sam_b Owned by: Jonas Borgström
Priority: low Milestone: 0.10
Component: general Version: 0.9.5
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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:

Test


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>


It would be nice if the bgcolor would be added back into the html processor.

Change History (0)

Note: See TracTickets for help on using tickets.