Bugfix
(User-visible)
Detail
#28531
Pressing ESCAPE or ENTER after a reload throws an error and triggers a reload
If ESCAPE or ENTER is pressed, a Javascript function is triggered internally with the Boolean handleNative.\\ Normally, if no element is active that handles these keys itself, our code runs through several functions and finally resolves the event without any actions.\\ However, if a reload of the application is triggered once (an F5 or another trigger is sufficient for this), this function runs through to almost the end and then triggers an error ("Internal command forwarding" not possible.) with the resulting reload.\\
Test
Pressing ESCAPE or ENTER should not trigger a reload of the application.