GithubHelp home page GithubHelp logo

Comments (4)

kpeatt avatar kpeatt commented on September 8, 2024

@manual63 — Thanks! I'll take a look at this, I don't think we've seen it in our project builds so we may have a fix for it that just hasn't been PRd back into master yet.

from pikabu.

geekyMoa avatar geekyMoa commented on September 8, 2024

@kpeatt Do you have an update on this? Having this issue on Chrome 35 for Android 4.4.4 (Nexus 5).

I noticed the height of the panel(s? I only use one panel) is calculated on scroll, is that the intended behaviour? Could it be related to Chrome firing the resize event on scroll? I seem to run into that annoying issue all the time.

from pikabu.

kpeatt avatar kpeatt commented on September 8, 2024

@geekyMoa — No update as of yet. We're looking at 2.0 beta sometime this month but I haven't encountered this problem in a build yet.

Have you tried using the development branch and seeing if you still have the issue?

Really sorry you're hitting this bug — definitely want to get it fixed.

from pikabu.

Bielousov avatar Bielousov commented on September 8, 2024

We had an issue with Galaxy SIII Android 4.3 (but not 4.1) that sounds related.
The bug was that after opening and closing Pikabu the viewport appeared locked (no vertical scroll). Also any pikabu:close event wouldn't fire.

The thing is that this device recognizes transitionEnd event though it doesn't really trigger it when CSS animation is finished. Instead it triggers WebkitTransitionEnd event while we are listening for the standard transitionEnd since the device declares that it supports this event.

Check this commit: 7ce0d9f where we fixed the transition end issue for Galaxy S3, it may also help you resolve your bug.

from pikabu.

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.