go to the extension installer.
inspect source and remove the class="hidden"
from the div with id="loading"
The joomla logo animated gif is displayed in the middle of the screen
The gif is not displayed because of an error in the js which puts the loading div below the installer-install div instead of on top of it.
For the style top to be created this should be appended with + 'px'
But that offset makes no sense and as far as I can tell it should simply be top: 0
What is needed is an offsetleft which takes into account the width of the sidebar and then the loader will be displayed in the middle of the main div whether the sidebar is expanded or not.
Sadly my js knowledge is not good enough for that
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-11 19:15:12 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request. Please test #37538 . Thanks in advance.