[Webkit-unassigned] [Bug 141465] Div having contentEditable and display:grid cannot be edited if it is empty.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 00:23:21 PST 2015


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

--- Comment #1 from ChangSeok Oh <changseok.oh at collabora.com> ---
Manuel Rego Casasnovas said :
>> Source/WebCore/dom/Position.cpp:939
>> +    if (is<RenderBlockFlow>(*renderer) || is<RenderFlexibleBox>(*renderer)) {

>I think this is going to be failing for grid too. Maybe you could use here !renderer->isRenderBlockFlow() to cover both cases.

>Also adding a test case for grid would be nice. :-)

>Mmmm, I've just realized that this won't make any sense. I'm wondering if we should just add is<RenderGrid> or if this "if" is actually needed for something else.

>Anyway, this is failing in grid too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150211/66ab0593/attachment-0002.html>


More information about the webkit-unassigned mailing list