Edgewall Software

Ticket #2769 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

dashed line defect

Reported by: Achim Owned by: jonas
Priority: normal Milestone:
Component: ticket system Version: 0.9.4
Severity: normal Keywords:
Cc: achim@…

Description

It seems that there is a cosmetic problem with the dotted line within the ticket properties. I use trac v0.9.4 and donn't changed any template!

Attachments

error.gif (4.6 KB) - added by Achim 3 years ago.
little picture to show the problem

Change History

Changed 3 years ago by Achim

little picture to show the problem

Changed 3 years ago by mgood

Well, I'm assuming that this is IE, since the line is dashed, not dotted, but if you're submitting bugs regarding the HTML rendering be sure to mention what web browser you're using.

Changed 3 years ago by cmlenz

  • status changed from new to closed
  • resolution set to invalid
  • milestone 0.9.5 deleted

Right, IE6/Win doesn't have support for dotted lines.

Changed 3 years ago by anonymous

  • status changed from closed to reopened
  • summary changed from dotted line defect to dashed line defect
  • resolution invalid deleted
  • milestone set to 0.9.5

it is not relevant if the line is dotted or dashed! fact is that this line is rendered on a false position. check the picture to see that the position is wrong! and yes i use ie 6.0.

Changed 3 years ago by anonymous

The location shown in your image is not what I see in IE 6. The line appears between the two field columns as it is suppose to.

Changed 3 years ago by cmlenz

  • milestone changed from 0.9.5 to 0.10

Changed 3 years ago by anonymous

The line is correctly placed on my IE6 too. Running Trac 0.9.4dev. Check the ticket page's HTML source, mine is:

  <tr>
     <th class="col1"><label for="priority">Priority:</label></th>
     <td><select id="priority" name="priority"><option>blocker</option><option>critical</option><option selected="selected">major</option><option>minor</option><option>trivial</option></select></td>
     <th class="col2"><label for="milestone">Milestone:</label></th>

and the style sheet defines col2 (trac/MyProject/chrome/common/css/ticket.css line 89) as:

#properties table th.col2 { border-left: 1px dotted #d7d7d7 }

(Check carefully here, as there's another col1 + col2 style defined, but it's in a comment block /* ... */.)

Changed 2 years ago by cboos

  • status changed from reopened to closed
  • resolution set to worksforme
  • milestone 0.10 deleted

The attachment:error.gif doesn't seem to correspond to 0.9 (it should read Change Properties and not Ticket Properties for a start). Maybe you upgraded from 0.8 or older, and somehow still have the old template rendered? Otherwise, contrary to what you said, the template was modified.

Please try again with a clean installation.

Add/Change #2769 (dashed line defect)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.