https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975
--- Comment #30 from Julian Maurice <[email protected]> --- > How would I bring mouseover back as a valid function in code? Can you post a link to your plugin ? > What kind of performance issues do you mean by "'mouseover' and 'mousemove' > are not used and would trigger too much events."? I admit I did not measure it, but with the new method used here (event delegation), the browser would have to trigger tens of mouse events every time the mouse move inside the editor, which I assumed would introduce perfomance issues. -- 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/
