[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 01:20:04 PST 2015


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

--- Comment #2 from Manuel Rego Casasnovas <rego at igalia.com> ---
Just to give you more information. There're some of these bugs that are both in flex and grid, mostly because of they're not RenderBlockFlow.

In some cases, we need some special methods to check that they're not RenderBlockFlow but they're not buttons either (as RenderButton, like RenderFullScreen) inherit from RenderFlexibleBox.

For example take a look to this method:
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderBlock.cpp#L2927

-- 
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/dcc7c220/attachment-0002.html>


More information about the webkit-unassigned mailing list