Hello,

First, let me thank you for the efforts you put in developing Trac, it is a nice piece of software.

After an upgrade from Trac 0.8.x to Trac 0.9.2, some details do not display correctly in some Web pages.
For example, the green part of the progress bar of each milestone in the roadmap module does not display anymore : we can only see a white frame where the green progress bar should be.

Apparently, the HTML code that displays this progress bar has changed. For Trac 0.9.2, it is :
 <li class="milestone">
   <div class="info">
<h2>< a href="/trac92/openwengo/trac.cgi/milestone/BlueMoon">Milestone: <em>BlueMoon</ em></a></h2>
<p class="date" >
No date set
</p>
<div class="progress" >
<a class="closed" href= "/trac92/openwengo/trac.cgi/query?status=closed&amp;milestone=BlueMoon" style="width: 77%" title="10 of 13 tickets closed"></a>
<a class= "open" href="/trac92/openwengo/trac.cgi/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=BlueMoon" style="width: 22%" title="3 of 13 tickets active" ></a>
      </div>
<p class="percent">77%</ p>
<dl>
<dt>Closed tickets:</dt>
< dd><a href="/trac92/openwengo/trac.cgi/query?status=closed&amp;milestone=BlueMoon">10</ a></dd>
<dt>Active tickets:</dt>
<dd ><a href="/trac92/openwengo/trac.cgi/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=BlueMoon" >3</a></dd>
      </dl>
</div>
<div class= "description"></div>
</li>
whereas for Trac 0.8.x, it was :
 <li class="milestone">
<div class="info">
    <h2><a href="/trac/openwengo/trac.cgi/milestone/BlueMoon"
>Milestone: <em>BlueMoon</em></a></h2>
< p class="date">No date set
</p>


< div class="progress">
<div style= "width: 76%"></div>
</div>
<p class= "percent">76%</p>
<dl>
       <dt>Active tickets:</dt>
<dd><a href="/trac/openwengo/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=BlueMoon">3</a></ dd>
<dt>Closed tickets:</dt>
<dd><a href="/trac/openwengo/trac.cgi/query?status=closed&milestone=BlueMoon">10</a></dd>
</ dl>


</div>
<div class="descr" ></div>
  </li>
The CSS that handles the graphic details of this progress bar seems to be the same for these two Trac versions. I've searched on the trac website and googled a bit, i didn't manage to find a solution to this issue.

Is it a known issue ?

All the best,
--
Julien Gilli
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to