AidanZealley / off.canvas

Off canvas style HTML, CSS and javascript framework
147 stars 24 forks source link

IE10 #4

Open smayton opened 11 years ago

smayton commented 11 years ago

Aidan,

I tried to find your email. No luck.

So, the (important) question is: This seems to work across everything I've viewed it on. However, I don't have IE10 at my disposal. Are the "bugs left to squish in IE10" a show-stopper?

Can you provide some info specific in IE10 and your plans to 'squish' them?

AidanZealley commented 11 years ago

Hi

I've added my email to my profile now :)

The IE10 issue at the moment is a sort of screen tearing issue where a portion of the top bar gets 'chopped out' when the page slides back to its normal position.

However, this could just be an issue isolated only to running windows 8 virtually as I do. If you don't see this issue that that is probably the case and not a show stopper :)

Let me know if you see anything like this screenshot attached in your own testing. screen shot 2013-06-17 at 11 46 23

Cheers, Aidan

ghost commented 11 years ago

I'm getting the same issue as Aidan on a native Win8 machine. Bizarrely it's fixed when the a.slideRight / a.slideLeft is selected by the IE dev tools....

xFrieDSpuDx commented 11 years ago

By adding http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" inside meta tags this gets rid of the issue for me. I'm testing on Windows 7 with IE10.

AidanZealley commented 11 years ago

Thanks :D I'll confirm it myself then push up the change :)

atsea commented 10 years ago

Added the above meta tag and the bug still appears on Win 8 IE11.

atsea commented 10 years ago

If I remove the box shadow value from .topBar class the problem disappears.