[Webkit-unassigned] [Bug 29966] Assertion failure in RenderBlock::positionForPointWithInlineChildren when running fast/inline/relative-positioned-overflow.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 05:13:47 PST 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hamaji at chromium.org




--- Comment #8 from Shinichiro Hamaji <hamaji at chromium.org>  2009-11-26 05:13:47 PST ---
This issue happens when an empty inline element (which has size because of
paddings) is clicked. In this case, the root inline box has no leaf children
and closestBox can be NULL even if we are using windows behavior.

We may need to use lastChild instead of lastLeafChild when lastLeafChild is
NULL so that the mouse press starts from the empty inline element correctly.
See the attached test case, which is the same HTML as the layout test I added,
to see how dragging from an empty inline element is handled now.

Chromium has the same issue:
http://code.google.com/p/chromium/issues/detail?id=23751

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