Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4059 closed defect (fixed)

progress bars on RoadMap are wrong

Reported by: jtauber@… Owned by: Christian Boos
Priority: normal Milestone: 0.11
Component: roadmap Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Often show complete when not 100% or partially complete when 0%

Attachments (0)

Change History (11)

comment:1 by Christian Boos, 17 years ago

Keywords: needinfo added

Can you provide us with the actual numbers, closed tickets vs. total number of tickets, so that we can try to reproduce the issue? Also, do you have the latest trunk, as there were some recent changes in this area…

comment:2 by jtauber@…, 17 years ago

The most common is shading half the bar for 0% (e.g. when closed is 0 and active is 1) (you can currently see that at http://trac.pyworks.org/pyjamas/roadmap ).

I'll update to the latest (currently running @4045) and see if I notice it again.

comment:3 by sid, 17 years ago

The roadmap page displays fine for me… the shading box for the 3rd milestone is all white, not 50%. What browser are you using?

comment:4 by sid, 17 years ago

Hmm. Works fine for me on Firefox 2.0 on Mac, but renders incorrectly (as 100% filled bar when should be 0%) on Opera 9. The code output is different than from 0.10:

<div class="info">
  <h2><a href="/pyjamas/milestone/0.3">Milestone: <em>0.3</em></a></h2>
     <p class="date">No date set</p>
     <table class="progress">
       <td class="closed" style="width: 0.0%">
         <a href="/pyjamas/query?status=closed&amp;milestone=0.3" title="1 of 1 ticket closed"></a>
       </td>
       <td class="open" style="width: 100.0">
         <a href="/pyjamas/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=0.3" title="1 of 1 ticket active"></a>
       </td>
     </table>
     <p class="percent">0.0%</p>
     <dl>
       <dt>Closed tickets:</dt>
       <dd><a href="/pyjamas/query?status=closed&amp;milestone=0.3">0</a></dd>
       <dt>Active tickets:</dt>
       <dd><a href="/pyjamas/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=0.3">1</a></dd>
     </dl>
 </div>

In particular, the percentage is now displayed with decimal points, and the <td class="open" style="width: 100.0"> is missing a percent sign.

comment:5 by Christian Boos, 17 years ago

Keywords: needinfo removed
Milestone: 0.11
Owner: changed from Christopher Lenz to Christian Boos
Severity: normalminor

Right, reproduced. OTOH, with Firefox 2.0, I've got <td class="open" style="">, which is also not that correct.

I'll check whether this bug survives after the patch on #2314 is integrated.

comment:6 by jtauber@…, 17 years ago

Just for the record, in answer to Sid's question - I am seeing the problem on Safari. I'll verify once this bug or #2314 is closed.

comment:7 by Christian Boos, 17 years ago

r4150 seems to have fixed it for me (Opera 9).

Please confirm for other browsers.

comment:8 by jtauber@…, 17 years ago

r4150 isn't working at all for me. I've filed #4090 instead of explain here.

comment:9 by jtauber@…, 17 years ago

Okay, upgraded to r4179 and it works on Safari.

comment:10 by sid, 17 years ago

Your site (linked in comment:2) works now for me as well on Firefox 2.0 and Opera 9. Seems okay to close now.

comment:11 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

Works fine for IE 6 too, so whatever was the problem, it went away with Justin's patch ;)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.