Closed Bug 649648 Opened 13 years ago Closed 13 years ago

Implement CSS3 multicol break-inside property

Categories

(Core :: Layout: Block and Inline, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 549114

People

(Reporter: icecold, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: ietestdrive)

User-Agent:       Mozilla/5.0 (Windows NT 6.1; rv:6.0a1) Gecko/20110412 Firefox/6.0a1
Build Identifier: 

Some of tweets are clipped and cut off  in Firefox on IE test drive Tweet Columns, while in IE10 Platform Preview are ok.

Reproducible: Always
Whiteboard: ietestdrive
Can you post a screenshot showing what you see, please?  I don't see anything obviously cut off here....
Jump on 1:00 to see what I'm talking about. (http://bit.ly/eCBiLN)
Those aren't clipped.  There are just column breaks in the middle of the tweet.

As far as I can tell, that's the correct behavior given the markup on that page.
And in particular, the page has these styles:

    -o-break-inside: avoid;         /* multicolumn */
    -webkit-break-inside: avoid;    /* multicolumn */
    -moz-break-inside: avoid;       /* multicolumn */
    break-inside: avoid;            /* multicolumn */

But there is no -moz-break-inside property and we don't support break-inside, so we break inside the tweets if that's where the column breaks come.  The "cut off" in the video is just a lie....

I guess we could use this bug to track implementing "break-inside".
Status: UNCONFIRMED → NEW
Component: General → Layout: Block and Inline
Ever confirmed: true
QA Contact: general → layout.block-and-inline
Summary: Some of tweets are clipped and cut off in Firefox on IE test drive Tweet Columns → Implement CSS3 multicol break-inside property
Yes.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.