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

resizeColumnToFitContent is slower than it needs to be

XMLWordPrintable

    • b05

        When measuring a column's required width a cell and (since JDK-8251480) a row is created.
        The cell is then given the value of each row and CSS is applied.
        However when iterating over the rows the cell is "updated" again and again with the same table column and table view.
        This is unneccesary and makes measuring the column width slow.

              rlichten Robert Lichtenberger
              rlichten Robert Lichtenberger
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: