When you install Joomla, for instance connecting to a remote database or to a database container, there is an error to confirm the connection.
These warnings and notices are shown/ hidden at the top of the page, while we click on the "Joomla Installer >".
You click several times until you realize in the browse console that something is wrong and there are messages coming from the server. In the end, you discover the messages at the top of the page.
The messages must be shown in the user view.
The messages must be shown out of the user view. So, there is no way to discover what is happening.
Joomla Beta 1 and a remote database.
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
I think that the solution could be simpler, the messages can be shown below the action button.
In this way, the actions and the associated messages are located in the same location that the user attention.
That's what I tried on a site by moving the messages block below the component. But as all messages are displayed in the same block it caused issues elsewhere eg success messages on the contact form. So I ended up duplicating the messages at the top and bottom. I'm sure moving the focus would be better as that would work in all cases.
I vote for the moving focus aproach. But this is really important to fix - for many users this will be a time wasting issue not understanding why the site won't install - eg when not using localhost.
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
This is something that really bugs me and not just here. I believe what is needed is a "scroll to error" javascript. Perhaps something that looks for the presence of the element that is used for errors and if found on the page the focus is moved directly there. Sadly thats javascript so I dont have a clue how to achieve it