GithubHelp home page GithubHelp logo

IE 11 support about ftscroller HOT 5 OPEN

ftlabs avatar ftlabs commented on June 19, 2024
IE 11 support

from ftscroller.

Comments (5)

rowanbeentje avatar rowanbeentje commented on June 19, 2024

@patriklund Could you give v0.3.1 a go? That seems to work with some quick testing for me... sorry it took so long after t'release of IE 11.

(This doesn't address the move to new unprefixed pointer events, which will still need to come later)

from ftscroller.

msdevweb avatar msdevweb commented on June 19, 2024

I was facing also some issues, not sure if they are related to the very specific configuration of my device or is a common issue.

I have a Asus vivo tab smart, with an Windows 8, (not the RT one) + IE 11. While on <0.3.1 versions the scroller worked with many limitations (many gaps, almost unusable) with the latest version it simply does not work most of the times.

The console seems to point an issue on ftscroller.js, line 2241, column 5, InvalidPointerId

So I went ahead and commented out the two lines:
if (_trackPointerEvents) {
//_containerNode.removeEventListener('MSLostPointerCapture', _onPointerCaptureEnd, false);
//_containerNode.msReleasePointerCapture(_inputIdentifier);
}

And it started working great, only with small inconsistencies when taping on screen for scrolling (stop position seems to be incorrect). So, the question is if this will be a safe solution or will represent an issue on some browsers?

Kind Regards

from ftscroller.

rowanbeentje avatar rowanbeentje commented on June 19, 2024

@msdevweb Could you give 0.3.5 a go? I spent some time pinning down input capture issues on IE 11 after @georgecrawford sent through some videos.

The error you were getting was a little different (IE11 enforces release must use the same id as that captured, and on the same element, but the calls look balanced to me...) but I think there might be bugs around pointer release.

from ftscroller.

patriklund avatar patriklund commented on June 19, 2024

Sorry for late reply. Yes the scrolling works now on IE 11 in my Lumia 2520 with the latest update 0.3.5. Great!

from ftscroller.

georgecrawford avatar georgecrawford commented on June 19, 2024

Good news; thanks Patrik!

from ftscroller.

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.