Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-665

IE 6 on a tapestry SSL page complains about non-secure items (caused by blackbird js-logging component)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.1.0.3, 5.1.0.4
    • 5.1.0.5
    • tapestry-core
    • None

    Description

      What steps will reproduce the problem?

      1. Use Internetexplorer 6
      2. Use a fixed CSS page layout without body background-image
      3. Upload your webapp to an SSL secured Webspace

      What is the expected output? What do you see instead?
      I expect the site to load without problems. Instead, on every pageload i
      get a warning, that the SSL-secured site contains insecure items.

      I figured out, that blackbird is causing this behaviour. If i remove the blackbird code in the /assets/virtual/XXXXXX==.js file, everything is okay. I assume, that this lines of code ar causing the message:

      <snip>
      function backgroundImage()
      {
      //(IE6 only) change <BODY> tag's background to resolve
      //

      {position:fixed}

      support
      var bodyTag = $(document.body);

      if (bodyTag.currentStyle && IE6_POSITION_FIXED)
      {
      if (bodyTag.currentStyle.backgroundImage == 'none')

      { bodyTag.style.backgroundImage = 'url(about:blank)'; }

      if (bodyTag.currentStyle.backgroundAttachment == 'scroll')

      { bodyTag.style.backgroundAttachment = 'fixed'; }

      }
      }
      </snip>

      I believe, that the background Image 'about:blank' is treated as non-secured content.

      I could fix this, with using a space gif in my css layout as body background-image

      I filed a bug at the googlecode blackbird project site: http://code.google.com/p/blackbirdjs/issues/detail?id=20

      Attachments

        1. ssl-warning.jpeg
          5 kB
          Felix Gonschorek

        Activity

          People

            hlship Howard Lewis Ship
            felixgonschorek Felix Gonschorek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: