Hello,
I have stumbled upon a very werid bug in the ThemeBuilder that I could reproduce with FireFox and Chrome.
When I export the css and deploy it, the calender icon in the jqxdatetimeinput won’t appear. I have not tested it with the time icon.
The problem is, that the generated css file has a weird bug in it, that I cannot explain how it happens, but it happens every time I create a css file (via download or via copy the css from the popup editor.
Line 99 and 100 from the generated file look like this:
–jqx-editors-datеtimeinput-calendar-icon-color-custom-scheme: url(‘images/icon-calendar.png’);
–jqx-editors-datеtimeinput-calendar-icon-selected-color-custom-scheme: url(‘images/icon-calendar-white.png’);
Line 2110 and the following lines look like this:
.jqx-icon-calendar-custom-scheme {
background-image: var(–jqx-editors-datetimeinput-calendar-icon-color-custom-scheme);
}
.jqx-icon-calendar-pressed-custom-scheme {
background-image: var(–jqx-editors-datetimeinput-calendar-icon-selected-color-custom-scheme);
}
But the browser does not match the var. Even the search function in the file does not match it. There is a invisible special character or some issue in the part “datetimeinput”, if I start a search in the file and type in “datetimeinput” it does not find the lines 99 and 100. Even while creating this entry searching in the textfield it ignores the two lines.
Could you please look into this and if it behaves the same way with you fix it? 🙂
Best Regards
Klaus H