Announcement

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

    Columns are vanished, when columns are selected and un selected from List menu

    Hi Isomorphic,

    Issue:Buttons are hidden in the list grid some times when column is Unselected and Selected simultaneously
    Please find he attached code snippet

    Make sure that Odd number columns are available

    1.Select any column name->List menu->Columns->Un Select Continent and Comments/stats
    2.Make sure that Continent and Comments/stats columns are not Displayed in the List Grid
    3.Again Select Continent and Comments/stats from header List menu and observe

    "Comments/stats" column having buttons are not displayed and empty blank space is displayed

    Smart GWT Version: 6.1 pro
    Google chrome version: Version 65.0.3325.162 (Official Build) (64-bit).

    Is there any reason for the above inconsistent behaviour?
    Any suggestions to overcome this ?
    Attached Files

    #2
    Please try this against the latest patched 6.1 build, and let us know if you still have a problem.

    Also remember to post your full version, it is required. You also need to let us know if there are JS errors and include a stack trace if so.

    Finally, note that the widgets in your iconField appear to overflow the available space for the column. This is invalid; you should use overflow:hidden to prevent this.

    Comment


      #3
      Hi Ismorphic,

      We checked this issue using the latest patched 6.1 build, This issue was not fixed.
      Even we tried using the overflow:hidden in the sample project , This issue was not fixed.
      we attached two Screen shots for this issue, Both the Issues are still not fixed.
      1. Issue:"Dropdown box" disappeared and displaying only names (pdf) in "continent" column and
      2. Issue 2: "Buttons" are disppearing in "comments/stAts" column in the List Grid.
      we are not getting any JS errors and stack trace errors.

      The smart Gwt Version: Smart Gwt 6.1 pro (Nov 14 2017).
      chrome version:Version 65.0.3325.181 (Official Build) (64-bit)

      Comment


        #4
        It looks like you have some invalid code here: an attempt to force off virtual scrolling, but without doing any of the things that are required if you do this. If you were turning this on because you didn't like the scrolling behavior introduced when you have recordComponents, since you have consistent height components you can just set recordComponentHeight to avoid the need for virtual scrolling.

        Comment

        Working...
        X