Firefox Mobile: element animated with translate3d flows out from parent container

你。 提交于 2019-12-05 22:05:32

After a lot of searching I found a workaround here: http://jbkflex.wordpress.com/2013/04/04/css3-transformations-showing-content-outside-overflowhidden-region-in-firefoxandroid/

Adding a background and opacity: .99 to the container element seems to solve the problem.

But still no information about what causes the problem

I tried the opacity: .99 hack but it was causing the layout to get pushed down..

so i tried another hack which i find that worked by applying this to your style sheet:

* {
   outline: 1px solid transparent;
}

I'm sorry, but I seems found a more simple solution. Without layout damage.

If scrolling container has height a more over than device height then this issue disappearing. It's has a different values for portrait and landscape orientation.

It's really work with Sencha Touch 2 at FF v.23 on Android 4.0.4 for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!