Bug 253775

Summary: [IFC][Partial layout] Editing constructs individual renderers for "new line" when typing in textarea
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
[fast-cq]Patch none

alan
Reported 2023-03-11 19:53:37 PST
ssia
Attachments
Patch (9.01 KB, patch)
2023-03-11 20:09 PST, alan
no flags
Patch (12.90 KB, patch)
2023-03-11 21:27 PST, alan
no flags
Patch (14.33 KB, patch)
2023-03-12 15:53 PDT, alan
no flags
Patch (14.47 KB, patch)
2023-03-13 06:45 PDT, alan
no flags
Patch (14.53 KB, patch)
2023-03-13 08:21 PDT, alan
no flags
Patch (14.40 KB, patch)
2023-03-17 05:56 PDT, alan
no flags
Patch (15.34 KB, patch)
2023-03-18 07:44 PDT, alan
no flags
[fast-cq]Patch (15.30 KB, patch)
2023-03-18 14:52 PDT, alan
no flags
alan
Comment 1 2023-03-11 20:09:30 PST
alan
Comment 2 2023-03-11 21:27:29 PST
Antti Koivisto
Comment 3 2023-03-12 12:12:47 PDT
--- a/Source/WebCore/layout/layouttree/LayoutElementBox.cpp +++ b/Source/WebCore/layout/layouttree/LayoutElementBox.cpp @@ -118,6 +118,29 @@ void ElementBox::appendChild(UniqueRef<Box> childRef) nextOrFirst = WTFMove(childBox); } +void ElementBox::insertChild(UniqueRef<Box> childRef, Box* beforeChild) +{ we can probably replace use of appendChild with insertChild(child, nullptr)
alan
Comment 4 2023-03-12 15:53:48 PDT
alan
Comment 5 2023-03-13 06:45:01 PDT
alan
Comment 6 2023-03-13 08:21:33 PDT
alan
Comment 7 2023-03-17 05:56:19 PDT
alan
Comment 8 2023-03-18 07:44:35 PDT
alan
Comment 9 2023-03-18 14:52:46 PDT
Created attachment 465495 [details] [fast-cq]Patch
EWS
Comment 10 2023-03-18 19:29:43 PDT
Committed 261833@main (2dbdc010d549): <https://commits.webkit.org/261833@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 465495 [details].
Radar WebKit Bug Importer
Comment 11 2023-03-18 19:30:17 PDT
Note You need to log in before you can comment on or make changes to this bug.