[Webkit-unassigned] [Bug 45081] Crash rendering <meter/> with percent padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 21:22:24 PDT 2010


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





--- Comment #2 from James Kozianski <koz at chromium.org>  2010-09-01 21:22:24 PST ---
The crash is caused by a null dereference of containingBlock() in RenderBoxModelObject::paddingTop().

RenderMeter queries its size when determining whether it needs to be layed out, but initially it has no containing block, hence the null dereference.

I'll write a patch to make RenderMeter always request layout so this query never occurs.

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