-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
4.4
-
None
-
4.04
-
Greenhopper tries to display our project name, "Ticker & NLE", in the browser's title bar when on the Agile pages. But, the name is escaped so that it displays incorrectly. From the page source:
<script type="text/javascript"> document.title = "Ticker & NLE - Chart Board - Vizrt JIRA"; </script>
This results in the text "Ticker & NLE" in the title. If I change the code to the following, it displays correctly:
<script type="text/javascript"> document.title = "Ticker & NLE - Chart Board - Vizrt JIRA"; </script>
—
Reproduction steps:
1. Create a project named "This & That".
2. Enable the project in Greenhopper.
3. Open project in Greenhopper's Agile view.
Expected behaviour: Browser tab displays "This & That - Task Board [...]".
Actual behaviour: Browser tab displays "This & That - Task Board [...]".
—
In Chrome and Firefox.
[JSWSERVER-2212] Greenhopper JavaScript sets browser title incorrectly for ampersand '&'
Minimum Version | New: 4.04 |
Workflow | Original: JAC Bug Workflow v2 [ 2853252 ] | New: JAC Bug Workflow v3 [ 2936120 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545601 ] | New: JAC Bug Workflow v2 [ 2853252 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1549982 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545601 ] |
Labels | New: affects-server |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 906574 ] | New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1549982 ] |
Workflow | Original: GreenHopper Kanban Workflow 20141014 [ 746298 ] | New: JIRA Bug Workflow w Kanban v6 [ 906574 ] |
Workflow | Original: GreenHopper Kanban Workflow v2 [ 300273 ] | New: GreenHopper Kanban Workflow 20141014 [ 746298 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: GreenHopper Kanban Workflow [ 296891 ] | New: GreenHopper Kanban Workflow v2 [ 300273 ] |