プロジェクト

全般

プロフィール

Vote #80721

完了

Links in the last column in gantt are unclickable

Admin Redmine さんが4年以上前に追加. 4年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Gantt_34
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
34
version_id:
160
issue_org_id:
33082
author_id:
58883
assigned_to_id:
332
comments:
8
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
127
ステータス-->[Closed]

説明

The link does not work.


journals

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

--------------------------------------------------------------------------------

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

<pre><code class="diff">
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;
}

</code></pre>
--------------------------------------------------------------------------------
Setting the target version to 4.1.1.
--------------------------------------------------------------------------------
Committed the fix. Thank you.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

relates,Closed,27672,Show selected columns in gantt chart

Admin Redmine さんが4年以上前に更新

  • カテゴリGantt_34 にセット
  • 対象バージョン4.1.1_160 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0