Project

General

Profile

Actions

Defect #8148

closed

Unable to insert iframe

Added by Alex Pogodin about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2011-04-14
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

If URL you try to display using {{iframe(url, width, height)}} macros contains & (ampersand), then it get trimmed after "&" and #38 appended to the resulting URL.

Specifying & in URL as & doesn't solve the issue, as ; is not included in RegExp, and URL trimmed just after first &amp match. Adding ; to RegEx seems to solve the issue.

Also, comma (,) is allowed symbol in URLs and used on google maps extensively. Would be nice to include it, too. But this may harm macros parser.

Actions

Also available in: Atom PDF