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

View File

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