[Webkit-unassigned] [Bug 115462] New: Inline box with ellipsis and white-space:nowrap being clipped at right edge of floated right input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 20:52:37 PDT 2013


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

           Summary: Inline box with ellipsis and white-space:nowrap being
                    clipped at right edge of floated right input
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alan at css-class.com


Created an attachment (id=200200)
 --> (https://bugs.webkit.org/attachment.cgi?id=200200&action=review)
Two test. The first without ellipsis and the second with ellipsis.

Steps to reproduce the problem: Have a block box with the CSS properties and values of overflow:hidden, white-space:nowrap and text-overflow:ellipsis and a child input that is floated right.

What is the expected behavior? The inline box should overflow the float and be clipped (with ellipsis showing) at the right edge of the block box.

What went wrong? The inline box is being clipped (with ellipsis showing) at the right edge of child input that is floated right.

Bug was first reported on the CSS mailing list. 
http://lists.w3.org/Archives/Public/www-style/2013Apr/thread.html#msg540

A bug was filed with Mozilla but it is invalid since Firefox behavior is per spec. https://bugzilla.mozilla.org/show_bug.cgi?id=864759

-- 
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