#1487996 closed Bugs (fixed)

Chrome height of mailpreview to small

Reported by: der-onkel Owned by:
Priority: 5 Milestone: 0.6-beta
Component: User Interface Version: 0.5.3
Severity: normal Keywords: Chrome Mailpreview
Cc: kepi@…

Description

OS: Mac OS X 10.6
Browser: Chrome 14.0.803.0 (Offizieller Build 90483) dev

Mail preview Window ist to small
See attached Screenshot:

Attachments (2)

preview_window.png (230.2 KB) - added by der-onkel 23 months ago.
Screenshot of previewmailmessage
chromeiframeheightfix.patch (339 bytes) - added by Kepi 22 months ago.

Download all attachments as: .zip

Change History (10)

Changed 23 months ago by der-onkel

Screenshot of previewmailmessage

comment:1 Changed 23 months ago by der-onkel

iframe with id "#messagecontframe" have a fixed height of 150px but should have all free space
under "#mailcontframe".

comment:2 Changed 23 months ago by Michi69

The same problem in the "Contact-Preview" (Addressbook).

comment:3 Changed 23 months ago by alec

  • Milestone changed from later to 0.6-beta

Confirmed with Chrome 14.0.814.0 dev-m on Windows.

comment:4 Changed 22 months ago by Kepi

  • Cc kepi@… added

Same problem on Chrome 14.0.814.0 dev on Debian GNU/Linux.

This problem also appears on file preview page.

Changed 22 months ago by Kepi

comment:5 Changed 22 months ago by Kepi

Attached patch seems to fix problem for me. I have no contacts in addressbook so I'm not sure if it is ok there too.

comment:6 Changed 22 months ago by Kepi

Ok, problems remains in settings and in addressbook.

Here is fixed fragment from settings.css (just add min-height);

body.iframe,
#prefs-frame,
#folder-frame
{ 
  background-color: #F2F2F2;
  border: none;
  min-height: 100%;
} 

and same for addressbook.css

body.iframe,
#contact-frame
{
  background-color: #F2F2F2;
  border: none;
  min-height: 100%;
}

comment:7 Changed 22 months ago by alec

Applied in [24f812dc].

comment:8 Changed 22 months ago by alec

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.