Ticket #1103 (closed defect: fixed)
[TransformInnerHTML] IE breaks singlet attributes starting with "no"
| Reported by: | guest | Owned by: | wymsy |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Plugin_GetHtml | Version: | trunk |
| Severity: | normal | Keywords: | ie, transforminnerhtml, gethtml, nowrap |
| Cc: |
Description
IE breaks table cells that contain the nowrap attribute.
Example: This is how it should look (and actually looks in FF)
<td nowrap="nowrap"> </td>
and this is what IE makes out of it after switching from WYSIWYG mode to HTML view or submitting the page
<td nowrap="nowrap"wrap</td>
Everytime you switch view modes the code gets messed up more and you'll end up with something like this
<td nowrap="nowrap"wrapwrapwrap<wrapwraptd>
Tested with IE 6 and IE 7 and affects all releases (tested on nightly build here too)
Change History
Note: See
TracTickets for help on using
tickets.
