Project

General

Profile

Actions

Defect #31268

closed

Fix gaps in resizable gantt chart

Added by Go MAEDA almost 5 years ago. Updated almost 5 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

See #20481#note-20.

[Before]

[After]


Files


Related issues

Related to Redmine - Feature #20481: Gantt: right and left resizable panelClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA almost 5 years ago

  • Related to Feature #20481: Gantt: right and left resizable panel added
Actions #2

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the fix. Thank you.

Actions #3

Updated by Go MAEDA almost 5 years ago

  • Status changed from Closed to Resolved

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"?

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;'
Actions #4

Updated by Go MAEDA almost 5 years ago

  • Status changed from Resolved to Reopened
Actions #5

Updated by Felix Gliesche almost 5 years ago

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

Actions #6

Updated by Felix Gliesche almost 5 years ago

Dear GO MAEDA,

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

Actions #7

Updated by Go MAEDA almost 5 years ago

  • Status changed from Reopened to Closed

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.

Actions

Also available in: Atom PDF