Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 23449034: text-overflow on flexbox should have no effect (Closed)

Created:
7 years, 3 months ago by cbiesinger
Modified:
7 years, 3 months ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Visibility:
Public.

Description

text-overflow on flexbox should have no effect Since flexbox doesn't have any direct inline children, text-overflow should have no effect. There is code that checks for the parent's text-overflow style, but that should be limited to blocks where we created anon blocks because of mixed inlines and blocks -- grid and flex should not be affected. See also this thread: http://lists.w3.org/Archives/Public/www-style/2013Sep/0070.html R=ojan@chromium.org,jchaffraix@chromium.org BUG=285943 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157795

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -2 lines) Patch
A LayoutTests/css3/flexbox/text-overflow-on-flexbox.html View 1 chunk +27 lines, -0 lines 0 comments Download
A LayoutTests/css3/flexbox/text-overflow-on-flexbox-expected.html View 1 chunk +26 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
cbiesinger
7 years, 3 months ago (2013-09-13 20:39:43 UTC) #1
ojan
lgtm
7 years, 3 months ago (2013-09-14 00:29:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cbiesinger@chromium.org/23449034/1
7 years, 3 months ago (2013-09-14 00:29:20 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-14 02:24:46 UTC) #4
Message was sent while issue was closed.
Change committed as 157795

Powered by Google App Engine
This is Rietveld 408576698