[Webkit-unassigned] [Bug 32371] body with display:inline causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 04:10:09 PST 2009


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





--- Comment #3 from Shinichiro Hamaji <hamaji at chromium.org>  2009-12-10 04:10:09 PST ---
The two modified lines assume <body> is always a block element. I used
encolsingBox instead of toRenderBox.

For FrameView::createScrollbar(), I'm not sure if using encolsingBox
is the best solution. We may be able to just check body->isBox() in
this if-clause.

For FrameView::layout(), I think we should use
encolsingBox. Otherwise, an unnecessary horizontal scrollbar will
appear for the testcase with marquee because the updated height won't
be considered.

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