-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.8.1
-
None
-
2
-
Severity 3 - Minor
-
1
-
Summary
Unable to find attached video clip when using the multimedia macro on the page when the Page Title Name contains any special character (Ex: ":")
Steps to Reproduce
- Create a page title that contains ":"
- Attach video clip files to the page
- Edit the page and insert Multimedia macro
- Click on File on the dropdown list
- The files' name should appear on the list but it did not
Expected Results
Actual Results
Workaround
Workaround 1
Drag and drop the video file directly into the editor. Confluence will automatically attach the file and insert the multimedia macro.
Workaround 2
If you need to edit the macro parameters you can use {} markup.
- In the editor Go to + Insert > {} markup and enter the wiki markup based on the examples below.
- The multimedia macro placeholder will appear in the preview when the wikimarkup has been entered correctly.
- Click Insert to insert it into your page.
To embed a multimedia file attached to the current page enter:
{multimedia:name=filename.mov}
To embed a multimedia file attached to a page in another space and make it autoplay enter:
{multimedia:space=SPACEKEY|page=Page Title|name=filename.mov|autostart=true}
- is caused by
-
CONFSERVER-11285 Page names with special characters to generate regular URL
- Closed