YAFLogo

dprus
  • dprus
  • 57.2% (Neutral)
  • YAF Camper Topic Starter
10 years ago
Hi,

I'm using YAF 2.1.2 on IIS 8, .NET 4.0.30319.34014, Microsoft SQL 2012 SP1

I'm browsing the website with IE11 in Windows 8.1

I've added a meta tag to the web.config to force IE to run in IE11 mode.

I'm having an issue where if I click on the + alongside a section in the forum to expand it after it's been collapsed (collapsing works fine) it doesn't expand.

Is this a known issue? Is there a fix / workaround? Thanks.

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago
what META did you use?

are you using inside of a portal? e.g. dotnetnuke or sample asp.net application?

Below is the META I have in my 2.1.2 YAF site.master file using the Visual Studio 2013 bootstrap template and the expand/collapse is working fine in the IE11.

<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0)">

The test site is linked below

http://packerpeople.com/forum/