-
One other thing is that our 10.4 machines only have 512 MB of RAM.
2009-06-04 11:41:20 UTC in Java Embedding Plugin
-
Thanks for your fast replies.
I tested with JEP 0.9.6.4, 0.9.6.5, and 0.9.7.1. I tested both with the browsers' default version and by replacing the plugin.
The image can be downloaded from here:
http://hubblesite.org/gallery/album/solar_system/pr2004031b/warn/hires/true/.
Choose the JPEG, which is 4.14 MB.
To reproduce this crash, you just need an applet that loads a good sized image (we're...
2009-06-03 19:51:17 UTC in Java Embedding Plugin
-
This issue does not appear in Windows.
I've attached the source code for the applet. I would have liked to add the compiled jar, but it's too big to attach because it contains a 4 meg image. To recreate the issue, we used a hubble image that is about 4 megs from the NASA site. Our product is used for displaying larger images, but the 4 meg size recreates this crash for testing...
2009-06-03 19:04:40 UTC in Java Embedding Plugin
-
Hit the wrong button. I'll be adding the test case and crash file shortly.
2009-06-03 18:40:16 UTC in Java Embedding Plugin
-
We have come across a problem running an applet on OS X 10.4.11. We do not see this issue in OS X 10.5.7. The applet will cause the whole browser to crash and go away. We have isolated the problem to when the applet is displaying an image. Our test case is a simple applet that loads an image and adds it to a label. The problem does not occur each and every time the applet is loaded. The...
2009-06-03 18:39:02 UTC in Java Embedding Plugin
-
The control isn't a text control, which is why this is more difficult. It's got text on it and I need to be able to select fields and verify that the correct text is being displayed. I'm trying to test a terminal emulator and get access to the displayed text.
Thanks,
RT.
2007-11-21 00:41:06 UTC in Marathon - GUI Acceptance Test Runner
-
I have an application that I need to be able to record the highlighting of text on the screen and then record an assertion that the text matches when I playback the test. I couldn't see a way to do that currently, so I went into the source and added the functionality. I guess I'm wondering if this kind of functionality exists and I just missed it? I'd prefer to not have to change the Marathon...
2007-11-20 02:23:34 UTC in Marathon - GUI Acceptance Test Runner