JDK-8314906 : [testbug] Create behavior tests for text input controls
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: jfx20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-23
  • Updated: 2024-02-27
  • Resolved: 2023-10-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx22 b14Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
As part of the Behavior / InputMap redesign JDK-8314968, we need to create a set of tests that exercise every key binding and every event handler (as much as reasonably possible) registered by the default skin/behavior.

This ticket is for creating the necessary infrastructure and tests for the TextInputControl hierarchy:

- TextField
- PasswordField
- TextArea
Comments
Changeset: f76437da Author: Andy Goryachev <angorya@openjdk.org> Date: 2023-10-13 14:36:29 +0000 URL: https://git.openjdk.org/jfx/commit/f76437da86dbb6a2ad742c06f5818a2abac2d5eb
13-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1221 Date: 2023-08-23 23:30:50 +0000
14-09-2023