Opened 11 months ago
Closed 11 months ago
#1488535 closed Bugs (fixed)
Handling of unitless CSS size values in HTML message
| Reported by: | alec | Owned by: | alec |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-stable |
| Component: | Core functionality | Version: | 0.8-rc |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Let's say a HTML message contains
<div style="height: 200;"></div>
Such element is not properly displayed when DOCTYPE is XHTML (as in Roundcube), but without DOCTYPE specified it works. I'm not exactly sure why. To workaround this issue we would need to add 'px' to the value of size properties (if it's just a number).
Change History (1)
comment:1 Changed 11 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [65c3bb0b]