Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7369 closed defect (fixed)

roadmap layout glitch in Firefox 3.0

Reported by: anonymous Owned by: Christian Boos
Priority: normal Milestone: 0.11.1
Component: roadmap Version: 0.11
Severity: minor Keywords: css
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

wrong positioning of closed/active/… tickets summary. See attached screen dump.

Attachments (1)

traclayout.png (99.2 KB ) - added by anonymous 16 years ago.
layout problem in roadmap on FF 3.0

Download all attachments as: .zip

Change History (6)

by anonymous, 16 years ago

Attachment: traclayout.png added

layout problem in roadmap on FF 3.0

comment:1 by Christian Boos, 16 years ago

Component: web frontendroadmap
Milestone: 0.11.1
Severity: normalminor
Version: 0.11

Nothing FF3.0 specific here, happens with other browsers as well.

comment:2 by Christian Boos, 16 years ago

Owner: set to Christian Boos

Actually each browser I've tried behave a bit differently here:

  • Safari 3 and FF3 seem to share the same problem (and I suspect they're doing what is actually specified)
  • FF 2.0 doesn't have the problem because the progress bar <table> shrinks
  • IE7 and Opera 9.27 don't have the problem and behave more or less well here (the % complete jumps around though)

comment:3 by Christian Boos, 16 years ago

Keywords: css added
Status: newassigned

Please try out the following fix:

  • trac/htdocs/css/roadmap.css

     
    5454 font-style: italic;
    5555 margin: 0 1em 2em;
    5656 white-space: nowrap;
     57 clear: left;
    5758}
    5859.milestone .info dt { display: inline; margin-left: .5em }
    5960.milestone .info dd { display: inline; margin: 0 1em 0 .5em }

(works for Safari, I don't have FF3.0)

comment:4 by mcarpent, 16 years ago

Just tested change with FF3.0 and it works as expected.

comment:5 by Christian Boos, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [7291], which also takes care of the "% complete" problems.

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.