Bug 251373

Summary: [GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton and SearchFieldResultsDecoration
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=155708
Bug Depends on:    
Bug Blocks: 249168    
Attachments:
Description Flags
test case none

Said Abou-Hallawa
Reported 2023-01-30 09:50:36 PST
Input controls like these will be missing the results button and results menu if GPU Process for DOM rendering is enabled. <input type="search" results="0"> <input type="search" results="1"> Drawing this control parts will be moved to GraphicsContext so it can be recorded in WebProcess and drawn in GPUProcess if DOM rendering is enabled for GPUProcess.
Attachments
test case (869 bytes, text/html)
2023-01-30 11:32 PST, Said Abou-Hallawa
no flags
Radar WebKit Bug Importer
Comment 1 2023-01-30 09:51:16 PST
Said Abou-Hallawa
Comment 2 2023-01-30 11:32:39 PST
Created attachment 464755 [details] test case This test case does not work properly even with GPU Process for DOM rendering is turned off.
Said Abou-Hallawa
Comment 3 2023-01-30 12:25:12 PST
EWS
Comment 4 2023-02-02 14:01:55 PST
Committed 259779@main (bb20f68f2126): <https://commits.webkit.org/259779@main> Reviewed commits have been landed. Closing PR #9336 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.