Univention Bugzilla – Bug 32649
During app installation: Transition of progressbar between software tests and installation routine looks buggy
Last modified: 2014-02-21 20:49:05 CET
Reason is the "indeterminate" value of the progressbar during software tests and the "0" value when the installation begins. There is a transition effect that goes from 100 to 0 and lasts just long enough for users to wonder why the progress goes in the wrong direction. The transition is a CSS effect. Remove this effect by watch(progressbar, 'indeterminate') and (un)set a class: .noTransition { -webkit-transition-property: none; -moz-transition-property: none transition-property: none; -webkit-transition-duration: 0; -moz-transition-duration: 0; transition-duration: 0; } This problem is App Center specific (because indeterminate is used only there) but should be fixed generically in umc/widgets/ProgressBar.
watch(progressbar, 'indeterminate') did not work. Plus: Code says it is deprecated. Used watch(progressbar, 'value') instead in univention-management-console-frontend 3.0.152-5.802.201312031648 YAML updated
OK, when the progressbar changes from the indeterminate style to a procentual style one cannot see the transition effect. YAML OK
http://errata.univention.de/ucs/3.2/10.html