-
Notifications
You must be signed in to change notification settings - Fork 111
Modal is rendered empty on the first open #1699
Copy link
Copy link
Closed
Description
Discovered on atk4/login, I think it is atk4/ui issue.
Steps to reproduce:
- checkout Adjust to latest atk4/data login#77
- composer install
- setup demo database using
atk4/login/demos/admin-setup.php - open
atk4/login/demos/admin-roles.php - click:

- click:

- empty modal is shown:

Notes:
a) after the steps above, when you click "x" to close the modal step, it returns to the previous modal, repeating the step 6 then opens the modal correctly
b) issue is repeatable, but only once per unknown reset conditions - I use Firefox, repeatable when browser is clearly started and step 6 is clicked the first time per row record
I think there is some race condition when initializing the model step in JS. I have verified, the data are rendered from the server correctly, but not shown.
Reactions are currently unavailable