Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9827

IE9 Beta fixes IE8 textarea bug

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • Posting
    • None
    • IE8/IE9

    Description

      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

      Original ticket: http://tracker.phpbb.com/browse/PHPBB3-8230

      The above code was added in order to address the textarea width bug in IE8. This issue has since been resolved in the IE9 beta, which was just recently released. To better assist style authors in using code standards, the code should be changed to the following:

      <!--[if lt IE 9]><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><![endif]-->

      IE7 emulation will only be enabled when IE8 is the browser.

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              AdamR Adam Reyher
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: