-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
None
-
generic
-
generic
The fix to 4465905 changed BasicTextUI to reinstate focus after invoking setSize on the root view. This corrects the problem where HTML form text fields, displayed in a JEditorPane, were losing focus when typing in them. Unfortunately it adds a negative side effect.
The attached test program shows the problem. It is a simple editable JEditorPane with two form text fields. Click on one field to give it focus. Now try to click on some text in the JEditorPane. Notice that focus jumps back to the text field. This is undesirable.
The attached test program shows the problem. It is a simple editable JEditorPane with two form text fields. Click on one field to give it focus. Now try to click on some text in the JEditorPane. Notice that focus jumps back to the text field. This is undesirable.
- duplicates
-
JDK-4587627 JEditorPane: New NPE in b89
-
- Resolved
-
- relates to
-
JDK-4465905 JEditorPane("html/text") with HTML FORM INPUT
-
- Closed
-
-
JDK-4522601 FlowView should not setParent(null) on views to be re-layed out.
-
- Closed
-