focus on the first input element in lightbox

stable
Juanfran 2015-06-03 10:00:10 +02:00
parent 7a0cf62af5
commit dcf3b8fa1b
1 changed files with 3 additions and 2 deletions

View File

@ -41,11 +41,12 @@ class LightboxService extends taiga.Service
$el.css('display', 'flex') $el.css('display', 'flex')
$el.find('input,textarea').first().focus()
@animationFrame.add => @animationFrame.add =>
$el.addClass("open") $el.addClass("open")
@animationFrame.add ->
$el.find('input,textarea').first().focus()
@animationFrame.add => @animationFrame.add =>
lightboxContent.show() lightboxContent.show()
defered.resolve() defered.resolve()