https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |ommunity.org --- Comment #4 from Jonathan Druart <[email protected]> --- Ere, can you add a test plan please? I have linked a control field to AV but I do not see the dropdown list. Also I think the following change is wrong: - if ( ( this.nodeName.toLowerCase() == 'select' && e.which == 9 ) || e.ctrlKey ) { + if ( e.ctrlKey && 0 ) { -- 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/
