Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9827

IE9 Beta fixes IE8 textarea bug

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Posting
    • None
    • IE8/IE9

      <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.

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

              Created:
              Updated:
              Resolved: