mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-19 09:41:40 +00:00
minor polishing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ba76402c35
commit
828a04aa4a
@ -159,7 +159,10 @@ function make(title){
|
|||||||
var browser = $('<div>')
|
var browser = $('<div>')
|
||||||
.addClass('browse')
|
.addClass('browse')
|
||||||
// make thie widget focusable...
|
// 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...
|
// focus the widget if something inside is clicked...
|
||||||
.click(function(){
|
.click(function(){
|
||||||
$(this).focus()
|
$(this).focus()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user