|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Hi
Our application requires X-UA-Compatible IE=EmulateIE9 to be set in the web.config to ensure that the pages render correctly in new IE browsers. Since upgrading to the most recent EO.Web release the hover over menu drop down no longer works.
The hover effect now simply switches the font to times new roman in a larger size. Clicking the affected menu, just reverts the styling change to the before hover effect appearance.
Providing a sample project could be tricky so hopefully you have an idea what is causing this?
I dont see any errors in the javascript console.
Kind Regards Sean
|
|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
I can confirm that this occurs in eo.web.dll version 11.0.64.2 but not in version 11.0.14.2.
I have diff'ed the two rendered outputs and can see some differences. Who can I send this to?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We do need a sample project in order to investigate the problem. The reason that version 11.0.14 works is because version 11.0.14 was released before IE 11 was released, so it does not detect or support IE 11. The current version does support IE 11 and it involves many code changes. We can't just revert all those changes and go back to a previous version that does not support IE 11. So we do need a test app from you so that we can see exactly the same problem as you have.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
...what I feared... ;-)
Will have a bash a putting something together.
Cheers Sean
|
|