Modify ↓
Opened 22 years ago
Closed 22 years ago
#358 closed defect (fixed)
Inline images lose query strings
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If you attempt to inline an image using the
http://projects.edgewall.com/trac_common/trac_banner.png
syntax it works, but if the URL includes a query portion (as in attached images) then the formatter loses the query portion and places it outside the img tag.
So,
http://projects.edgewall.com/trac_common/trac_banner.png?format=raw
ends up as
<img src="http://projects.edgewall.com/trac_common/trac_banner.png">?format=raw
Under mozilla this ends up with the '?format=raw' being overlayed by the ALT text (which is the URL) with the additional confusion that the text cannot be highlighted.
Attachments (0)
Change History (2)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [503].