https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.