-
Bug
-
Resolution: Won't Fix
-
P3
-
1.4.2, 5.0, 7u4
-
x86
-
windows_xp, windows_2008, windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204663 | 1.4.2_35 | Vikram Aroskar | P3 | Closed | Won't Fix |
Testsuite name: CTE Regressions manual
JDK/JRE tested: 5u17-revHITb04-j4b (jdkfb-1_5_0_17-revHIT04-b04-windows-i586-p.exe)
OS/architecture: win7-ultimate-x86
Reproducible: Always
Is it a platform specific regression: N
Is it a Regression: N
Steps to reproduce:
Launch case java/plugin/ocx/4838960/Test4838960.java
1. Open IE browser (not Netscape) and load the following page http://jpseuwt-ap/testcases/141/4838960/Test4838960.html,
2. Once the page is loaded complete, you will find a small list box and a big Textarea,
3. 'option1' will be as a selected choice. Follow the steps 4 and 5 very quickly,
4. Place the mouse pointer over 'option2' and click once,
5. Place the mouse pointer over 'option3' and click once,
Check:
If you see following text displayed in the textarea below - test PASSED,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
If you see following text displayed in the textarea below - test FAILED,
Begin event(#####) onMouseUp,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
End event(#####) onMouseUp,
Actual behavior:
The text displayed in the textarea is not right over win7-x86. Please refer to the attachment file Test4838960.jpg. But use 6u18b03 to test, it is passed.
That the contents are as follows:
Begin event(60793) onMouseUp
Begin event(61356) onChange
Begin event(61356) onMouseUp
Begin event(61356) onChange
End event(61356) onChange
End event(61356) onMouseUp
End event(61356) onChange
End event(60793) onMouseUp
Exceptions:
None.
JDK/JRE tested: 5u17-revHITb04-j4b (jdkfb-1_5_0_17-revHIT04-b04-windows-i586-p.exe)
OS/architecture: win7-ultimate-x86
Reproducible: Always
Is it a platform specific regression: N
Is it a Regression: N
Steps to reproduce:
Launch case java/plugin/ocx/4838960/Test4838960.java
1. Open IE browser (not Netscape) and load the following page http://jpseuwt-ap/testcases/141/4838960/Test4838960.html,
2. Once the page is loaded complete, you will find a small list box and a big Textarea,
3. 'option1' will be as a selected choice. Follow the steps 4 and 5 very quickly,
4. Place the mouse pointer over 'option2' and click once,
5. Place the mouse pointer over 'option3' and click once,
Check:
If you see following text displayed in the textarea below - test PASSED,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
If you see following text displayed in the textarea below - test FAILED,
Begin event(#####) onMouseUp,
Begin event(#####) onMouseUp,
End event(#####) onMouseUp,
Begin event(#####) onChange,
End event(#####) onChange,
End event(#####) onMouseUp,
Actual behavior:
The text displayed in the textarea is not right over win7-x86. Please refer to the attachment file Test4838960.jpg. But use 6u18b03 to test, it is passed.
That the contents are as follows:
Begin event(60793) onMouseUp
Begin event(61356) onChange
Begin event(61356) onMouseUp
Begin event(61356) onChange
End event(61356) onChange
End event(61356) onMouseUp
End event(61356) onChange
End event(60793) onMouseUp
Exceptions:
None.
- backported by
-
JDK-2204663 The text displayed in the textarea is not right over win7-x86.
- Closed