Project

General

Profile

Actions

Defect #8148

closed

Unable to insert iframe

Added by Alex Pogodin almost 13 years ago. Updated almost 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 #1

Updated by Etienne Massip almost 13 years ago

{{iframe}} is not a core Redmine macro, guess you're using a plugin ?

Actions #2

Updated by Jean-Philippe Lang almost 13 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Indeed, there's no iframe macro in the core.

Actions

Also available in: Atom PDF