Ticket #1485974 (closed Bugs: fixed)
Message HTML Rewrite
| Reported by: | OME | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | User Interface | Version: | 0.2.2 |
| Severity: | normal | Keywords: | HTML Rewrite |
| Cc: |
Description
We had a few messages render incorrectly in RC v. 0.2.2 and found that the messages were being rendered such that a div tag that had it's end tag immediately following the opening tag was converted to a self contained tag. See below:
original HTML:
<div style="whatever"></div>
converted to:
<div style="whatever" />
The original HTML was checked against the original message on the server as well as several clients and the issue only occurred in RoundCube.
Please let us know if you would like to see more specific examples and we will attempt to capture one. (Unfortunately we let the last one go before we decided to do a bug report. Sorry.)
