Ticket #1455626 (closed Bugs: worksforme)

Opened 4 years ago

Last modified 3 years ago

No horizonal scroll bar

Reported by: jasonbade Owned by: till
Priority: 8 Milestone: 0.1-stable
Component: User Interface Version: None
Severity: normal Keywords:
Cc:

Description (last modified by till) (diff)

I noticed that there are no horizonal scroll bar when
reading an email that the text width is greater than
the screen width.

Change History

Changed 3 years ago by r@…

  • severity set to critical

I'm running roundcubemail-nightly-20070318. I've found that if I display a message that has content wider than the display or preview pane, e.g. a very wide image or quoted text that doesn't wrap to the next line, no horizontal scrollbar displays in Firefox (2.0.0.3) while it does in IE6 & IE7.

I'm wondering whether "overflow: hidden;" is strictly necessary on line 699 in skins/default/mail.css:

695:div.message-part 696:{ 697: padding: 8px; 698: padding-top: 10px; 699: overflow: hidden; 700:}

...removing that one line allows the horizontal scrollbar to display (as necessary) in Firefox and I don't see any undesirable side effects in IE.

Changed 3 years ago by r@…

Sorry, that snippet of code should look like:

skins/default/mail.css:

695:div.message-part
696:{
697:  padding: 8px;
698:  padding-top: 10px;
699:  overflow: hidden;
700:}

Changed 3 years ago by till

  • owner changed from nobody to till
  • status changed from assigned to new
  • component changed from None to Interface improvements
  • description modified (diff)
  • milestone set to 0.1-stable

Changed 3 years ago by till

  • priority changed from 5 to 8
  • severity changed from critical to normal

Emailed creator of the ticket, because I cannot reproduce this.

Need feedback soon, otherwise I am closing it.

Changed 3 years ago by till

  • status changed from new to closed
  • resolution changed from None to worksforme

Email feedback from ray leads to closing this. Thanks!

Note: See TracTickets for help on using tickets.