Project

General

Profile

Actions

Defect #33082

closed

Links in the last column in gantt are unclickable

Added by Jaebok Oh about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gantt
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The link does not work.


Files

ganttchart.png (49.2 KB) ganttchart.png Jaebok Oh, 2020-03-03 08:28

Related issues

Related to Redmine - Feature #27672: Show selected columns in gantt chartClosedGo MAEDA

Actions
Actions #2

Updated by Jaebok Oh about 4 years ago

The link does not seem to work only if it is an entry in the last field.

Actions #3

Updated by Go MAEDA about 4 years ago

  • Subject changed from Attachments are not downloaded. to Cannot download attached files in gantt when "Files" column is the last column
  • Status changed from New to Confirmed
Actions #4

Updated by Go MAEDA about 4 years ago

  • Related to Feature #27672: Show selected columns in gantt chart added
Actions #5

Updated by Mizuki ISHIKAWA about 4 years ago

The links are displayed behind other elements due to the z-index style.
I think that it can be fixed by rewriting as follows.

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index b3b4d9b42..131da3213 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1319,9 +1319,9 @@ table.gantt-table td {
 }
 .gantt_subjects_container:not(.draw_selected_columns) .gantt_hdr,
 .last_gantt_selected_column .gantt_hdr {
-  z-index: 10;
   border-right: 1px solid #c0c0c0;
 }
+.last_gantt_selected_column .gantt_selected_column_container,
 .gantt_subjects_container .gantt_subjects * {
   z-index: 10;
 }

Actions #6

Updated by Go MAEDA about 4 years ago

  • Subject changed from Cannot download attached files in gantt when "Files" column is the last column to Links in the last column in gantt are unclickable
  • Target version set to 4.1.1

Setting the target version to 4.1.1.

Actions #7

Updated by Go MAEDA about 4 years ago

  • Status changed from Confirmed to Resolved
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the fix. Thank you.

Actions #8

Updated by Go MAEDA about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF