[webkit-changes] cvs commit: WebCore ChangeLog

Darin darin at opensource.apple.com
Sat Dec 3 08:56:49 PST 2005


darin       05/12/03 08:56:49

  Modified:    .        ChangeLog
  Log:
  Improved ChangeLog comment.
  
  Revision  Changes    Path
  1.463     +3 -3      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.462
  retrieving revision 1.463
  diff -u -r1.462 -r1.463
  --- ChangeLog	3 Dec 2005 02:28:54 -0000	1.462
  +++ ChangeLog	3 Dec 2005 16:56:44 -0000	1.463
  @@ -6,19 +6,19 @@
   	layout issue occurs at http://www.pixar.com/shorts/index.html and
   	http://www.mitzpettel.com. 
   
  -	This fix rolls a line from the fix for <rdar://problem/3871165> 
  +	This fix rolls out a line from the fix for <rdar://problem/3871165> 
   	text box in nested table disappears when you click on it (3452) 
   	(Safari PSOFT: US EDU PS8: Lead List searches). This line causes
   	the above regressions. To fix the original problem, we realized 
   	that TableLayout::calcEffectiveWidth() essentially ignored setting
   	the minimum and maximum widths of cells of width 0 (thereby ignoring 
  -	cells in colspans). 
  +	cells in colspans when every cell in a column was part of a colspan). 
   
           * khtml/rendering/render_table.cpp:
           (RenderTableSection::addCell): Roll out from the original fix.
           * khtml/rendering/table_layout.cpp:
           (AutoTableLayout::calcEffectiveWidth): Set effMinWidth and effMaxWidth 
  -			of a cell even when maxw or maxWidth is 0.
  +        of a cell even when maxw or maxWidth is 0.
   
   2005-12-02  Eric Seidel  <eseidel at apple.com>
   
  
  
  



More information about the webkit-changes mailing list