Originally posted by smartgwt.dev
Announcement
Collapse
No announcement yet.
X
-
Hi,
I took build 2010-08-25 and inside the smartgwt-skins.jar it show it is built on 16/08/2010. Could that be the problem?
I'll try again tomorrow with 2010-08-26.
Leave a comment:
-
This suggests that you updated the code, but not the skins jar, or that something (IDE or browser) is caching stale skin resources.
Leave a comment:
-
Contextmenu screwy style
Hi,
after an upgrade of an existing project to SmartGWT LGPL of 18/08/2010 we got same strange style problems.
We seem the on the context menu of a ListGrid and also on the TabSet tabchooser control drop-down menu.
Also tested with nightly of 24/08/2010 and same problem persists.
It's seen on various computers. Locally in development mode it's fine, though I'm not sure if that might be my local cache.
Included are some screenshots on the menu on ListGrid.
I clicked the "Sort Descending" option which results in a style change on some items (screenshot 2).
We use the Enterprise skin and load it like this:
Code:<inherits name="com.smartgwt.SmartGwtNoScript"/> <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/>
Code:var currentSkin = "Enterprise"; ... <script type="text/javascript"> var ls = isomorphicDir+ "skins/" + currentSkin + "/load_skin.js"; document.write("<"+"script src= "+ls+"><"+"/script>"); </script>
Tags: None
Leave a comment: