-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix for hidden jQuery UI dialog close button #5047
Conversation
Please apply the patch provided by flintCI |
@jordisala1991 Any idea what went wrong now? |
Before, you probably had some extra whitespaces on a empty line. Now, for some reason, flintCI does not want to work |
@jordisala1991 I know the feeling. |
I guess we can merge it without flintCI? |
We can merge without flint approval, because we already saw it fixed, and the PR is really small |
Thank you @verheyenkoen |
This change reintroduce the problem with tooltips everywhere which (fixed in #3153). |
We have #5087 which basically reverts this one, does it fix the issue? |
* Moved bootstrap dependency up to fix jQuery UI dialog close button issue (sonata-project#4511) * Applied Flint CI patch
I am targeting this branch, because it is a patch.
Closes #4511
Changelog
Subject
When using the jQuery UI dialog window, the close button ("x") in the top right corner was missing because of interference with bootstrap. Reordering the javascript dependency files fixed this issue.