CMS MADE SIMPLE FORGE

Content Toggle (expand/collapse)

 

[#8582] Shows flash of content, not slide in IE9 with later versions of Jquery

avatar
Created By: Lone Jacobsen (lone)
Date Submitted: Fri Oct 26 13:02:20 -0400 2012

Assigned To:
Version: content_toggle-1.4
CMSMS Version: 1.11.2.1
Severity: Major
Resolution: None
State: Open
Summary:
Shows flash of content, not slide in IE9 with later versions of Jquery
Detailed Description:
I have tried Content Toggle with various Jquery versions in Firefox, Chrome,
Internet Explorer 7, 8, 9.

jquery-1.4.2.min.js - Works fine in all above mentioned browsers
jquery-1.8.2.min.js - IE9 shows brief flash of content, then close - other
browsers (yes, ie7 and 8 too) are fine.


regards, Lone


History

Comments
avatar
Date: 2012-11-15 17:36
Posted By: Metamorphose (metamorphose)

Same problem here...

In IE9 the plugin only works when IE is set to compatibility mode of IE8 that
can be done with following meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=8" />

In native IE9 mode the content opens and close immediately.