Bug 70975

Summary: Need tests to ensure text-overflow works with new flexboxes
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ericbidelman, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62048    
Attachments:
Description Flags
test none

Ojan Vafai
Reported 2011-10-26 15:59:44 PDT
They don't work right with the old flexboxes apparently.
Attachments
test (809 bytes, text/html)
2012-06-05 21:05 PDT, Eric
no flags
Eric
Comment 1 2012-06-05 21:05:33 PDT
text-overflow seems to work (see attached). The problem I was seeing was that the flex items were display: inline-flex (second box in the test case).
Eric
Comment 2 2012-06-05 21:05:58 PDT
Tony Chang
Comment 3 2012-06-06 09:42:08 PDT
We need to add some test cases for text-overflow. display:inline-flex isn't implemented yet (it was, but then rolled out due to a crash). Bug 77772 is for display: inline-flex.
Ojan Vafai
Comment 4 2012-09-26 21:23:08 PDT
Related bug 94584.
Note You need to log in before you can comment on or make changes to this bug.