[BUG] Dialog close button missing
See original GitHub issue🐞 Bug report
Description
The close button for dialogs seems to be missing regardless of the settings of closeable
input.
Reproduction
- Head to https://taiga-ui.dev/tui-dialog-service/API?closeable=true
- Open the dialog
- Check if the close button is missing
Expected behavior
A close button is shown in the corner of the dialog.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
jQuery UI Dialog - missing close icon - Stack Overflow
This appears to be a bug in the way jQuery ships. You can fix it manually with ... Then I added a close...
Read more >jQuery UI Dialog - missing close icon [#3227133] | Drupal.org
Another fix was to adjust the loading weight in your subtheme so that Bootstrap is loaded before jquery.ui. global-styling: version: VERSION ...
Read more >jQuery UI dialog close button not showing · Issue #4511 - GitHub
When using a jQuery UI dialog in a Sonata Admin project, the close button "x" icon doesn't show. This seems to be a...
Read more >JQuery dialog box not showing close icon
Hi All, I am using JQuery dialog box. It is not showing close icon. Below is the code: open_menu.js ------------
Read more >How to restore the missing “x” in a JQuery UI dialog Close button
This was caused by a conflict between Bootstrap buttons and jQuery UI buttons. One possible fix is to change the order of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually, this particular button is custom styled ) but the whole dialog is easily customized. Will add it to the guide.
Probably not top priority as I guess this is themable?