javascript - Default Tab Navigation getting stuck for Autocomplete type text box in Mozilla Browser -


i new in world of jquery , javascript. please sorry if using , asking stupid code.

in mvc based project, normal navigation of tab button stuck on autocomplete type text box in mozilla firefox browser. on tab key press it's not moving next element. working fine in ie , chrome. can assist me fix this? not friendly jquery , javascript seems issue related jquery/javascript.

i have generated fiddler issue. complete code of jquery posted there. in fiddler work fine. facing issue on updated/latest firefox. please assist me fix issue. thanks. think issue somewhere in these lines. link of fiddler mentioned below.

case keycode.tab:                     if ( !self.menu.active ) {                         return;                     }                     self.menu.select( event );                     break;  https://jsfiddle.net/3envs5zf/7/ 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -