-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.0
-
sparc
-
solaris_7
# java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
When the focus is transferred to a JEditorPane+JScrollPane by tabbing to
it, the movement keys do not work correctly inside the JScrollPane.
Hitting a movement key (arrow keys, PgUp/PgDown, etc...) moves the
scroll pane to the proper location, but produces a beep. This makes it
essentially unusable from the keyboard, because it will beep every time
the user inputs a navigation command.
This occurs in every app that I've tried that uses a JEditorPane inside
of a JScrollPane, including SwingSet2's JEditorPane demo.
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
When the focus is transferred to a JEditorPane+JScrollPane by tabbing to
it, the movement keys do not work correctly inside the JScrollPane.
Hitting a movement key (arrow keys, PgUp/PgDown, etc...) moves the
scroll pane to the proper location, but produces a beep. This makes it
essentially unusable from the keyboard, because it will beep every time
the user inputs a navigation command.
This occurs in every app that I've tried that uses a JEditorPane inside
of a JScrollPane, including SwingSet2's JEditorPane demo.