Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.4.1
-
None
-
None
Description
The confirm-click script module references an option named "okClass" and renders it as the class of the ok button in the dialog. This can be very useful, in case we want to later attach a js listener to the click of this button (without this there is no way to create a css selector that uniquely identifies the ok button of a specific "Confirm" dialog).
However, it seems as though on the server side code, someone forgot to take this value as a parameter, and then pass it along to the client-side runDialog function.