Project

General

Profile

Actions

Defect #20882

closed

% done: progress bar blocked at 80 in the issue list

Added by Jérôme BATAILLE over 8 years ago. Updated almost 8 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

It's because of a css right padding in /public/stylesheets/rtl.css :

/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}

A fix :

table.list table.progress td {
    padding-right:0px;
}


Files

redmine_issues_done_ok.png (20.7 KB) redmine_issues_done_ok.png Jérôme BATAILLE, 2016-03-19 01:42
redmine_issues_done_stuck_80.png (20.7 KB) redmine_issues_done_stuck_80.png Jérôme BATAILLE, 2016-03-19 01:42
i-got-it.png (23.1 KB) i-got-it.png Toshi MARUYAMA, 2016-03-26 06:38
Actions #1

Updated by Jérôme BATAILLE over 8 years ago

Sorry, I can't fix the description :

A fix to put in public/stylesheets/application.css :

table.list table.progress td {
    padding-right:0px;
}

Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Description updated (diff)
Actions #3

Updated by Toshi MARUYAMA over 8 years ago

  • Category deleted (Issues)
  • Status changed from New to Needs feedback

rtl.css is for Right-to-left (Arabic etc.), right?

Actions #4

Updated by Jérôme BATAILLE about 8 years ago

Toshi MARUYAMA wrote:

rtl.css is for Right-to-left (Arabic etc.), right?

You're right ! the same instruction to override is in application.css :

table.list td {text-align:center; vertical-align:top; padding-right:10px;}

Actions #5

Updated by Jérôme BATAILLE about 8 years ago

Hi, can you check this simple patch ?

Actions #6

Updated by Go MAEDA about 8 years ago

  • Category set to UI

@Jérôme BATAILLE:
Could you please attach screenshots? (before and after). After I see it, I will set target version.

Actions #7

Updated by Jérôme BATAILLE about 8 years ago

Go MAEDA wrote:

Could you please attach screenshots? (before and after). After I see it, I will set target version.

here they are :
  • without patch
  • with patch
Actions #8

Updated by Go MAEDA about 8 years ago

  • Status changed from Needs feedback to Confirmed
  • Target version set to 3.2.2
Actions #9

Updated by Toshi MARUYAMA about 8 years ago

Sorry, I cannot see any difference in note-7 with and without.

Actions #10

Updated by Toshi MARUYAMA about 8 years ago

I got it.

Actions #11

Updated by Jérôme BATAILLE about 8 years ago

Yes it's just a tiny difference.

Actions #12

Updated by Jean-Philippe Lang almost 8 years ago

  • Subject changed from % done : progress bar blocked at 80 to % done: progress bar blocked at 80 in the issue list
  • Status changed from Confirmed to Closed
  • Assignee set to Jean-Philippe Lang
  • Target version changed from 3.2.2 to 3.3.0
  • Resolution set to Fixed

Committed, thanks.

Actions #13

Updated by Jérôme BATAILLE almost 8 years ago

Thanks a lot.

Actions

Also available in: Atom PDF