https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21819
Andreas Roussos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82552|0 |1 is obsolete| | --- Comment #5 from Andreas Roussos <[email protected]> --- Created attachment 82555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82555&action=edit Bug 21819: (QA follow-up) Replace onchange() in touched code AFAIK we should not call document...onchange() and assume that it works. Apparently, it does at least in some browsers. But we are not sure. We could easily replace them here by the documented jQuery counterpart. Note: If you try git grep -l -E "onchange\(" you will find some occurrences in two libraries and only in one js file (this one). We should replace all occurrences here; will open a new report for that. Signed-off-by: Marcel de Rooy <[email protected]> Verified that the change event was triggered: span should expand/collapse. Signed-off-by: Andreas Roussos <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
