Bug 23679 - REGRESSION: Assertion failure (!isRenderInline()) querying an inline's scrollWidth
Summary: REGRESSION: Assertion failure (!isRenderInline()) querying an inline's scroll...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: data:text/html,<span id="target">span...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-02-01 18:57 PST by mitz
Modified: 2009-02-03 10:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-02-01 18:57:26 PST
To reproduce:
Go to the URL.

Result:
ASSERTION FAILED: !isRenderInline()
(WebCore/rendering/RenderBox.h:46 int WebCore::RenderBox::width() const)
Comment 1 mitz 2009-02-01 18:58:04 PST
<rdar://problem/6547004>
Comment 2 mitz 2009-02-02 16:36:52 PST
This should be fixed after <http://trac.webkit.org/changeset/40502>.