Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2202111 | 7 | Audrey Lin | P3 | Closed | Cannot Reproduce |
JRE: 1.6.0_23-b706
Bundle location:http://j2se.east/arc/1.6.0_23/nightly/2010-10-29.15_39
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. clear deployment cache
2. open the following url with java console open:
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/html/liveconnect/PosiveNegative.html
or
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/html/liveconnect/BasicLiveConnectTestNegative.html
In the progress bar's constructor method, it tried to call a javascript method "testJS", which actually does not exist.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
A JSException should be printed in java console
ACTUAL -
No exception is printed
REPRODUCIBILITY :
This bug can be reproduced always.
The source code can be found at:
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/src/
Bundle location:http://j2se.east/arc/1.6.0_23/nightly/2010-10-29.15_39
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. clear deployment cache
2. open the following url with java console open:
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/html/liveconnect/PosiveNegative.html
or
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/html/liveconnect/BasicLiveConnectTestNegative.html
In the progress bar's constructor method, it tried to call a javascript method "testJS", which actually does not exist.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
A JSException should be printed in java console
ACTUAL -
No exception is printed
REPRODUCIBILITY :
This bug can be reproduced always.
The source code can be found at:
http://sqeweb.sfbay.sun.com/jsn/users/fred/master_run/deployment/src/plugin/CustomProgressBar/CustomProgressBar/src/
- backported by
-
JDK-2202111 Exception thrown from progress bar's mehod was not printed in java console
- Closed