Univention Bugzilla – Attachment 6363 Details for
Bug 36636
Endless UMC login animation after AUTH login error [401]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug36636.patch (text/plain), 1.25 KB, created by
Florian Best
on 2014-11-13 14:14:59 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-11-13 14:14:59 CET
Size:
1.25 KB
patch
obsolete
>diff --git a/ucs-4.0-0/management/univention-management-console-frontend/umc/dialog/LoginDialog.js b/ucs-4.0-0/management/univention-management-console-frontend/umc/dialog/LoginDialog.js >index 1588416..4bde264 100644 >--- a/ucs-4.0-0/management/univention-management-console-frontend/umc/dialog/LoginDialog.js >+++ b/ucs-4.0-0/management/univention-management-console-frontend/umc/dialog/LoginDialog.js >@@ -129,8 +129,14 @@ define([ > > _setLoginMessageAttr: function(message) { > this._text.set('content', '<h1>' + _('Authentication failure') + '</h1><p>' + message + '</p>'); >+ this._wipeInMessage(); >+ }, >+ >+ _wipeInMessage: function() { > setTimeout(function() { >- fx.wipeIn({node: 'umcLoginMessages'}).play(); >+ fx.wipeIn({node: 'umcLoginMessages', onEnd: function() { >+ query('#umcLoginMessages').style('display', 'block'); >+ }}).play(); > }, 200); > }, > >@@ -374,9 +380,7 @@ define([ > this._setInitialFocus(); > Dialog._DialogLevelManager.show(this, this.underlayAttrs); > if (this._text.get('content')) { >- setTimeout(function() { >- fx.wipeIn({node: 'umcLoginMessages'}).play(); >- }, 200); >+ this._wipeInMessage(); > } > // display the body background (hides rendering of GUI) the first time > if (!tools.status('setupGui')) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36636
: 6363