-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
None
-
generic
-
generic
FlowView keeps a layout pool of views that it is responsible for flowing into rows. When its current FlowStrategy lays out, it first calls removeAll() on the FlowView to remove any previous rows. Unfortunately, this removeAll() causes a setParent(null) on the rows which then trickles down to all of the views in the layout pool. This is undesirable since these views are going to be re-used and the setParent(null) can leave them in an inconsistent state (ie. without a parent).
- duplicates
-
JDK-4587627 JEditorPane: New NPE in b89
-
- Resolved
-
- relates to
-
JDK-4532632 REGRESSION: NullPointerException in javax.swing.text.FlowView.layout()
-
- Closed
-
-
JDK-4522641 BasicTextUI.setSize() can restore focus incorrectly
-
- Closed
-