explicitly bind key events to prevent defaults
This commit is contained in:
parent
b5bc56d075
commit
b309f9d33f
2 changed files with 33 additions and 16 deletions
|
|
@ -704,6 +704,11 @@ oml.ui.infoView = function(identifyData) {
|
|||
}
|
||||
}
|
||||
});
|
||||
that.bindEvent({
|
||||
mousedown: function() {
|
||||
that.gainFocus();
|
||||
}
|
||||
})
|
||||
|
||||
return that;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue