Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-935

Improve BASE tag for IE

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.0.2, 4.0.1, 4.0
    • 4.1.1
    • Framework
    • None
    • IE 6

    Description

      IE is very sensitive to the way the BASE tag is written. This can affect correct rendering of CSS rules + javascript execution.
      See http://tacoscomponents.jot.com/BugReporter/Bug86 , http://drupal.org/node/44934 , http://mg.to/2006/04/29/your-body-is-in-your-head for more.

      In a word, IE expects the BASE tag to be rendered as <base href='...'></base> .
      We currently render it as <base href='...'/>

      The cross-browser, XHTML + HTML4 compliant solution would render:
      <base href='...'/><!-[if IE]></base><![endif]->

      Attachments

        Activity

          People

            andyhot Andreas Andreou
            andyhot Andreas Andreou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: