-
Bug
-
Resolution: Fixed
-
P4
-
fx2.1
I face the following issue.
I have a listener on GridPane.layoutBoundsProperty().
In this listener, I want to keep my cell drawing up to date after a layout bounds change.
However when my listener calls GridPaneDesignInfo.getCellBounds(), returned values
are out of date ; they do not reflect the layout bounds change ; they keep the values
as if no layout bound change did happen.
I have a listener on GridPane.layoutBoundsProperty().
In this listener, I want to keep my cell drawing up to date after a layout bounds change.
However when my listener calls GridPaneDesignInfo.getCellBounds(), returned values
are out of date ; they do not reflect the layout bounds change ; they keep the values
as if no layout bound change did happen.
- blocks
-
JDK-8119069 Issue when adding a row/column
- Closed