Opened 10 years ago
Closed 10 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)
Change History (3)
by , 10 years ago
Attachment: | IE10_compatibility.PNG added |
---|
by , 10 years ago
Attachment: | Fix_Ticket #2552.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.