Bug Tracker

Modify

Ticket #1817 (closed bug: worksforme)

Opened 6 years ago

Last modified 4 years ago

Trac pages slightly broken in Firefox

Reported by: Robin Owned by: john
Priority: minor Milestone: 1.3
Component: web Version: 1.2.6
Keywords: Cc:
Blocking: Blocked by:

Description

E.g.:  http://dev.jquery.com/timeline/ . The content pushes out past the right hand side of the screen. Root cause of this problem is that the Trac content is wrapped by a <div id="content">, but so is the main jquery site. It looks like some hacks have been put in place to try and work around this but it's basically been unsuccessful. The proper fix I'd guess would be to do something like renaming the outer <div id="content"> to <div id="jq-content"> (or equivalent) then adding to jquery-lite2.css:

#jq-content { padding: 0 37px; background: #fff; }

and removing the borders and width from #content in the same file (line 88).

Change History

comment:1 Changed 5 years ago by joern

  • Owner changed from joern to john

comment:2 Changed 5 years ago by Robin

Looks fixed to me with the new site design.

comment:3 Changed 4 years ago by john

  • Status changed from new to closed
  • Version changed from 1.2.1 to 1.2.6
  • Resolution set to worksforme
  • Milestone changed from 1.2.2 to 1.3

This should be fixed now.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.