Under the hood
Notification popups no longer capture keydown events on their wrapper
What
The container that wraps notification popups in a column layout no longer passes an onKeyDownCapture handler, removing a key-capture hook that previously existed on that element.
Why
Removing this handler means the notification wrapper no longer intercepts key presses before they reach other parts of the interface, though the finding does not say what behavior this was previously enabling or blocking.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What functionality onKeyDownCapture was providing, and what effect removing it has, is not stated in the finding.