Opened 5 years ago
Closed 5 years ago
#1484758 closed Feature Patches (fixed)
Attachment viewer (iframe) is too small in Safari/Opera/IE7
| Reported by: | memoryhole | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Interface | Version: | git-master |
| 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 (2)
Change History (3)
Changed 5 years ago by memoryhole
Changed 5 years ago by memoryhole
HTML fix making the attachment viewer fill the vertical space (except on IE7)
comment:1 Changed 5 years ago by thomasb
- Milestone set to 0.1-stable
- Resolution set to fixed
- Status changed from new to closed
Fixed in [c3f94de0]

CSS fix allowing iframe to be larger