Bugfix
(User-visible)
Detail
#28525
Parameters of handleOnChange of the SelectOptionControl do not match the call.
The parameters of the handleOnChange function of the SelectOptionControl and the SelectionPartControl only consist of inputElement & showWait. However, handleOnChange functions are called with inputElement, ctrlID, showWait, which results in errors and no showwait pane is called.
This problem was noticed within a project with sidebar filters in tables. Here the filters could be clicked in quick succession, which led to errors with larger amounts of data and thus longer filter times.
Test
After clicking on a sidebar filter, further actions should be blocked by a wait pane.
E.g. by selecting the sidebar filter for the "account" attribute of DemoTypes:A.