Bug 258078 - Regression(264098@main) HTMLFieldsetElement behavior for :enabled / :disabled CSS selectors is incorrect
Summary: Regression(264098@main) HTMLFieldsetElement behavior for :enabled / :disabled...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://github.com/whatwg/html/issues...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-14 08:59 PDT by Chris Dumez
Modified: 2023-06-14 19:49 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-06-14 08:59:30 PDT
HTMLFieldsetElement behavior for :enabled / :disabled CSS selectors is incorrect since 264098@main (when sendMouseEventsToDisabledFormControlsEnabled experimental flag is enabled).
This is because it updated HTMLFieldSetElement::isDisabledFormControl() to return false. However, the CSS selector should rely on the "actually disabled" state, not the "disabled" state.
Comment 1 Chris Dumez 2023-06-14 09:28:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14959
Comment 2 EWS 2023-06-14 14:32:50 PDT
Committed 265166@main (a6d354d7281c): <https://commits.webkit.org/265166@main>

Reviewed commits have been landed. Closing PR #14959 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-06-14 14:33:24 PDT
<rdar://problem/110799351>