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