minor polishing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-02-28 15:11:05 +03:00
parent ba76402c35
commit 828a04aa4a

View File

@ -159,7 +159,10 @@ function make(title){
var browser = $('<div>')
.addClass('browse')
// make thie widget focusable...
.attr('tabindex', -1)
// NOTE: tabindex 0 means automatic tab indexing and -1 means
// focusable bot not tabable...
//.attr('tabindex', -1)
.attr('tabindex', 0)
// focus the widget if something inside is clicked...
.click(function(){
$(this).focus()