Project

General

Profile

Actions

Defect #43588

closed

Right column in issue view uses splitcontentleft CSS class instead of splitcontentright

Added by Yasu Saku 23 days ago. Updated 16 days ago.

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

0%

Estimated time:
Resolution:
Affected version:

Description

In the Issue view, within the attributes section, the div.splitcontent container uses div.splitcontentleft twice for both left and right sections.
However, in the Issue edit view, the right-side section inside div.splitcontent correctly uses div.splitcontentright .
Is this behavior intentional, or should the Issue view also use div.splitcontentright for the right-side section to maintain consistency?

The corresponding line can be found here:
source:/branches/6.1-stable/app/helpers/issues_helper.rb@24209#L350


Files

43588.patch (614 Bytes) 43588.patch Go MAEDA, 2025-12-15 08:06
Actions #1

Updated by Go MAEDA 21 days ago

Thank you for catching the issue. Having div.splitcontentleft used twice in the issue view is most likely a mistake.

At the moment, in the issue attributes section, the attributes that are rendered on the right side receive an unnecessary 5px margin. This comes from using splitcontentleft for the second column as well.

If the second <div class="splitcontentleft"> is changed to <div class="splitcontentright">, the unnecessary right-side margin is removed. The attached patch fixes the CSS as such.

Actions #2

Updated by Yasu Saku 21 days ago

Thank you for your response.

Actions #3

Updated by Go MAEDA 18 days ago

  • Status changed from New to Confirmed
  • Target version changed from Candidate for next major release to 7.0.0
Actions #4

Updated by Go MAEDA 16 days ago

  • Subject changed from Inconsistent Use of splitcontentleft and splitcontentright in Issue View Layout to Right column in issue view uses splitcontentleft CSS class instead of splitcontentright
  • Status changed from Confirmed to Closed
  • Assignee set to Go MAEDA

Committed the patch in r24224. Thank you.

Actions

Also available in: Atom PDF