Bug 265108

Summary: Initial <input type=checkbox switch> animation support
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: FormsAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, Hironori.Fujii, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 259380    

Anne van Kesteren
Reported 2023-11-19 08:51:36 PST
.
Attachments
Anne van Kesteren
Comment 1 2023-11-19 08:59:35 PST
EWS
Comment 2 2023-11-26 05:58:22 PST
Committed 271118@main (0a64dd544211): <https://commits.webkit.org/271118@main> Reviewed commits have been landed. Closing PR #20724 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-11-26 05:59:16 PST
Fujii Hironori
Comment 4 2023-11-26 11:57:06 PST
Windows port can't compile. I'm going to reuse this ticket to fix the problem. C:\webkit\Source\WebCore\rendering\style\RenderStyle.h(381,17): error: inline function 'WebCore::RenderStyle::hasEffectiveAppearance' is not defined [-Werror,-Wundefined-inline] 381 | inline bool hasEffectiveAppearance() const; | ^ C:\webkit\Source\WebCore\html/CheckboxInputType.cpp(143,43): note: used here 143 | ASSERT(element()->renderer()->style().hasEffectiveAppearance()); | ^ 1 error generated.
Fujii Hironori
Comment 5 2023-11-26 12:06:20 PST
EWS
Comment 6 2023-11-26 12:10:05 PST
Committed 271125@main (f3616fd9bff9): <https://commits.webkit.org/271125@main> Reviewed commits have been landed. Closing PR #20910 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.