[Webkit-unassigned] [Bug 26414] New: Text overflows from a table when <WBR> occurs in an element with "white-space:pre"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 14:31:10 PDT 2009


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

           Summary: Text overflows from a table when <WBR> occurs in an
                    element with "white-space:pre"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: niranjan.tulpule at gmail.com


Webkit seems to be confused when <WBR> occurs in an element with
"white-space:pre" inside a table. 

Reduced test case:

<HTML> 
  <BODY> 
    <TABLE width="100%" border="1" bordercolor="black"> 
      <TBODY> 
      <TR> 
        <TD> 
          <SPAN
style="white-space:pre">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<WBR>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</SPAN> 
        </TD> 
      </TR> 
    </TBODY> 
    </TABLE> 
  </BODY> 
</HTML>


-- 
Configure bugmail: https://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