Re: this.showStatus not working...



FB wrote:

( Applet.showStatus() )
does not work when used with IE7 and Sun´s JRE

OK. I have to concede that my initial answer to this
question was largely driven by my own irritation at Sun
ever including the word 'suggest' in the JavaDocs.
Perhaps they meant 'if a status bar is available' and
if so, I wish the JavaDocs had said that specifically.

If 'suggest' really means the latter, then yes, this is
apparently (I have no IE7 to confirm the behaviour) a bug.

OTOH - I guess Sun would have every right to mark
a bug report as 'Closed - not a bug' if they want to
stick to the 'suggests' line of reasoning.

I would still recommend that you
a) Search the bug database*.
b) If it is not mentioned, raise a report.
c) Give us some progress reports on that.

It may turn out this is a simple regression problem
that is easily fixed.

* <http://bugs.sun.com/bugdatabase/index.jsp>

As a general comment on applets though. 'Expect
complications'. As you have experienced in this
case, something seemingly very simple that works
in one version of one browser on one OS running one
Java version, may not even work on the same OS
and browser if the browser/Java versions are different
(let alone an entirely different browser on a different
platform).

IE is the 'classic' when it comes to 'little tricks for
applets to overcome', but other browser brands have
their 'interesting little quirks' to account for, as well.

I would not recommend applet development to any
but very experienced Java developers.

Applets are a PITA. (Go webstart instead!)

--
Andrew Thompson
http://www.physci.org/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200801/1

.



Relevant Pages

  • Sun officially deprecates Applets
    ... Now if this functionality is completely unobtainable in a browser via ... Applets then we'll have to learn to live with it, ... All of the Sun documentation ... The reason I ask is that if that is an absolute and ...
    (comp.lang.java.programmer)
  • Re: How stable is 1.5? CRASH REPRODUCED
    ... > Crashed the applet viewer here on the first run, ... > browser involved, ... But, if /I/ worked for Sun, I think I'd still rather have an old-fashioned ... standalone bug. ...
    (comp.lang.java.programmer)
  • Re: to learn jQuery if already using prototype
    ... You stated that these libraries were junk as though it ... we welcome bug reports. ... understanding of javascript or browser scripting who just happens to be ... I can't guarantee that any of us will write bug-free code on the first ...
    (comp.lang.javascript)
  • Re: IE & applets
    ... using a version that is too new for the browser. ... IE's version of Java ... >> has been the central issue in multiple lawsuits against MS by Sun. ... to download version 1.1 from Sun and use it to create your applet. ...
    (comp.lang.java.help)
  • Re: Safari, image maps, and links
    ... confusion and possible browser pitfall (incorrect or imperfect browser ... Tab-focusing areas is a filed bug for Safari. ... to the html 4 specification, ALSO work fine using a instead of area. ... in addition to the image map. ...
    (comp.infosystems.www.authoring.html)

Loading