Browsers: Firefox 3.0.6, Camino
Platform: 10.5.6
Java: 1.5.0_16
I'm having a problem where popup windows don't refresh properly. The applet works fine on Safari and on non-mac platforms, but not on Mac firefox 3.0 or Camino.
Attached is a sample applet showing the problem. The applet creates a Window, adds a Canvas, and paints the Canvas red. For some reason the canvas paint() function never gets called on Mac firefox or camino. Any clue what's going on?
Applet: http://ecow2.engr.wisc.edu/JEPTest/applet.html
Expected behavior: popup a red window
Additional observations:
- In other situations I've seen this type of popup window partially cropped, and it looks as if the cropping is done relative to the top left corner of the firefox main Window. (For example, showing/hiding the bookmarks toolbar changes the crop rectangle inside my java window.)
applet source code