1. #1
    Sencha User
    Join Date
    Aug 2011
    Posts
    1
    Vote Rating
    0
    sravan123 is on a distinguished road

      0  

    Default Unanswered: Extjs compatibility with internet explorer

    Unanswered: Extjs compatibility with internet explorer


    am getting 'events is null or not an object' error pointing to ext-all-debug.js when working with ie8 and the same code working fine with mozilla firefox.. can anybody explain me what is the error

  2. #2
    Sencha - Services Team arthurakay's Avatar
    Join Date
    Sep 2008
    Location
    Antioch, IL
    Posts
    1,235
    Vote Rating
    7
    Answers
    55
    arthurakay has a spectacular aura about arthurakay has a spectacular aura about

      0  

    Default


    Quote Originally Posted by sravan123 View Post
    ...when working with ie8 and the same code working fine with mozilla firefox...
    If I had to give a wild guess, I'd say you have a trailing comma in one of your arrays (like an "items" config).

    ExtJS is completely compatible with IE... you should start running your code through a tool like www.jshint.com to see if you've got syntax errors.
    Arthur Kay
    Solutions Engineer, Sencha Inc.

    Twitter | Sencha Chicago User Group

  3. #3
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,454
    Vote Rating
    48
    Answers
    29
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default


    I Put 10 bucks down on trailing comma.