プロジェクト

全般

プロフィール

Vote #80006

完了

Fix gaps in resizable gantt chart

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

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

0%

予定工数:
category_id:
34
version_id:
151
issue_org_id:
31268
author_id:
332
assigned_to_id:
332
comments:
7
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

See #20481#note-20.

[Before]
!/attachments/download/22889/before.png!

[After]
!/attachments/download/22890/after.png!


journals

--------------------------------------------------------------------------------
Committed the fix. Thank you.
--------------------------------------------------------------------------------
The right-click context menu (#10485) is broken after applying the patch. the context menu does not open when you click a subject of issues.

After my investigation, I found that removing "z-index:1" from show.html.erb resolves the issue.

Felix Gliesche, do we really need the "z-index: 1"?

<pre><code class="diff">
Index: app/views/gantts/show.html.erb
===================================================================
--- app/views/gantts/show.html.erb (リビジョン 18090)
+++ app/views/gantts/show.html.erb (作業コピー)
@@ -144,7 +144,6 @@
<%= content_tag(:div, "", :style => style, :class => "gantt_hdr") %>
<%
style = ""
- style += "z-index: 1;"
style += "width: #{subject_width}px;"
style += "height: #{t_height}px;"
style += 'border-left: 1px solid #c0c0c0;'
</code></pre>
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Thanks GO MAEDA for letting me know. I'll take care of it.
--------------------------------------------------------------------------------
Dear GO MAEDA,

attached you'll find the updated patch, initially uploaded to #20481.

--------------------------------------------------------------------------------
Felix Gliesche wrote:
> Dear GO MAEDA,
>
> attached you'll find the updated patch, initially uploaded to #20481.

Committed the fix. Thank you for updating the patch so quickly.

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


related_issues

relates,Closed,20481,Gantt: right and left resizable panel

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

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

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

いいね!0
いいね!0