[Webkit-unassigned] [Bug 74585] Crash when navigating with arrow key into empty anchor block with padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 30 14:37:15 PST 2011


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-30 14:37:15 PST ---
(In reply to comment #12)
> (gdb) p box
> $1 = ('WebCore::InlineBox' *) 0x106d84118
> (gdb) p box->root()
> $2 = (const 'WebCore::RootInlineBox' *) 0x106dcfef8
> (gdb) p box->root()->nextRootBox()
> $3 = ('WebCore::RootInlineBox' *) 0x106de5648
> 
> It is this RootInlineBox that has one child, but no "leaf" children.

How can it have a child and not a leaf? Can you call box->showLineTreeForThis() and print out the line tree ?

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