0 Replies Latest reply on Apr 10, 2008 12:05 AM by modoc

    Some images do not load inside modal panel in IE6

    modoc

      I have an application which loads up an image in a modal panel. The image is served using a Seam graphicImage tag. It works fine in all browsers except IE6. In IE6 all I get is a red X where the image was supposed to be.

      If I serve the image using the Seam tag on a normal page, it works fine.
      If I serve the image using the Seam tag within a modal panel, it is a red X.
      If I serve the image from the filesystem with a normal img tag on a normal page, it works fine.
      If I serve the image from the filesystem with a normal img tag within a modal panel, it works fine.

      So it's only if I use the seam tag/serving mechanism, from inside a modal, that it breaks.

      Any ideas?

      Thanks!

      Devon