Bug 14554
| Summary: | Java Chat Applet from www.crfriends.de do not load | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexander Luck <xmenclassic> |
| Component: | Java | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.crfriends.de/index.php?module=pnAddonChat&func=chat | ||
Alexander Luck
In the site www.crfriends.de is a function part Chat. From the url http://www.crfriends.de/index.php?module=pnAddonChat&func=view can members see who is in chat and exist a login in the chat with a link (url=http://www.crfriends.de/index.php?module=pnAddonChat&func=chat).
By use of the link do it open a new window. Ok. But the Java Chat Applet do not load.
Quellcode of the popup chat window:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>crfriends - Chat</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body style="background-color:#000000;">
<div style="text-align:center;">
<applet code="Client.class"
codebase="http://client4.addonchat.com/current/"
archive="scclient_de_i.zip" width="600" height="425"
alt="Java Chat Software - AddonChat" MAYSCRIPT>
<param name="room" value="203959">
<param name="username" value="rubbermummy">
<param name="password" value="">
<param name="autologin" value="yes">
<a href="http://www.addonchat.com/">Java Chat Software</a>
</applet>
</div>
</body>
</html>
Is maybe the problem that the java applet is in a zip archive?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Similar to Bug 14212?
Alexander Luck
The applet on http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html load in my safari. Or which url do you mean?
David Kilzer (:ddkilzer)
(In reply to comment #2)
> The applet on
> http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html
> load in my safari. Or which url do you mean?
That one was supposed to work. This one does not per Bug 14212:
1. Go to URL: https://www.crushftp.com/demo/
2. Log in as: demo/demo
Alexander Luck
Also this applet load Safari. It is show a file manager.
Alexander Luck
My example site have an applet in a archive. But your 2 url use normally class files.
Is it able to do one that safari does not manage with Applets in archives?
Alexander Luck
with Public Beta Seed 310A32 is load the chat applet!