Closed
Bug 907078
Opened 11 years ago
Closed 11 years ago
3D transformed content overflows element with "overflow: hidden"
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dusan.bartos13, Unassigned)
References
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1605.1 Safari/537.36
Steps to reproduce:
visit http://mview.mobily.com.sa/
Actual results:
(3D transformed) Content of #cFlow element (coverflow section in the top of the page) overflows the element despite elements overflow CSS property set to "hidden".
Info: till update to 23.0.1 the problem was not present.
And also the problem disappears if the 'transform-style' property is set to preserve-3d on all #cFlow child elements.
Expected results:
Content should not overflow an element with CSS property "overflow: hidden"
![]() |
||
Comment 1•11 years ago
|
||
![]() |
||
Updated•11 years ago
|
![]() |
||
Updated•11 years ago
|
status-firefox22:
--- → unaffected
status-firefox23:
--- → affected
tracking-firefox24:
--- → ?
tracking-firefox25:
--- → ?
tracking-firefox26:
--- → ?
same behavior present also in Aurora (25.0a2 (2013-08-19)) and Nightly (26.0a1 (2013-08-19))
Depends on: 906199
Comment 3•11 years ago
|
||
:roc will the patches in 906199 be enough to resolve this or would this be needing separate patches ? Also how common is this property used and do we think a large number of sites may be impacted here for us to track the issue ?
Flags: needinfo?(roc)
Yes, that patch fixes this issue.
Hard to tell how common this is. I think we should fix it in aurora and beta though.
Flags: needinfo?(roc)
Updated•11 years ago
|
Comment 5•11 years ago
|
||
(In reply to doodeec from comment #0)
> User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
> like Gecko) Chrome/31.0.1605.1 Safari/537.36
>
> Steps to reproduce:
>
> visit http://mview.mobily.com.sa/
>
>
> Actual results:
>
> (3D transformed) Content of #cFlow element (coverflow section in the top of
> the page) overflows the element despite elements overflow CSS property set
> to "hidden".
>
> Info: till update to 23.0.1 the problem was not present.
> And also the problem disappears if the 'transform-style' property is set to
> preserve-3d on all #cFlow child elements.
>
>
> Expected results:
>
> Content should not overflow an element with CSS property "overflow: hidden"
Hi , can you please help try our latest nightly and confirm this is fixed for you as Bug 906199 is fixed on firefox26 now ? Thank you :)
Hi, I've tried and it is fixed now in Nightly [Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130825030201 CSet: 01576441bdc6]
Thanks.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Comment 7•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Verified as fixed on Firefox 24 RC (buildID: 20130910201120), Firefox 25 beta 2 (buildID: 20130923194050) and latest Aurora (buildID: 20130924004001).
Status: RESOLVED → VERIFIED
Keywords: verifyme
Comment 8•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Verified as fixed on Firefox 24 RC (buildID: 20130910201120), Firefox 25 beta 2 (buildID: 20130923194050) and latest Aurora (buildID: 20130924004001).
Updated•11 years ago
|
Resolution: WORKSFORME → FIXED
Comment 9•11 years ago
|
||
Using Firefox 26 fully up to date. This is still an unresolved issue as of version 26.
Comment 10•11 years ago
|
||
My bad - this is fixed. It was when using display:table on the container div with overflow:hidden that it doesn't work - when it does in other browsers.
Solution is to put container (set as display:table) in a container (set as display:block);
You need to log in
before you can comment on or make changes to this bug.
Description
•