ICEfaces
  1. ICEfaces
  2. ICE-7998

Meta html tag is placed at the bottom of the head section

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0, EE-3.0.0.GA, 3.3
    • Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces 3.x, IE
    • Affects:
      Compatibility/Configuration

      Description

      When using the html meta tag to force the IE browser into a specific borwser/document mode, the placement of this tag in the head section is at the bottom when using ICEfaces 3. This causes the tag to not enforce the browser settings and therefore the page gets rendered with the default browser/document mode.

      With ICEfaces 2.x the meta tag would be rendered at the top of the section:
      <head>
           <title>...</title>
           <meta>....</meta>
           <link> Default CSS/JS </link>
           ....
      </head>

      With ICEfaces 3.x it gets rendered at the bottom:
      <head>
           <title>...</title>
           <link> Default CSS/JS </link>
           <meta>....</meta>
           ....
      </head>
      1. Case11137Example.zip
        16 kB
        Arran Mccullough
      2. Case11137ExampleWAR.zip
        9.51 MB
        Arran Mccullough
      1. ICEfaces-2-meta-tag-placement.jpg
        238 kB
      2. ICEfaces-3-meta-tag-placement.jpg
        158 kB

        Issue Links

          Activity

            People

            • Assignee:
              Ken Fyten
              Reporter:
              Arran Mccullough
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: