Edgewall Software

Ticket #1261 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Layout problem in Ticket view

Reported by: cdupuis Owned by: cmlenz
Priority: low Milestone: 0.9
Component: ticket system Version: devel
Severity: minor Keywords: layout
Cc:

Description (last modified by cmlenz) (diff)

Under the topic 'Change properties' the descripton textarea does not fit in the surrounding box (see attached screenshot) using Firefox 1.0.1. In IE 6 the page looks good.

Attachments

ticket.PNG (26.9 KB) - added by cdupuis 4 years ago.

Change History

Changed 4 years ago by cdupuis

Changed 4 years ago by cmlenz

  • status changed from new to assigned
  • description modified (diff)
  • priority changed from normal to low
  • owner changed from jonas to cmlenz
  • milestone set to 0.9
  • keywords layout added

Changed 4 years ago by cmlenz

  • description modified (diff)

#1219 has been marked as duplicate of this ticket.

Changed 3 years ago by anonymous

What about removing the float property?

  • htdocs/css/trac.css

     
    263263.wikitoolbar { 
    264264 border: solid #d7d7d7; 
    265265 border-width: 1px 1px 1px 0; 
    266  float: left; 
     266 width: 156px; 
    267267 height: 18px; 
    268268} 
    269269.wikitoolbar :link, .wikitoolbar :visited { 

It seems to solve the problem.

Apparently, the float: left was there for IExplorer, so that the toolbar size doesn't expand to the full line. But as we are displaying an image, the fixed width that is needed can be estimated.

Changed 3 years ago by cmlenz

  • status changed from assigned to closed
  • resolution set to fixed

Should be fixed in [1833].

Add/Change #1261 (Layout problem in Ticket view)

Author



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