Defect #37390
Extraneous whitespace when selecting and copying issue number on Chrome/Windows
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: | 5.0.2 |
Description
On Chrome and Chrome-derived browsers on Windows, when selecting the issue number in the title an extra whitespace at the end of the issue number.
Our analysis shows this is due to the combination of the class="inline-flex"
and the newline \n
separating the h2
title and the open/closed span
.
One way to fix this would be to remove the inline-flex
css directive from the h2
title, this breaks the layout though. Another way would be to remove the \n
between the h2
and span
elements. This might require some additional margin between the h2
and span
elements as the \n
causes a visible space between the 2 elements.
History
#1
Updated by Tomomi Yuzuriha 17 days ago
- File 37390-confirmed.png added
I have confirmed the issue.