Code Monkey home page Code Monkey logo

Comments (6)

joelambert avatar joelambert commented on June 18, 2024

Hi George,

I'm aware of the issue and really want to get it sorted. Annoyingly my copy of Windows 8 seems to be corrupt & won't install so I need to try track down a new ISO.

The transition code should work, my guess is that the feature detection code isn't working on IE10.

It's on my list to fix unless someone else resolves it and sends a pull request before I get chance

Thanks

Joe

from flux-slider.

gpetrov avatar gpetrov commented on June 18, 2024

Hi Joe,

Thanks for the quick reply! Just do like me and install the IE10 preview on Windows 7, it was released yesterday.

Get it from: http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-10/worldwide-languages

Hope you can find the problem and blog about it. Your blog posts are always very helpful to the rest of the developers!

Greetings,
George

from flux-slider.

gpetrov avatar gpetrov commented on June 18, 2024

Hi Joe,

A bit more info. It seems that the IE10 CSS3D implementation is without prefixes and most importantly does not support the transform-style: preserve-3d

This can also cause some major problems. See:

http://msdn.microsoft.com/en-us/library/ie/hh673529(v=vs.85).aspx#the_ms_transform_style_property

Greetings,
George

from flux-slider.

joelambert avatar joelambert commented on June 18, 2024

Thanks for the update, Flux should already support all the CSS3 properties un-prefixed but I'll double check once I can get Win8 up and running.

Not supporting preserve-3d will likely be an issue for some of the 3D transitions though!

from flux-slider.

Airfly avatar Airfly commented on June 18, 2024

I change domPrefixes to following in js file, and temporarily works for IE 10:

domPrefixes = ['Webkit','Moz','O','Ms','-webkit','-moz','-o','-ms','-webkit-','-moz-','-o-','-ms-',''];

from flux-slider.

ashearlam avatar ashearlam commented on June 18, 2024

Yeah i've just come across this issue. Typical IE.

Is there a way to tell the slider to operate differently if its used in IE?

I am presuming that its mainly the 3d effects that IE doesn't like. Is there a way to tell the slide to use the 2d effects when in IE? That would be a sweet workaround for me atm...

IE = HATE.

from flux-slider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.