JDK-7184365 : closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x,windows
  • CPU: generic
  • Submitted: 2012-07-16
  • Updated: 2015-11-16
  • Resolved: 2012-08-10
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.
JDK 7 JDK 8
7u40 b03Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
See comments.

Comments
/test: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/896322c6f35f
06-12-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/896322c6f35f
14-08-2012

EVALUATION [SQE] Risk: low To test the fix run the test/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest.java test. Note that the test was moved into the open repository. [SQE]
06-08-2012

EVALUATION changeset: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/a76bc4fefb36
06-08-2012

EVALUATION TextArea.setText() and TextField.setText() methods functionality is unified when we try to set empty text several times: they send TextEvent only for the first call. But the test expects TextEvent each time when calling TextField.setText(). We have different behavior across the platforms. That means that we should unify the behavior (using Windows as the proper one) and then fix the test.
18-07-2012