[Webkit-unassigned] [Bug 12373] ASSERTION FAILURE: !child->needsLayout() on paypal.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 28 23:06:05 PST 2007


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





------- Comment #10 from mitz at webkit.org  2007-01-28 23:06 PDT -------
(In reply to comment #9)
> 1) Which tests break?

Sorry, they were not fast/dom but rather
fast/table/form-in-tbody-before-misnested-text-crash.xhtml
fast/table/form-in-row-before-misnested-text-crash.xhtml
fast/table/form-in-table-before-misnested-text-crash.xhtml

These are all XHTML, and I remember that the Firefox UA rule uses a
"-moz-is-html" pseudoclass, so maybe I should have done something similar in my
createRenderer() override.

> 2) Would the UA rule work for us too?

Here's the Firefox rule from its html.css:

tr > form:-moz-is-html, tbody > form:-moz-is-html,
thead > form:-moz-is-html, tfoot > form:-moz-is-html,
table > form:-moz-is-html {
  /* Important: don't show these forms in HTML */
  display: none !important;
}

I don't know if there's a WebKit equivalent of -moz-is-html.


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