[haiku-bugs] [Haiku] #5616: message prefs box overlaps long lines in message text

  • From: "jstressman" <trac@xxxxxxxxxxxx>
  • Date: Tue, 23 Mar 2010 02:39:43 -0000

#5616: message prefs box overlaps long lines in message text
--------------------------+-------------------------------------------------
 Reporter:  jstressman    |       Owner:  haiku-web
     Type:  bug           |      Status:  new      
 Priority:  normal        |   Milestone:           
Component:  Website/Trac  |     Version:           
 Keywords:                |   Blockedby:           
 Platform:  All           |    Blocking:           
--------------------------+-------------------------------------------------
 On trac messages, if you have a very long line of text, the floating
 preferences box on the right side overlaps the message text due to the use
 of a 'pre' tag for the message text causing the message text not to wrap.

 Adding the following line to http://dev.haiku-
 os.org/chrome/common/css/diff.css in the rule "#overview dd.message pre"
 will fix the problem in modern browsers:

 {{{white-space: pre-wrap;}}}

 This allows the diff.css file to still validate as valid CSS 2.1 with the
 W3 CSS validator.

 (I can send this upstream to the official Trac people if need be?)

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5616>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: