Nesting double rotateX() transforms within -webkit-column-count causes the text to become invisible
Reported by
eddie.lo...@gmail.com,
Jun 1 2016
|
|||||
Issue descriptionChrome Version : 50.0.2661.102 (Official Build) m (32-bit) URLs (if applicable) : https://jsfiddle.net/0hmgL4Lg/2/ Other browsers tested: Safari: 5.1.7 OK Firefox: 46.0.1 OK What steps will reproduce the problem? (1) Apply a CSS 180deg rotateX() transforms to a both parent and inner div with some content that overflows. e.g: <div style="transform:rotateX(180deg); width: 100px; overflow-y: auto;"> <div style="transform:rotateX(180deg); width: 200px;"> This is some very long content </div> </div> (2) Copy those divs and place them inside another overall parent div: <div> <div style="transform:rotateX(180deg); width: 100px; overflow-y: auto;"> <div style="transform:rotateX(180deg); width: 200px;"> This is some very long content </div> </div> <div style="transform:rotateX(180deg); width: 100px; overflow-y: auto;"> <div style="transform:rotateX(180deg); width: 200px;"> This is some very long content </div> </div> </div> (3) Set -webkit-column-count CSS on the overall parent div to be anything (at least 1) (-moz-column-count for firefox) <div style="-webkit-column-count: 1;"> <div style="transform:rotateX(180deg); width: 100px; overflow-y: auto;"> <div style="transform:rotateX(180deg); width: 200px;"> This is some very long content </div> </div> <div style="transform:rotateX(180deg); width: 100px; overflow-y: auto;"> <div style="transform:rotateX(180deg); width: 200px;"> This is some very long content </div> </div> </div> What is the expected result? > The text "This is some very long content" should still be visible in both divs What happens instead? > The text is not visible. The divs still have the right size. You can highlight and copy the text even though you can't see it. Please provide any additional information below. Attach a screenshot if possible.
,
Jun 6 2016
,
Jul 7 2016
Moving this nonessential bug to the next milestone. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Aug 8 2016
Doesn't seem to be reproducible anymore? All thanks to https://codereview.chromium.org/2028893002 , it seems, which I guess causes fragmentation to be disabled in the test case.
,
Nov 2 2016
No reproducible test case. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by kavvaru@chromium.org
, Jun 1 2016Components: Blink
Labels: -Type-Bug -Pri-3 M-53 hasbisect OS-Linux OS-Mac OS-Windows Pri-2 Type-Bug-Regression
Owner: msten...@opera.com
Status: Assigned (was: Unconfirmed)