jQWidgets Forums

jQuery UI Widgets Forums General Discussions some errors in your library…

This topic contains 2 replies, has 3 voices, and was last updated by  Peter Stoev 4 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • some errors in your library… #112330

    fabriceb
    Participant

    Hello,

    I’m using phpstorm for my php/mysql-js devs, and it has a feature of “inspection of the code”.

    So when phpstorm inspects the jqwidgets library, it finds lots of errors,
    for example in jqx.ui-darkness.css library, line 144 :

    .jqx-tabs-selection-tracker-bottom-ui-darkness
    {
    background-image: #f69727; //hhuuu… this is not an URL ?
    border-top: 1px solid transparent;
    }

    or in jqxcombobox.js, line 274 :
    var label = $(“<label></label”); // huu… no closing tag ?
    if (this.hint) {
    label[0].innerHTML = this.placeHolder;
    }

    (the closing tag of <label> is missing in a lot of files…)

    you said in a recent topic that we are not allowed ta modify your source code… can we do it for this kind of errors, to avoid annoying alerts of our softwares ?

    Thanx,

    fabriceb

    some errors in your library… #112332

    admin
    Keymaster

    Hi fabriceb,

    You can report issues to support@jqwidgets.com or post them directly to https://github.com/jqwidgets/jQWidgets/issues.

    Best regards,
    Peter Stoev

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

    some errors in your library… #112359

    Peter Stoev
    Keymaster

    Hi fabriceb,

    We saw that you posted these in our Github account issues list. Thank you about that.

    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.