New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning popup not Dissapearing #15717
Comments
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Hey @victorphoenix3 @williamdes , the error popup is fixed but the an unexpected error message is showing at the end of the page which is not dissapearing even after popup dissapears. |
|
@yashrajbothra I think its the intended setting for all such error messages and notices. |
|
@victorphoenix3 I think that to know if this is a bug or a regression you should try using an old phpMyAdmin The error was a normal one and did not have a spinner, but stayed forever Can you open a PR to revert the change and disable the spinner ? I should have checked the behavior using an old version before merging. |
|
@williamdes In 4.9 the "background" property for the ajax_notification in the css file overrided the background-image so the spinner is not visible. As for the error messages showing at the end of the page, pointed by @yashrajbothra , the responseHandler function in the ajax javascript file is responsible. I think we can tweak it to not display the errors at the bottom. Should I revert the PR? If there is another way do suggest, am still quite new to the codebase. |
I would vote for a revert so we can keep the same behavior than before and fix the real bug that is a CSS one as you found out :) |
|
@williamdes I have opened PR #15743 for the revert and another PR #15744 with a possible fix for this issue. |



Describe the bug
In structure of any table when performing any multiple column action it pops a loader with error message: "No Column selected" and loader never dissapear
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The popup should dissapear after few seconds and there should not be any loading animation
Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: