question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Date picker icon missing

See original GitHub issue

image

I’ve been working on a project and I keep getting this problem with the date picker icon, it’s missing.

Things I’ve tried:

  1. https://github.com/volkanceylan/Serenity/issues/2895 (Replacing what this thread mentions, but login gets messed up)
  2. https://github.com/volkanceylan/Serenity/issues/2861 (Setting minification to false)
  3. 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:closed
  • Created 3 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
volkanceylancommented, Aug 6, 2020

It should be resolved in 3.14.0, please update and don’t forget to run dotnet sergen restore after.

1reaction
sjcdtmcommented, Jul 29, 2020

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jquery - jQueryUI Datepicker prev and next icons not showing
I have incorporated a jquery datepicker into my application however no matter what theme I select the prev/next icons do not show.
Read more >
Datepicker calendar icon not showing depending on
Hello,. The calendar icon which would normally appear at the right side of a date picker is not showing in my app. I...
Read more >
MobileDatePicker does not have an icon · Issue #4836
We are using the DatePicker with custom Icons to show the purpose of the specific Date. So we also need it in mobile...
Read more >
AnimatedLabel + input date = no date picker icon
This feels like a bug. I tried long and hard to make it appear (assuming it is there, but not visible) by using...
Read more >
Date Field on form does not display date picker icon
Date Field on form does not display date picker icon. 1225 Views ... Remove the style sheet to see if it resolves the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found