In 24.2 APEX changed to the new dialog open syntax: #action$a-dialog-open?url=…
In our Enhanced Grid Pro plug-in it actually does not open the modal page, but instead redirects to the ORDS start page (united-codes.com/ords/_/landing#action$a-dialog-open?url=). You can see it for yourself here.
The underlying issue is that the preventClick function in this case sees the target as the parent TD element.

It works with interactive grids with a similar DOM structure but I am unsure what the deciding difference is. Any help is appreciated.
Thanks,
Philipp