Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#3254 closed defect (fixed)

WikiHtml: The HTML processor does not process 'bgcolor'

Reported by: sam_b Owned by: Christopher Lenz
Priority: low Milestone: 0.10
Component: general Version: 0.9.5
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Matthew Good)

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.

Attachments (0)

Change History (3)

comment:1 by Matthew Good, 18 years ago

Description: modified (diff)

(fix closing table tags)

comment:2 by Christopher Lenz, 18 years ago

Milestone: 0.10
Owner: changed from Jonas Borgström to Christopher Lenz
Priority: normallow
Severity: normalminor
Status: newassigned

Yeah, I guess we should allow the bgcolor attribute, even though it's sooo oldschool ;-)

In the meantime, you can use inline styles instead:

Test

comment:3 by Christopher Lenz, 18 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in [3417].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.