sivarajankumar / text20

Automatically exported from code.google.com/p/text20
0 stars 0 forks source link

Plugin in Firefox 4 doesn't work on Mac anymore. #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

No error message is printed, and no output generated either. 

Original issue reported on code.google.com by r.biedert on 15 Sep 2010 at 8:33

GoogleCodeExporter commented 8 years ago
Used Firebug 1.6 beta on Firefox 4 to step through the JS Code.

It seems that the initialized flag is not set to true when the connection is 
established. Might be the reason why nothing happens...

Original comment by arman.va...@gmail.com on 24 Sep 2010 at 11:20

GoogleCodeExporter commented 8 years ago
Hmm

On Webkit browser (tested on Chrome and Safari) the connector.connect function 
generates the <applet> tag and executes it.
On Firefox 4 Beta 6 this tag is also generated but it does not get executed.

Original comment by arman.va...@gmail.com on 27 Sep 2010 at 5:06

GoogleCodeExporter commented 8 years ago
Oh shit. I think I remember reading something that the <applet> tag was about 
to be dropped ... :-)

See for example http://www.quackit.com/html/tags/html_applet_tag.cfm ...

Original comment by r.biedert on 27 Sep 2010 at 5:46

GoogleCodeExporter commented 8 years ago
Also see 

http://download.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/using_
tags.html

Original comment by r.biedert on 27 Sep 2010 at 5:48

GoogleCodeExporter commented 8 years ago
Grr, this bug starts to annoy me...

Tried applet, object and embed tags but without success...

I think it doesn't have anything to do with the tags used. E.g. go to 
http://download-llnw.oracle.com/javase/tutorial/uiswing/components/applet.html 
with FF4 and the applet will run without any problems... tried other applets 
and none didn't start.

Is it possible that firefox does not parse/execute the applet tag when it is 
generated via JavaScript? Assuming that the body is rendered before the JS 
executes why should Firefox parse and execute the the code?

Original comment by arman.va...@gmail.com on 28 Sep 2010 at 8:05

GoogleCodeExporter commented 8 years ago
After some test cases this bug seems to be a one in Firefox 4.

A bug report is filed and sent to Mozilla.

Original comment by arman.va...@gmail.com on 11 Nov 2010 at 4:17

GoogleCodeExporter commented 8 years ago
Issue has been resolved in Firefox 4 Beta 8

Original comment by arman.va...@gmail.com on 22 Dec 2010 at 5:52