Date picker icon missing
See original GitHub issueI’ve been working on a project and I keep getting this problem with the date picker icon, it’s missing.
Things I’ve tried:
- https://github.com/volkanceylan/Serenity/issues/2895 (Replacing what this thread mentions, but login gets messed up)
- https://github.com/volkanceylan/Serenity/issues/2861 (Setting minification to false)
- Installed serin, update to latest packages, restoring packages, none seem to work.
Here’s my current ScriptBundles.json
{ "Base": [ "~/Scripts/pace.js", "~/Scripts/jquery-ui.js", "~/Scripts/jquery-ui-i18n.js", "~/Scripts/jquery.validate.js", "~/Scripts/jquery.blockUI.js", "~/Scripts/jquery.cookie.js", "~/Scripts/jquery.json.js", "~/Scripts/bootstrap.js", "~/Scripts/select2.js", "~/Scripts/toastr.js", "~/Scripts/vegas/vegas.js", "~/Scripts/saltarelle/mscorlib.js", "~/Scripts/serenity/Serenity.CoreLib.js" ], "Site": [ "~/Scripts/jquery.autoNumeric.js", "~/Scripts/jquery.colorbox.js", "~/Scripts/jquery.dialogextendQ.js", "~/Scripts/jquery.event.drag.js", "~/Scripts/jquery.maskedinput.js", "~/Scripts/jquery.scrollintoview.js", "~/Scripts/sortable.js", "~/Scripts/SlickGrid/slick.core.js", "~/Scripts/SlickGrid/slick.grid.js", "~/Scripts/SlickGrid/slick.groupitemmetadataprovider.js", "~/Scripts/SlickGrid/Plugins/slick.autotooltips.js", "~/Scripts/SlickGrid/Plugins/slick.headerbuttons.js", "~/Scripts/SlickGrid/Plugins/slick.rowselectionmodel.js", "~/Scripts/SlickGrid/Plugins/slick.rowmovemanager.js", "~/Scripts/jquery.fileupload.js", "~/Scripts/jquery.iframe-transport.js", "~/Scripts/jquery.slimscroll.js", "~/Scripts/mousetrap.js", "~/Scripts/vue.js", "~/Scripts/adminlte/app.js", "~/Scripts/site/CustomsAgencyManagementSystem.Web.js", "dynamic://ColumnsBundle", "dynamic://FormBundle", "dynamic://TemplateBundle" ], "CKEditor": [ "~/Scripts/ckeditor/ckeditor.js", "~/Scripts/ckeditor/lang/en.js", "~/Scripts/ckeditor/styles.js" ], "NorthwindLookups": [ "dynamic://Lookup.Northwind.Category", "dynamic://Lookup.Northwind.Customer", "dynamic://Lookup.Northwind.CustomerCountry", "dynamic://Lookup.Northwind.CustomerCity", "dynamic://Lookup.Northwind.Employee", "dynamic://Lookup.Northwind.Shipper", "dynamic://Lookup.Northwind.OrderShipCountry", "dynamic://Lookup.Northwind.OrderShipCity", "dynamic://Lookup.Northwind.Product", "dynamic://Lookup.Northwind.Region", "dynamic://Lookup.Northwind.Supplier", "dynamic://Lookup.Northwind.Territory" ], "Pages/Dashboard": [ "~/Scripts/raphael/raphael-min.js", "~/Scripts/morris/morris.min.js", "~/Scripts/sparkline/jquery.sparkline.min.js", "~/Scripts/jvectormap/jquery-jvectormap-1.2.2.min.js", "~/Scripts/jvectormap/jquery-jvectormap-world-mill-en.js", "~/Scripts/knob/jquery.knob.js", "~/Scripts/daterangepicker/moment.min.js", "~/Scripts/daterangepicker/daterangepicker.js", "~/Scripts/datepicker/bootstrap-datepicker.js", "~/Scripts/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js", "~/Scripts/adminlte/pages/dashboard.js", "~/Scripts/adminlte/demo.js" ] }
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (4 by maintainers)
It should be resolved in 3.14.0, please update and don’t forget to run dotnet sergen restore after.
I had a similar issue when I updated to 13.3.4 (see #5090 ), which seemed to be caused by the data URI for the icon being incorrectly formed. A fix for this is mentioned in 13.12.6 - reverting to this solved the problem for me although I can’t use the latest version for now. I don’t know if the bug came back or if I did something wrong but this has helped me for now.