jQuery UI Widgets Forums General Discussions ThemeBuilder Bug

This topic contains 2 replies, has 2 voices, and was last updated by  admin 2 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • ThemeBuilder Bug #120527

    Klaus H
    Participant

    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

    ThemeBuilder Bug #120528

    Klaus H
    Participant

    And after sumbitting this entry typing “Ctrl + F”, entering “datetime” manually and search it does not highlight the lines with the url command.

    ThemeBuilder Bug #120537

    admin
    Keymaster

    Hi Klaus H,

    Thank you for the feedback. We will research that case and if there’s an issue, we will do our best to fix it as soon as possible.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.