Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#358 closed defect (fixed)

Inline images lose query strings

Reported by: bernard@… 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 daniel, 20 years ago

Owner: changed from Jonas Borgström to daniel
Status: newassigned

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [503].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.