Closed
Bug 922097
Opened 12 years ago
Closed 12 years ago
css3 transformation in div with overflow
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 854873
People
(Reporter: luc.doumerc, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812
Steps to reproduce:
to reproduce see :
http://rialab.jbk404.site50.net/ffandroidissue/
Actual results:
For Firefox > 18 on Android devices if I move an element using CSS3 Transformations inside a parent container with overflow:hidden, then part of the element being moved is displayed outside the overflowed region. It seems like when you move the element it just discards the overflow:hidden property and everything is revealed rather. Normally the content outside overflow:hidden should be cut off from view.
Expected results:
full bug description :
http://jbkflex.wordpress.com/2013/04/04/css3-transformations-showing-content-outside-overflowhidden-region-in-firefoxandroid/
| Reporter | ||
Updated•12 years ago
|
Summary: css transformation in div with overflow hidden → css transformation in div with overflow
| Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → Android
Hardware: x86_64 → ARM
Summary: css transformation in div with overflow → css3 transformation in div with overflow
Version: Firefox 23 → Firefox 19
| Reporter | ||
Updated•12 years ago
|
Hardware: ARM → All
Comment 1•12 years ago
|
||
Please test with Nightly (http://nightly.mozilla.org) for Android and report back if this is working for you.
Component: General → Layout
Product: Firefox for Android → Core
Version: Firefox 19 → 19 Branch
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #1)
> Please test with Nightly (http://nightly.mozilla.org) for Android and report
> back if this is working for you.
I tested it on nightly apk (today), and bug is always existing.
You need to log in
before you can comment on or make changes to this bug.
Description
•