I am trying to disable TextItem and have noticed following problem:
In Internet Explorer, as well as in hosted browser I am getting red X sign on every disabled field. Looking at log console, I can see what the problem is:
[WARN] Resource not found: sc/skins/standard/images/blank.gif; (could a file be missing from the public path or a <servlet> tag misconfigured in module...
Why this image is looked up in */standard/* folder instead of */SilverWave/* which is skin I use?
Also, what should be behavior of setShowDisabled() method? I can't see any difference when setting it to true/false on both disabled and enabled item.
I am using latest night build of SmartGWT (revision.248)
In Internet Explorer, as well as in hosted browser I am getting red X sign on every disabled field. Looking at log console, I can see what the problem is:
[WARN] Resource not found: sc/skins/standard/images/blank.gif; (could a file be missing from the public path or a <servlet> tag misconfigured in module...
Why this image is looked up in */standard/* folder instead of */SilverWave/* which is skin I use?
Also, what should be behavior of setShowDisabled() method? I can't see any difference when setting it to true/false on both disabled and enabled item.
I am using latest night build of SmartGWT (revision.248)
Comment