[Webkit-unassigned] [Bug 39315] selections in margins wrong with div followed by a span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 01:28:43 PDT 2010


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


Robin Qiu <robin.qiu at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin.qiu at torchmobile.com.c
                   |                            |n




--- Comment #1 from Robin Qiu <robin.qiu at torchmobile.com.cn>  2010-05-28 01:28:42 PST ---
hi Ojan, I have investigated this bug. It's cause by this line:
http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderBlock.cpp#L3783
here, childBox->frameRect().bottom() is used, but, I think, childBox->maxBottomMargin(true) is more suitable. In that case, webkit acts similarly with FF.

I would like to hear other people before I prepare a patch for this bug.

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