Univention Bugzilla – Attachment 9049 Details for
Bug 33590
Progressbar is jumping when "info" changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
33546.patch (text/plain), 1.76 KB, created by
Johannes Keiser
on 2017-07-21 18:26:20 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Johannes Keiser
Created:
2017-07-21 18:26:20 CEST
Size:
1.76 KB
patch
obsolete
>Index: css/site/widgets.styl >=================================================================== >diff --git a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/css/site/widgets.styl b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/css/site/widgets.styl >--- a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/css/site/widgets.styl (Revision 81310) >+++ b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/css/site/widgets.styl (Arbeitskopie) >@@ -106,6 +106,17 @@ > > * > width: 100% > >+.umc .umcProgressBar >+ .umcProgressBarComponent >+ height: 40px >+ overflow: visible >+ display: flex >+ align-items: flex-end >+ >+ .umcProgressBarMessage >+ height: 40px >+ overflow: visible >+ > .umc .umcSearchBox > .umcSearchIcon > float: right >Index: js/widgets/ProgressBar.js >=================================================================== >diff --git a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/ProgressBar.js b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/ProgressBar.js >--- a/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/ProgressBar.js (Revision 81310) >+++ b/branches/ucs-4.2/ucs-4.2-1/management/univention-web/js/widgets/ProgressBar.js (Arbeitskopie) >@@ -60,11 +60,17 @@ > buildRendering: function() { > this.inherited(arguments); > >- this._component = new Text({content : ''}); >+ this._component = new Text({ >+ content : '', >+ 'class': 'umcProgressBarComponent' >+ }); > this.addChild(this._component); > this._progressBar = new ProgressBar({}); > this.addChild(this._progressBar); >- this._message = new Text({content : ' '}); >+ this._message = new Text({ >+ content : ' ', >+ 'class': 'umcProgressBarMessage' >+ }); > this.addChild(this._message); > > this._progressBar.set('value', 0);
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 33590
: 9049