Closed Bug 321682 Opened 19 years ago Closed 19 years ago

"Border" CSS information applied to Java applet does not appear

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 236089

People

(Reporter: brian, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

On this web page, the large Java panorama should be outlined in black, but it is not.  It appears correctly in Internet Explorer and Safari, but not in Firefox.  The applet is embedded with this:

<applet class="border" archive="../files/PurePlayer.jar" code="PurePlayer.class" width="99%" height="75%">

The class="border" part is what is not working properly.

Reproducible: Always

Steps to Reproduce:
1.  Go to http://panomundo.com/panos/missiontrail/concepcion1_g2.html and notice no black outline around the applet frame.
2.  View with IE or Safari and it will appear correctly.

Actual Results:  
see above

Expected Results:  
the "border" CSS attribute should have been applied to the applet's frame.  In this case it was a 4-pixel black outline.
Here is another example of the problem here:

http://panomundo.com/

You can see the black border correctly applied to several other elements on the page, but not to the applet frame.
In the JavaScript Console, I get this error:

Error: Expected color but found '}'.  Error in parsing value for property 'border-color'.  Declaration dropped.
Source File: file:///Users/brian/Documents/Web%20Sites/Panomundo/web-content/css/global.css
Line: 8

I don't think that's correct.  

-Brian

*** This bug has been marked as a duplicate of 236089 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.