Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    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"/>
    and in html:
    Code:
    var currentSkin = "Enterprise";
    ...
    
    <script type="text/javascript">
    var ls = isomorphicDir+ "skins/" + currentSkin + "/load_skin.js";
    document.write("<"+"script src= "+ls+"><"+"/script>");
    </script>
    Attached Files

    #2
    This suggests that you updated the code, but not the skins jar, or that something (IDE or browser) is caching stale skin resources.

    Comment


      #3
      This has been fixed. Please pick up the next nightly build.

      Comment


        #4
        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.

        Comment


          #5
          Originally posted by smartgwt.dev
          This has been fixed. Please pick up the next nightly build.
          Thanks, tested with 2010-08-26 and style is back normal.

          Comment

          Working...
          X