-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 6.0.4, 6.3.1
-
Component/s: Macros - Search
-
6
-
Severity 3 - Minor
-
0
Summary
IE 11 is not replacing double quotes (" ") to %22 while opening a link in the Macro Usage page. This functionality works with Chrome properly.
In the end, Confluence won't be able to display all the pages that have a specific macro tied to the body of the page.
Environment
- Confluence 6.3.1
- IE 11 11.0.9600.18665
Steps to Reproduce
- Go to the Macro Usage page(IE11).
- Click on any link to open in a new tab
Expected Results
Confluence will open the search page(/dosearchsite.action) showing all the pages using the specific macro.
Actual Results
A page not found will be displayed.
Notes
URL IE 11
http://localhost:8090/dosearchsite.action?cql=macro+%3D+"jira"
URL Google Chrome
http://localhost:8090/dosearchsite.action?cql=macro+%3D+%22jira%22
Workaround
Use another browser.