[Webkit-unassigned] [Bug 29501] Wrong width calculation in table with fixed layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 13:25:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29501





--- Comment #3 from mitz at webkit.org  2009-09-18 13:25:16 PDT ---
(From update of attachment 39783)
> +    int maxPercentValue = m_table->style()->width().isPercent() ? m_table->style()->width().calcValue(m_table->view()->width()) : 0;

I don’t understand why you use the RenderView here. Will this do the right
thing if the table’s container is wider than the RenderView?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list