[Webkit-unassigned] [Bug 8438] iExploder(#460): Assertion failure in RenderObject::drawBorder()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 1 07:49:54 PST 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12142|                            |review?
               Flag|                            |




------- Comment #8 from mitz at webkit.org  2007-01-01 07:49 PDT -------
Created an attachment (id=12142)
 --> (http://bugs.webkit.org/attachment.cgi?id=12142&action=view)
Patch

The only good thing I can say about this patch is that it probably works.

calcMinMaxWidth needs to be patched. I could have copied and thinned down
RenderBlock's implementation instead of tail-patching it. Not sure which way is
better.

Then there is actual width calculation. This patch pretends that there's a CSS
min-width protecting the legend. It takes care of the normal, inline and
positioned cases. I looked into alternative approaches but all seemed to
require turning more methods into virtual methods and/or copying large amount
of code from RenderBox to RenderFieldset.

Any thoughts?


-- 
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