Control the new behavior for event dispatching on disabled form controls (obsolete)
Supported on: Microsoft Edge version 109-120, Windows 7 or later
Registry
Software\Policies\Microsoft\Edge Software\Policies\Microsoft\Edge Value name: SendMouseEventsDisabledFormControlsEnabled
Enabled: SendMouseEventsDisabledFormControlsEnabled = 1
Disabled: SendMouseEventsDisabledFormControlsEnabled = 0
Description
OBSOLETE: This policy is obsolete and doesn't work after Microsoft Edge 120. Event dispatching on disabled form controls is being changed in Microsoft Edge to improve compatibility with other browsers and to improve the developer experience. With this change, MouseEvents get dispatched on disabled form control elements. Exceptions for this behavior are click, mouseup, and mousedown. Some examples of the new events are mousemove, mouseenter, and mouseleave. This change also truncates the event path of click, mouseup, and mousedown when they’re dispatched on children of disabled form controls. These events aren’t dispatched on the disabled form control or on any of its ancestors. Note: This new behavior might break some websites. If you enable or don't configure this policy, the new behavior is used. If you disable this policy, the old behavior is used.