RESOLVED FIXED 152920
CSS3 columns - invisible elements in non-first column
https://bugs.webkit.org/show_bug.cgi?id=152920
Summary CSS3 columns - invisible elements in non-first column
Simmo Saan
Reported 2016-01-08 13:04:40 PST
I have a bootstrap page in which I make use of CSS3 columns: https://sim642.github.io/FLL-scorer/. These panels contain bootstrap radio button groups. When viewing this page on a wide enough screen to cause it to activate the multi-column layout, the button groups turn invisible but still exist in inspector. When forcing a single column layout they show up as intended. On iOS Safari I noticed them being broken a bit differently: some of the panel content would show up fully, some would be invisible, even the text. The problem is that elements seem to randomly turn invisible in columns which are not the first.
Attachments
Screenshot of the page in question (207.76 KB, image/png)
2016-01-08 13:09 PST, Simmo Saan
no flags
Patch (7.21 KB, patch)
2016-01-21 10:47 PST, Dave Hyatt
simon.fraser: review+
Simmo Saan
Comment 1 2016-01-08 13:09:37 PST
Created attachment 268574 [details] Screenshot of the page in question
Radar WebKit Bug Importer
Comment 2 2016-01-08 13:09:56 PST
Dave Hyatt
Comment 3 2016-01-21 10:47:14 PST
Dean Jackson
Comment 4 2016-01-21 10:52:00 PST
Comment on attachment 269468 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269468&action=review > Source/WebCore/ChangeLog:19 > + Make sure the crawl up the containing block chain to apply clips properly offsets > + to account for columns. convertToLayerCoords could already handle this, so > + offsetFromAncestor now takes the same extra argument (whether or not to adjust for > + columns) that convertToLayerCoords does. This bit usually goes before the list of files. > LayoutTests/fast/multicol/border-radius-overflow-columns.html:12 > + -webkit-columns: 2; Don't need this any more.
Dave Hyatt
Comment 5 2016-01-22 09:36:16 PST
Fixed in r195453.
Simon Fraser (smfr)
Comment 6 2016-03-23 18:56:59 PDT
*** Bug 155823 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.