IE9 compatibility view works for Mini chat

Discussion in 'HTML & Website Design' started by hzzg6y, Nov 21, 2011.

  1. #1
    I have Openfire 3.70 ( XMPP ) along with Jappix mini chat 0.7. It is working fine on all the browsers except on IE9. Mini chat get disconnect in default IE9 mode. Jappix chat works on BOSH server as Http Bind. We use ProxyPass / http://127.0.0.1:5280/http-bind/ to connect to Openfire server.
    It might be cross-domain issues but not sure. We are using OPenfire BOSH.

    On IE9 it is showing encountered errors. However when I click on Compatibility view of IE9, it get connected and work fine. Please help or advice.

    I need help on HTML, CSS, PHP or Javascript change required to make it work on IE9 normal mode. Please advice
     
    hzzg6y, Nov 21, 2011 IP
  2. hzzg6y

    hzzg6y Greenhorn

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    It got fixed. Pls close this.

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> ---- NEW CHANGE
    -
    <meta http-equiv="X-UA-Compatible" content="IE=7" /> - EARLIER
     
    hzzg6y, Nov 22, 2011 IP