Weird response in Internet Explorer 10

  • Posted in : impressivCard
  • serlojko
    Participant

    Hi,

    I have a question.
    I get very strange scrolling responses while using IE 10.
    Could you have a look at it:

    http://www.student.tue.nl/w/s.s.lojko/

    Kind regards,

    Sergej

    ahmetsali
    Keymaster

    Hi, our theme preview works fine in ie10. I see some html markup errors(unclosed-missclosed tags etc..) when i validated your site. Firstly correct that markup errors, then test it again on ie10.

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.student.tue.nl%2Fw%2Fs.s.lojko%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    serlojko
    Participant

    Thank you for your response! I tried to do this and now I believe there are no html markup errors left. Still the site responds very weird in IE10. Where do you think this comes from?

    ahmetsali
    Keymaster

    It looks like ie10 isn’t ready for the 3d layout yet. We can force it to view classic layout on all ie browsers. Edit js/main.js and find line: 60

    safeMod = safeMod || mobileSafeMod || !Modernizr.csstransforms || !Modernizr.csstransforms3d || ios5;
    

    and change it to this;

    safeMod = safeMod || mobileSafeMod || !Modernizr.csstransforms || !Modernizr.csstransforms3d || ios5 || $.browser.msie;
    
    serlojko
    Participant

    Thank you for your response. I just started with using this template again.

    I grabbed the latest template from the website and uploaded to my server.

    This is the result (please view in IE10):

    http://www.lojko.nl/portfolio/

    It is definately not the same as the demo your website.
    I cannot see what I’m doing wrong.
    Even if I change line 60 to the line as you suggested above I get a very weard layout.

    Edit: I had the compatability view on in IE10. Sorry. I’m going to test some more now.

    Mehmet S.
    Keymaster

    There is a special url re-write functionality in this template.

    http://www.lojko.nl/portfolio

    http://www.lojko.nl/#/portfolio

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘impressivCard’ is closed to new topics and replies.