Bug 265958 - Toggling spellcheck attribute doesn't toggle spelling markers
Summary: Toggling spellcheck attribute doesn't toggle spelling markers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aditya Keerthi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-06 12:31 PST by Tim Nguyen (:ntim)
Modified: 2023-12-12 06:26 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2023-12-06 12:31:22 PST
```
        <p>
            <input type="checkbox" switch onchange="enter.spellcheck = this.checked" id="toggle-spellcheck">
            <label for="toggle-spellcheck">Toggle hints</label>
        </p>
        <input spellcheck="false" value="DEWEWWOEID" id="enter">
```
Comment 1 Radar WebKit Bug Importer 2023-12-06 12:31:48 PST
<rdar://problem/119269616>
Comment 2 Aditya Keerthi 2023-12-11 08:50:32 PST
Pull request: https://github.com/WebKit/WebKit/pull/21637
Comment 3 EWS 2023-12-12 06:26:38 PST
Committed 271927@main (971fabe99b16): <https://commits.webkit.org/271927@main>

Reviewed commits have been landed. Closing PR #21637 and removing active labels.