[Webkit-unassigned] [Bug 275492] New: [macOS] Adding writing suggestions to a grid container temporarily creates a block-level text node
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 14 09:41:35 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275492
Bug ID: 275492
Summary: [macOS] Adding writing suggestions to a grid container
temporarily creates a block-level text node
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
CC: wenson_hsieh at apple.com
Alan noticed that writing suggestions can potentially leave the render tree in a temporary broken state:
```
B---YGLSC-- -+ RenderView at (0,0) size 858x1301 renderer (0x142002d00) layout box (0x0) layout->[normal child] layout id->[20]
B-----LS--- -+ HTML RenderBlock at (0,0) size 858x118 renderer (0x142001810) layout box (0x0) node (0x142001080) layout->[normal child] layout id->[20]
B---------- -+ BODY RenderBody at (8,8) size 842x102 renderer (0x142001b00) layout box (0x0) node (0x142001280) (layout overflow 0,0 842x102) (visual overflow -7,-7 849x116) layout->[normal child] layout id->[20]
B---------- -+* DIV RenderGrid at (0,0) size 0x0 renderer (0x1420040b0) layout box (0x0) node (0x142003e00) layout->[self][normal child] layout id->[0]
B---YG----- -+ RenderBlock at (0,0) size 0x0 renderer (0x142007b30) layout box (0x0) layout->[self][normal child] layout id->[0]
I---------- -+ #text RenderText renderer (0x142006a50) layout box (0x0) node (0x142003f70) length->(12) "I want to ce" layout->[self] layout id->[n/a]
B---YG----- -+ RenderInline (::-internal-writing-suggestions) renderer (0x142007950) layout box (0x0) layout->[self][normal child] layout id->[0]
I---YG----- -+ RenderText (::-internal-writing-suggestions) renderer (0x142007a60) layout box (0x0) length->(7) "lebrate" layout->[self] layout id->[n/a]
```
--
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/20240614/b334c059/attachment-0001.htm>
More information about the webkit-unassigned
mailing list