Detail page (list grid) don't load on first click(tab/pill)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
orbarra
User
Posts: 15

Detail page (list grid) don't load on first click(tab/pill)

Post by orbarra »

PhpMaker 2019, detail page don't load on first click on tab, pill or accordion.

in depth:
Case of use: When a user wants to access a detail table (master with multiple detail tables)

  1. It must to click the tab/pill, and nothing happens
  2. Click on neighbour tab/pill, then click on desired tab/pill to access the desired detail table
    It disagree to any user. What can be happened?

Thanks in advance
Best regards


arbei
User
Posts: 9398

Post by arbei »

The first tab should be shown. There might be JavaScript errors, press F12 in your browser and check the Console.


orbarra
User
Posts: 15

Post by orbarra »

In fact, fist tab shows
But the next tabs, all shows after click on it, nothing happens, then click on neighbour and then I can access to the desired detail table
F12 doesn't show anything unusual
Please help!


arbei
User
Posts: 9398

Post by arbei »

  • Make sure you use the latest version (v2019.0.9) and latest template and extensions.
  • Clear temp files in your browser to make sure the latest .js files are used
  • Try again. If problem remains, press F12 in your browser and check the Console.
  • If there is any JavaScript for the detail table (e.g. Scrolling Table extension, Google Map, etc.), try to disable them one by one so that you can find the cause of the problem.
  • You can also press F12 in your browser, go to source to debug the JavaScript (ewp15.js), the related event should be "shown.bs.tab".

Post Reply