Bug 251373 - [GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton and SearchFieldResultsDecoration
Summary: [GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 249168
  Show dependency treegraph
 
Reported: 2023-01-30 09:50 PST by Said Abou-Hallawa
Modified: 2023-02-02 14:01 PST (History)
4 users (show)

See Also:


Attachments
test case (869 bytes, text/html)
2023-01-30 11:32 PST, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 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.
Comment 1 Radar WebKit Bug Importer 2023-01-30 09:51:16 PST
<rdar://problem/104825004>
Comment 2 Said Abou-Hallawa 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.
Comment 3 Said Abou-Hallawa 2023-01-30 12:25:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/9336
Comment 4 EWS 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.