Ticket #1484758 (closed Patches: fixed)

Opened 10 months ago

Last modified 10 months ago

Attachment viewer (iframe) is too small in Safari/Opera/IE7

Reported by: memoryhole Owned by:
Priority: 5 Milestone: 0.1-stable
Component: Interface Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

When viewing attachments (particularly PDFs, but also other things), a preview window is displayed. Embedded in this window is an iframe that contains the actual attachment. Unfortunately, this iframe is absurdly small on many non-Firefox browsers, including IE7, Opera, and Safari.

The attached two patches make the iframe full size in both Opera and Safari, and enlarges it horizontally on IE7. There seems to be some sort of bug in IE7 that prevents the iframe from filling the space vertically. Firefox's behavior is unaffected, and remains correct.

Attachments

previewpanefix.patch (357 bytes) - added by memoryhole 10 months ago.
CSS fix allowing iframe to be larger
previewpanefix2.patch (500 bytes) - added by memoryhole 10 months ago.
HTML fix making the attachment viewer fill the vertical space (except on IE7)

Change History

Changed 10 months ago by memoryhole

CSS fix allowing iframe to be larger

Changed 10 months ago by memoryhole

HTML fix making the attachment viewer fill the vertical space (except on IE7)

Changed 10 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.1-stable

Fixed in r1027

Note: See TracTickets for help on using tickets.