Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8122807

TableView with hidden/invisible columns: resizing of columns gets confused

    XMLWordPrintable

Details

    Description

      [reintroduced with 8.0.0-ea-b115]

      I have a TableView control. When I hide the 1st column, the 2nd coulmn (which is the 1st visible column, i.e. the left-most column) cannot be resized. If I move (drag) the 2nd column (first visible) to a different position in the table, every column resizes properly. If I move the column back to its original left-most position, it cannot be resized again.

      Attached is the code that I have used.

      Here is the declaration of UserData which is missing from the attached file.

      public class UserData
      {
          public UserData(){}
          public int ID;
          public String Name;
          public String Password;
          public Date LastLoginTime;
          public Integer ConnectionPoolID;
          public boolean IsSuperUser;
          public boolean IsEnabled;
          public Date LastModifiedUTC;
      }

      Attachments

        Issue Links

          Activity

            People

              jgiles Jonathan Giles
              usengewaljfx Uwe Sengewald (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: