<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>26414</bug_id>
          
          <creation_ts>2009-06-15 14:31:10 -0700</creation_ts>
          <short_desc>Text overflows from a table when &lt;WBR&gt; occurs in an element with &quot;white-space:pre&quot;</short_desc>
          <delta_ts>2022-07-12 12:38:02 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>64005</dependson>
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Niranjan Tulpule">niranjan.tulpule</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>xn--mlform-iua</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>126037</commentid>
    <comment_count>0</comment_count>
    <who name="Niranjan Tulpule">niranjan.tulpule</who>
    <bug_when>2009-06-15 14:31:10 -0700</bug_when>
    <thetext>Webkit seems to be confused when &lt;WBR&gt; occurs in an element with &quot;white-space:pre&quot; inside a table. 

Reduced test case:

&lt;HTML&gt; 
  &lt;BODY&gt; 
    &lt;TABLE width=&quot;100%&quot; border=&quot;1&quot; bordercolor=&quot;black&quot;&gt; 
      &lt;TBODY&gt; 
      &lt;TR&gt; 
        &lt;TD&gt; 
          &lt;SPAN style=&quot;white-space:pre&quot;&gt;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&lt;WBR&gt;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&lt;/SPAN&gt; 
        &lt;/TD&gt; 
      &lt;/TR&gt; 
    &lt;/TBODY&gt; 
    &lt;/TABLE&gt; 
  &lt;/BODY&gt; 
&lt;/HTML&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>433929</commentid>
    <comment_count>1</comment_count>
    <who name="Leif Halvard Silli">xn--mlform-iua</who>
    <bug_when>2011-07-08 00:08:24 -0700</bug_when>
    <thetext>With the styling I proposed in Bug 64005, the issue would not have occurred:

http://malform.no/testing/html5/wbr-table</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882465</commentid>
    <comment_count>2</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-12 12:37:19 -0700</bug_when>
    <thetext>WebKit and Gecko agree on the behavior here, Blink differs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882466</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-12 12:38:02 -0700</bug_when>
    <thetext>We do not overflow the table, but we do not break the line (like Blink does).

I don&apos;t believe there is an active issue here.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>