FLOE-63: In IE8, open/close arrows don't scale

Metadata

Source
FLOE-63
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2012-07-31T15:58:47.135-0400
Updated
2012-08-16T13:30:45.797-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

The 'twiddle' open/close arrows we're using aren't scaling in IE8 (they're 2x size, and scaled down for normal size). We'll probably need a separate stylesheet for IE8, and special smaller images that won't scale up. I'll attach a screenshot.

Attachments

Comments

  • Anastasia Cheetham commented 2012-07-31T17:19:16.295-0400

    It might be worth investigating whether or not an IE 'filter' might work:

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='my/image.png', sizingMethod='scale');

    Note that this scales the image to fill the container, so won't work unless the container is appropriate (which it likely is not).

  • Alexey Novak commented 2012-08-16T13:30:45.734-0400

    Should be fixed.