Opened 9 years ago

Closed 9 years ago

#2552 closed defect (fixed)

Zoom slider not available in IE 10 with basic layout and without compatibility mode

Reported by: AndySu0216 Owned by:
Priority: low Milestone:
Component: General Version: 2.6.0
Severity: minor Keywords: IE10
Cc: External ID:

Description

The problem is that using basic layout and IE 10 without compatibility mode the Zoom slider command is not available.

It is working with IE10 compatibility view, Firefox and Chrome, but not with IE 10 without compatibility view. It is also working with IE 11 without compatibility View.

Attachments (2)

IE10_compatibility.PNG (68.6 KB ) - added by AndySu0216 9 years ago.
Fix_Ticket #2552.patch (1.5 KB ) - added by AndySu0216 9 years ago.
The root case of the defect is that the feature DirectX-based Filters(filter:progid:DXImageTransform.Microsoft.AlphaImageLoader) has been removed from IE10’s Standards and Quirks modes. To fix the issue, use a standards-based alternative tag <img> to replace it.

Download all attachments as: .zip

Change History (3)

by AndySu0216, 9 years ago

Attachment: IE10_compatibility.PNG added

by AndySu0216, 9 years ago

Attachment: Fix_Ticket #2552.patch added

The root case of the defect is that the feature DirectX-based Filters(filter:progid:DXImageTransform.Microsoft.AlphaImageLoader) has been removed from IE10’s Standards and Quirks modes. To fix the issue, use a standards-based alternative tag <img> to replace it.

comment:1 by jng, 9 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r8618), 3.0 (r8619) and 2.6 (r8620)

Note: See TracTickets for help on using tickets.