[Bug 43385] New: Audio alerts need to work with Vue loaded HTML
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43385 Bug ID: 43385 Summary: Audio alerts need to work with Vue loaded HTML Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- Audio alerts do not currently work with Vue loaded components. To recreate: 1. Enable AudioAleerts and ERMModule 2. Setup an audio alert for #ERMCounts, which is an HTML element that should load when you load the ERM module. 3. Go to the ERM module, you will not here the alert. The audio alert code is wrapped in a $( document ).ready(function() so the #ERMCounts element will not be there when this code fires. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43385 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=40788 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43385 --- Comment #1 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This could be made easier if we had a custom event when Vue is finished loading. See Bug 40788 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43385 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- When does "Vue is finished loading" really mean though? Do you mean when the Vue app is mounted? Since audio alerts have arbitrary selectors, it might need to take reactive updates into account as well... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org