<?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>5004</bug_id>
          
          <creation_ts>2005-09-16 06:05:41 -0700</creation_ts>
          <short_desc>Tables: height:100% + overflow auto not working in table cell</short_desc>
          <delta_ts>2025-01-23 22:29:58 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tables</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://gustaaf.xs4all.nl/gn_car.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>BrowserCompat, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gustaaf Groenendaal (MysteryQuest)">webkit</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>ian</cc>
    
    <cc>karlcow</cc>
    
    <cc>priyajeet.hora</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>19746</commentid>
    <comment_count>0</comment_count>
    <who name="Gustaaf Groenendaal (MysteryQuest)">webkit</who>
    <bug_when>2005-09-16 06:05:41 -0700</bug_when>
    <thetext>When you delete or change the CSS attribute &quot;overflow: auto&quot; the pages displays himself as it should be. 
Also it does show up corretly when you change auto into anything you want. So &quot;overflow:webkit&quot; would 
also display the page correctly. It&apos;s about the &quot;auto&quot; element that isn&apos;t handled properly. The cause of this 
is unknown for me, since &quot;auto&quot; elements never give problems as far as I know. Also the terminal doesn&apos;t 
provide any information about incorrect handling of this element.

Tested with WebKit 312, 412 and ToT</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>28475</commentid>
    <comment_count>1</comment_count>
      <attachid>5690</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-01-15 01:04:43 -0800</bug_when>
    <thetext>Created attachment 5690
reduced test case</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>342190</commentid>
    <comment_count>2</comment_count>
    <who name="Darth">priyajeet.hora</who>
    <bug_when>2011-01-29 20:49:56 -0800</bug_when>
    <thetext>Downstream bug http://code.google.com/p/chromium/issues/detail?id=68739</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1881057</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-06 13:08:45 -0700</bug_when>
    <thetext>Chrome and Safari show a blank page. Firefox shows the text message as expected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1881058</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-07-06 13:08:54 -0700</bug_when>
    <thetext>&lt;rdar://problem/96543034&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2089442</commentid>
    <comment_count>5</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-23 22:29:03 -0800</bug_when>
    <thetext>Height for each element:

12px &lt;table width=&quot;100%&quot;&gt;
12px   &lt;tbody&gt;
 8px     &lt;tr&gt;
 6px       &lt;td&gt;
 6px         &lt;table height=&quot;100%&quot;&gt;
 6px           &lt;tbody&gt;
 2px             &lt;tr&gt;
 0px               &lt;td&gt;
 0px                 &lt;div style=&quot;overflow: auto;height: 100%;&quot;&gt;You dont own a ship so your shipping time is 60 minutes&lt;/div&gt;


To note that the wrapping table is not necessary it can be simply reproduced with:

&lt;table height=&quot;100%&quot;&gt;
   &lt;tbody&gt;
      &lt;tr&gt;
         &lt;td&gt;
            &lt;div style=&quot;overflow: auto;height: 100%;&quot;&gt;You dont own a ship so your shipping time is 60
               minutes&lt;/div&gt;
         &lt;/td&gt;
      &lt;/tr&gt;
   &lt;/tbody&gt;
&lt;/table&gt;

Chrome and Safari doesn&apos;t show the text, while Firefox does.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2089443</commentid>
    <comment_count>6</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2025-01-23 22:29:58 -0800</bug_when>
    <thetext>This would deserve a WPT test.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>5690</attachid>
            <date>2006-01-15 01:04:43 -0800</date>
            <delta_ts>2006-01-15 01:04:43 -0800</delta_ts>
            <desc>reduced test case</desc>
            <filename>Gang-Nation.html</filename>
            <type>text/html</type>
            <size>260</size>
            <attacher name="Alexey Proskuryakov">ap</attacher>
            
              <data encoding="base64">PGh0bWw+Cjxib2R5Pgo8dGFibGUgd2lkdGg9IjEwMCUiPgo8dHI+CiA8dGQ+CiAgIDx0YWJsZSBo
ZWlnaHQ9IjEwMCUiPgogICA8dHI+CiAgICA8dGQ+CiAgICAgPGRpdiBzdHlsZT0ib3ZlcmZsb3c6
IGF1dG87aGVpZ2h0OiAxMDAlOyI+WW91IGRvbnQgb3duIGEgc2hpcCBzbyB5b3VyIHNoaXBwaW5n
IHRpbWUgaXMgNjAgbWludXRlczwvZGl2PgogICAgPC90ZD4KICAgPC90cj4KICAgPC90YWJsZT4K
IDwvdGQ+CjwvdGFibGU+CjwvYm9keT4KPC9odG1sPgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>