<?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>4339</bug_id>
          
          <creation_ts>2005-08-08 17:29:37 -0700</creation_ts>
          <short_desc>Safari: onclick not respecting td height</short_desc>
          <delta_ts>2005-08-09 12:11:18 -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>Layout and Rendering</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>3662</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Will McCullough">will.mccullough</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>16228</commentid>
    <comment_count>0</comment_count>
    <who name="Will McCullough">will.mccullough</who>
    <bug_when>2005-08-08 17:29:37 -0700</bug_when>
    <thetext>When using td height with an onclick in the td, the area of the click is not respecting the height.  It will 
respect only the area wih content.  Example below:  

// example 1
		
		&lt;table cellspacing=&quot;2&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; width=&quot;590&quot;&gt;
			&lt;tr&gt;
				&lt;td height=&quot;300&quot; align=&quot;center&quot; valign=&quot;top&quot; background=&quot;http://
static.highend3d.com/dvdstoreimages/1/epick.jpg&quot; onclick=&quot;location.href=&apos;link&apos;;&quot; 
style=&quot;cursor:pointer;&quot; title=&quot;test of a forum&quot;&gt;
					&lt;div style=&quot;color: white;&quot;&gt;doesnt work&lt;/div&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;

// example 2

		&lt;table cellspacing=&quot;2&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; width=&quot;590&quot;&gt;
			&lt;tr&gt;
				&lt;td style=&quot;height: 300px;&quot; align=&quot;center&quot; valign=&quot;top&quot; background=&quot;http://
static.highend3d.com/dvdstoreimages/1/epick.jpg&quot; onclick=&quot;location.href=&apos;link&apos;;&quot; 
style=&quot;cursor:pointer;&quot; title=&quot;test of a forum&quot;&gt;
					&lt;div style=&quot;color: white;&quot;&gt;doesnt work&lt;/div&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;

// the hack used to force the td to height 300

&lt;table cellspacing=&quot;2&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; width=&quot;590&quot;&gt;
			&lt;tr&gt;
				&lt;td height=&quot;300&quot; align=&quot;center&quot; valign=&quot;top&quot; background=&quot;http://
static.highend3d.com/dvdstoreimages/1/epick.jpg&quot; onclick=&quot;location.href=&apos;link&apos;;&quot; 
style=&quot;cursor:pointer;&quot; title=&quot;test of a forum&quot;&gt;
					&lt;div style=&quot;height: 300px;&quot;&gt;&lt;div style=&quot;color: white;&quot;&gt;This works&lt;/div&gt;&lt;/
div&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16258</commentid>
    <comment_count>1</comment_count>
    <who name="Frido Ferdinand">frido.ferdinand</who>
    <bug_when>2005-08-09 06:00:48 -0700</bug_when>
    <thetext>this is probably the same as #3662 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16283</commentid>
    <comment_count>2</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2005-08-09 12:11:18 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 3662 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>