In our application we use the Java Applet.showStatus(String) method to display information to the user in the browser's status bar. This is not working for us on SUN workstations (Solaris 9) using Mozilla 1.2.1 or Mozilla 1.4. The messages are not shown.
One of our engineers downloaded Mozilla 1.7. from the Mozilla website. The status messages appear correctly using this newer version of Mozilla on the SUN workstation.
The showStatus method works as expected using Mozilla 1.2.1 and later on PCs. A quick test also shows that the messages are shown correctly on HP workstations using Mozilla 1.4.
From the SUN website, Mozilla 1.2.1 and 1.4 are the officially supported versions. This is what our customers expect to use. We use the status bar to show essential information to our customers. Is there a way to resolve this issue in 1.2.1 and 1.4?
Also, can you give any indication of when Mozilla 1.7 will be officially supported by SUN?
Our application is a java applet that runs in a browser window. The method used to send messages to the status bar is Applet.showStatus(String) as described in http://java.sun.com/j2se/1.4.2/docs/api/index.html and below.
###@###.### 2005-03-22 19:53:47 GMT