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

@ -8,6 +8,7 @@
ko = require('ko'),
Enums = require('Common/Enums'),
Globals = require('Common/Globals'),
Utils = require('Common/Utils'),
Translator = require('Common/Translator'),
HtmlEditor = require('Common/HtmlEditor'),
@ -220,7 +221,7 @@
IdentityPopupView.prototype.onShowWithDelay = function ()
{
if (!this.owner())
if (!this.owner() && !Globals.bMobile)
{
this.email.focused(true);
}