[Webkit-unassigned] [Bug 122812] New: text-overflow on flexbox should have no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 21:57:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122812

           Summary: text-overflow on flexbox should have no effect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate, WebExposed
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com,
                    simon.fraser at apple.com, dino at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/a9fb376453584dcf7e0c002f97f1521ce505787c

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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list