[Webkit-unassigned] [Bug 249607] Div having contentEditable and display:grid cannot be edited if it is empty
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 3 17:21:30 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=249607
--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Don't need to this change: https://searchfox.org/wubkat/source/Source/WebCore/dom/Position.cpp#1006
Already have:
>> is<RenderBlockFlow>(*renderer) || is<RenderGrid>(*renderer) || is<RenderFlexibleBox>(*renderer)
and this needs to be updated:
https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderFlexibleBox.cpp#1366
Still looking for other bits in RenderGrid.cpp.
--
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/20230804/f39de514/attachment.htm>
More information about the webkit-unassigned
mailing list