Comments on: column-span https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Mon, 14 Sep 2020 11:43:29 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Peter H https://css-tricks.com/almanac/properties/c/column-span/#comment-1762699 Mon, 14 Sep 2020 11:43:29 +0000 http://css-tricks.com/?page_id=178799#comment-1762699 In reply to Peter H.

Sorry, I forgot to say, in Safari desktop and iOS.

]]>
By: Peter H https://css-tricks.com/almanac/properties/c/column-span/#comment-1762698 Mon, 14 Sep 2020 11:42:20 +0000 http://css-tricks.com/?page_id=178799#comment-1762698 I have a page where an h1 head with column-span:all; at the beginning of a text, jumps to the end below about 1040px window width. I haven’t (yet) found any fix for this bug.

]]>
By: AMJones https://css-tricks.com/almanac/properties/c/column-span/#comment-1752147 Wed, 23 Oct 2019 17:06:26 +0000 http://css-tricks.com/?page_id=178799#comment-1752147 In reply to hand_coding.

Nope, no solution in site for Safari’s weird issue there. Safari 13.1 Technology Preview shows the issue as well, and I can find only one other mention of the issue on the web.

]]>
By: Christophe https://css-tricks.com/almanac/properties/c/column-span/#comment-1654090 Tue, 18 Dec 2018 14:53:30 +0000 http://css-tricks.com/?page_id=178799#comment-1654090 In reply to hand_coding.

I have this bug too today, is there a workaround 3 years later?

]]>
By: fabriceperrinel@hand-coding.com https://css-tricks.com/almanac/properties/c/column-span/#comment-1598418 Fri, 04 Dec 2015 06:30:17 +0000 http://css-tricks.com/?page_id=178799#comment-1598418 In reply to Leigh.

Not so bad since it’s a Safari issue.
Chrome renders the column-span correctly while Safari renders the header “Module 3” before AND after the column-span element.

]]>
By: Leigh https://css-tricks.com/almanac/properties/c/column-span/#comment-1598417 Fri, 04 Dec 2015 05:41:36 +0000 http://css-tricks.com/?page_id=178799#comment-1598417 Doesnt work in Firefox. so bad.

]]>
By: hand_coding https://css-tricks.com/almanac/properties/c/column-span/#comment-1592676 Sat, 21 Feb 2015 14:38:04 +0000 http://css-tricks.com/?page_id=178799#comment-1592676 I get a wild bug in Safari while combining -webkit-column-span:all with -webkit-column-break-inside:avoid.
Look what happens with “Module-3” there: http://codepen.io/hand_coding/pen/vEjYyJ

(Note: Beware that removing overflow:hidden from .module class might make your browser unresponsive)

]]>