Detail Preview Button Not Working Properly (v2024)

image
Hi there! I have an issue. The detail preview button sometimes doesn’t work properly and cannot be clicked to show the table details. However, if I wait for a few seconds (or even minutes), it works correctly. Any thoughts or suggestions?

Press F12 → Console, check if there is any JavaScript error on the page.

Note that JavaScripts are loaded asynchonously so that the page can be shown earlier (before all JavaScripts are loaded) and there is a progress bar at the top to show the loading progress. If you click the links before all the JavaScripts are loaded, there is no effect yet.

Thanks for the response @MichaelG! Unfortunately, there are no JavaScript errors found in the Console tab.

Thanks for the response, @arbei! I thought so. But how can I debug this? The issue affects the entire page that uses the detail preview extension row type. However, the detail preview button works perfectly with other types, such as offcanvas, popover, or modal. My project has decided to use the row type and does not wish to use other types.