Defect #32765
closed##123 syntax for linking to issues: Title cannot be distinguished from following text
0%
Description
Relates to #29488.
The displayed title of the linked issue has the same style as the normal text, what could lead to confusing information. A minimal fix would be to add the link color also to the title (bold or not bold).
Files
Related issues
Updated by Go MAEDA almost 5 years ago
- Related to Patch #29488: ##123 syntax for linking to issues with tracker name and subject added
Updated by Marius BĂLTEANU almost 5 years ago
- File highlight.png highlight.png added
- File link.png link.png added
I agree that we should have different styles.
Attached two screenshots:
1. Subject as link (as Robert proposed)
2. Highlight the entire text using the style from inline code:
Updated by Bernhard Rohloff almost 5 years ago
I think formatting the subject as link is more consistent and fits better than the inline code style.
+1 for the link variant.
Updated by Go MAEDA almost 5 years ago
I prefer the first option (render subject as link). It is consistent with links to other objects such as message and user.
Updated by Marius BĂLTEANU almost 5 years ago
- File fix_32765.patch fix_32765.patch added
Here is a patch that includes the subject in the linked text, but I think that we should change the title as well because right now we show the entire subject and the title shows the subject truncated at 100 characters and the status. Maybe it is enough to show "label_status: status".
Updated by Go MAEDA over 4 years ago
Marius BALTEANU wrote:
but I think that we should change the title as well because right now we show the entire subject and the title shows the subject truncated at 100 characters and the status. Maybe it is enough to show "label_status: status".
I agree.
Updated by Marius BĂLTEANU over 4 years ago
- File fix_32765_v2.patch fix_32765_v2.patch added
Go MAEDA wrote:
Marius BALTEANU wrote:
but I think that we should change the title as well because right now we show the entire subject and the title shows the subject truncated at 100 characters and the status. Maybe it is enough to show "label_status: status".
I agree.
Updated the patch.
Updated by Jean-Philippe Lang over 4 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed, thanks!