Ticket #2980 (closed defect: fixed)
Space around <img> tag are badly handled in wxHtmlWindow
| Reported by: | trapamoosch | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxHtml | Version: | |
| Keywords: | Cc: | trapamoosch, vaclavslavik | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
Assuming <img> is a valid html tag, if you write :
"something <img> something" ang give this html code to
a wxHtmlWindow, the first space (just before <img> is
correctly handled but the second is stripped whereas it
should also appear on the render.
The behavior seems to change also if there is text or
not before the img.
Look at the attached picture to see some examples.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

