Announcement

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

    Menu panels don't re-size to accommodate longest menu option (IE 8)

    SGWT: SmartClient Version: SNAPSHOT_v9.1d_2013-12-17/PowerEdition Deployment (built 2013-12-17)

    BROWSER: IE 8

    (I am building for all browser permutations.)

    PROBLEM: Menu panels don't re-size to accommodate longest menu option.

    Please, see the attached file for an example of what is happening in IE. (In Firefox 26, it works fine.)

    -kornel
    Attached Files

    #2
    Looks like you have applied some custom styles. We will need those in order to reproduce the problem, as well as knowing what base skin you started from.

    Also, we need to know what DOCTYPE you are using - and you should see the FAQ about which DOCTYPE you should be using.

    Comment


      #3
      Same problem, when language is changed to german!

      Hello,

      i have still the same problem, when the language is changed to german!

      Right-click on the top of a Listgrid!

      SmartGWT 4.1p PRO from 21.05.2014
      THEME: com.smartclient.theme.enterpriseblue.EnterpriseBlueResources
      BROWSER: Internet Explorer 11

      Thanks in advance!

      PS: In the other browsers the menu works fine!
      Attached Files
      Last edited by Wilhelm.Stoll; 2 Jun 2014, 02:21.

      Comment


        #4
        Is there any update to that issue?

        This problem can be easily reproduced in ListGrids (column-menu) if you change language to German (-> longer entries).

        Comment


          #5
          Please try the latest version, and remember to always post your version.

          Please also remember to post what browser you are using. This thread has a mix of people claiming an issue with IE8 or with IE11.

          Comment


            #6
            I tried the latest version (2014-06-04), but this didn't solve the problem!

            The problem occurred since IE 8. In this thread there is much information how you can produce this problem.

            I solved the main MENU problem under IE by using this workaround:

            Code:
            Menu menu = new Menu();
            menu.setAutoFitFieldWidths(true);
            But by the Listgrid i didn't found a way to solve the problem!

            Thanks in advance!
            Last edited by Wilhelm.Stoll; 6 Jun 2014, 00:17.

            Comment


              #7
              We went here as instructed:

              http://www.smartclient.com/index.jsp?locale=de#changeLocales

              No issue in older or newer IE.

              Please see the FAQ about DOCTYPE as well.

              Comment

              Working...
              X