[Webkit-unassigned] [Bug 14846] Layout is not updated when table padding is changed through JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 09:10:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14846





------- Comment #1 from marv.decker at gmail.com  2007-08-01 09:10 PDT -------
Created an attachment (id=15778)
 --> (http://bugs.webkit.org/attachment.cgi?id=15778&action=view)
Testcase

Pressing the cellpadding button which sets cellPadding="25" has no effect on
the page.

Pressing the cellspacing button which sets cellSpacing="25" after setting the
padding will then update both the padding and the spacing. It seems that
setting the padding stores the value, but doesn't cause a layout update. The
spacing will force a layout, and the table will look correct.


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