[Webkit-unassigned] [Bug 13213] New: "overflow: hidden" does not correctly overflow for elements with "white-space: nowrap" in tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 20:05:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13213

           Summary: "overflow: hidden" does not correctly overflow for
                    elements with "white-space: nowrap" in tables
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://www.lucasnewman.com/webkit/whitespace-nowrap.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lucas at delicious-monster.com


"overflow: hidden" does not correctly overflow for elements with "white-space:
nowrap" inside table columns.

The expected behavior is for an element to clip to the viewport and not display
the overflow.  However, instead, it expands the viewport to be as large as the
full element and adds a scrollbar to the window.

I've put up a sample page which illustrates the problem.  The sample correctly
clips the first element to the viewport with hidden overflow in Firefox 2.0.0.3
and IE 7.

<radr://problem/5093711> WebKit does not hide overflow for elements with
"white-space: nowrap" in tables


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



More information about the webkit-unassigned mailing list