https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35506
--- Comment #26 from Victor Grousset/tuxayo <[email protected]> --- Great, so the main idea of the patch doesn't have a fatal flaw. That was the main focus of the last few days. > What's the next step then There is this question remaining: Instead of having the flag window._pageFullyReady, should the problematic buttons be hidden in the HTML? (and *maybe* have a dummy button with a loading icon in place to show the user that stuff it loading) And then the stuff in $(document).ready() makes them visible after setting the onclick callback. And the test just waits for the button to be visible instead of the flag to be set. ---- Also, can we try without the sleeps (DT_delay) before wait_for_ajax? That's 10 seconds of sleep in total (because loop). And in my very numerous runs, I never had a failure where wait_for_ajax instantly returned and the table content wasn't loaded. So there are fair chances that the show checkout button isn't affected by the same issue as seen in bug 35284. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
