odd bug surfaced and fixed...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-04 23:55:52 +04:00
parent ee953d8de2
commit b84a85ad13
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ var KEYBOARD_CONFIG = {
default: doc('Accept dialog',
function(){
var f = $(':focus')
// trigger the default button/summary action...
// NOTE: for some reason checkboxes in dialogs do not work (not a biggie)...
if(f.length > 0

View File

@ -458,8 +458,8 @@ function showInOverlay(root, data){
dialog
.append(data)
.on('click', function(){
event.stopPropagation()
.on('click', function(evt){
evt.stopPropagation()
})
overlay.find('.content')
.on('click', function(){