[Webkit-unassigned] [Bug 50661] Convert <meter> shadow DOM to a DOM-based shadow.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 02:02:21 PST 2011


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





--- Comment #5 from MORITA Hajime <morrita at google.com>  2011-02-08 02:02:21 PST ---
Kent-san, Dimitri, thank you for reviewing quickly!

> 
> > Source/WebCore/css/html.css:662
> > +    position: absolute;
> 
> Absolutely positioning seems really gross here. Why are we doing this?
I found this cause a tricky crash according to custom layout algorithm on related Render classes.
I'm considering to use normal layout code instead of custom one, with just rewriting RenderStyle values.
The patch will come later.

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