Fixed "Mouse right click don't works correctly" (Closes #466)

+ small fixes
This commit is contained in:
RainLoop Team 2015-02-17 17:16:38 +04:00
parent e3064b10aa
commit e96f297def
12 changed files with 76 additions and 25 deletions

View file

@ -9,6 +9,7 @@
Enums = require('Common/Enums'),
Consts = require('Common/Consts'),
Globals = require('Common/Globals'),
Utils = require('Common/Utils'),
CapaAdminStore = require('Stores/Admin/Capa'),
@ -412,7 +413,7 @@
DomainPopupView.prototype.onShowWithDelay = function ()
{
if ('' === this.name())
if ('' === this.name() && !Globals.bMobile)
{
this.name.focused(true);
}