[Webkit-unassigned] [Bug 13864] New: Uninitialized value in RenderBlock::calcInlinePrefWidths()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 24 13:44:28 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13864
Summary: Uninitialized value in
RenderBlock::calcInlinePrefWidths()
Product: WebKit
Version: 522+ (nightly)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eli at staikos.net
For text blocks that are just whitespace and stripFrontSpaces=true, when
checking if the block should be considered for breaking, beginWS and endWS are
used, but are uninitialized (RenderBlock.cpp:3741).
They don't get initialized in RenderText::trimmedPrefWidths() since it returns
early.
I'm not sure if such blocks should be considered for breaking, so I don't know
what values to initialize beginWS and endWS to.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list