While testing the fix for bug# 4476318 I found that the value entered into textarea is not showing same in java console for Solaris platforms. When you enter a value in textarea and hit submit button, java console is showing previous value. It is working fine for windows.
There is a test case in for bug #4476318 fix in the follwing location.
/net/shiva/test/MyTestArea/JDK1.3.1/workspace_131/test/CTE_REGTEST/Generic/4476318
How to reproduce:
-----------------
Install 1.3.1_02 JDK/JRE on any Solaris machine. Copy the directory /net/shiva/test/MyTestArea/JDK1.3.1/workspace_131/test/CTE_REGTEST/Generic/4476318 to a temp directory.
Set the environment variable NPX_PLUGIN_PATH to $JAVA_HOME/jre/plugin/sparc/ns4 then bring up netscape browser (with 1.3.1_02 jre) and open testPlugin.html page from your temp directory. Insert some values ( say abc for text, 2 for radio button, 3 for check box and xyz for textarea) and hit submit button. It will show all the values we entered into text, radio button, check box and text area. Actually it does not show any value for text area first time in the java console. It will show only abc, 2, 3. If you enter other values (say jklmn, 2, 1 and pqrst respectively)then the values shown in java console are jklmn, 2, 1 and xyz. But it should show pqrst instead of xyz for textarea.
There is a test case in for bug #4476318 fix in the follwing location.
/net/shiva/test/MyTestArea/JDK1.3.1/workspace_131/test/CTE_REGTEST/Generic/4476318
How to reproduce:
-----------------
Install 1.3.1_02 JDK/JRE on any Solaris machine. Copy the directory /net/shiva/test/MyTestArea/JDK1.3.1/workspace_131/test/CTE_REGTEST/Generic/4476318 to a temp directory.
Set the environment variable NPX_PLUGIN_PATH to $JAVA_HOME/jre/plugin/sparc/ns4 then bring up netscape browser (with 1.3.1_02 jre) and open testPlugin.html page from your temp directory. Insert some values ( say abc for text, 2 for radio button, 3 for check box and xyz for textarea) and hit submit button. It will show all the values we entered into text, radio button, check box and text area. Actually it does not show any value for text area first time in the java console. It will show only abc, 2, 3. If you enter other values (say jklmn, 2, 1 and pqrst respectively)then the values shown in java console are jklmn, 2, 1 and xyz. But it should show pqrst instead of xyz for textarea.