Defect #43004
closedWatchers list is not properly displayed in Gantt table
0%
Description
In the Gantt, the item for issue watchers is displayed incorrectly.
Files
Updated by Marius BĂLTEANU 21 days ago
- File 43004-fix-for-watchers-in-gantt.patch 43004-fix-for-watchers-in-gantt.patch added
- Category set to UI
- Target version set to Candidate for next minor release
One option to fix this is to display the watchers on the same line delimited by comma in the same way we display subprojects in project overview.
Updated by Marius BĂLTEANU 21 days ago
Updated by Mizuki ISHIKAWA 21 days ago
- File display-inline.gif display-inline.gif added
Marius BĂLTEANU wrote in #note-2:
One option to fix this is to display the watchers on the same line delimited by comma in the same way we display subprojects in project overview.
I confirmed that the issue was resolved by the 43004-fix-for-watchers-in-gantt.patch changes.
As a suggestion, how about applying the following change in addition to the patch from 43004-fix-for-watchers-in-gantt.patch?
This makes the behavior more consistent when resizing the column width. Of course, feel free to ignore this if it's out of scope for the current patch.
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 0185ef771..088f5a00e 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1825,7 +1825,7 @@ td.gantt_watcher_users_column div.issue_watcher_users ul {
}
td.gantt_watcher_users_column div.issue_watcher_users ul li {
- float: left;
+ display: inline;
}
td.gantt_watcher_users_column div.issue_watcher_users ul li:not(:last-child)::after {
Updated by Marius BĂLTEANU 20 days ago
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Committed the fix with the change proposed by Mizuki, thanks!
Updated by Marius BĂLTEANU 20 days ago
- Target version changed from Candidate for next minor release to 6.0.7