-
Bug
-
Resolution: Fixed
-
P3
-
jfx21
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326151 | jfx22.0.1 | Jose Pereda | P3 | Resolved | Fixed | b06 |
JDK-8326107 | jfx21.0.3 | Jose Pereda | P3 | Resolved | Fixed | master |
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.
- backported by
-
JDK-8326107 resizeColumnToFitContent is slower than it needs to be
- Resolved
-
JDK-8326151 resizeColumnToFitContent is slower than it needs to be
- Resolved
- relates to
-
JDK-8325390 Allow client code to provide a strategy for "fitToColumn" measurement
- Open
- links to
-
Commit openjdk/jfx21u/e6cc0715
-
Commit openjdk/jfx22u/8d26e071
-
Commit openjdk/jfx/e2f42c5b
-
Review openjdk/jfx21u/42
-
Review openjdk/jfx22u/14
-
Review openjdk/jfx/1358