Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Issues with IE - working well in firefox, chrome

    I am getting 'Object required' error when I am trying to run my application in IE. I read so many posts and most of such issues got resolved by taking care of dangling commas or by not using "enum" or "export" as variable names or identifiers, which is illegal in IE only as per the posts.

    I used http://www.jslint.com/ as suggested for commas and it resolved errors which I was getting initially but now I am getting below error.

    When I search the worspace, the code with problem appears to be in isomorphic skins folder.


    13:23:15.517:INFO:Log:initialized
    13:23:15.923:WARN:Element:HTML{nodeName:HTML}{scrollHeight: 622, currentStyle: Obj, document: Obj{nodeName:#document}, clientHeight: 622, clientWidth: 1259, scopeName: "HTML", tagName: "HTML", offsetWidth: 1259, runtimeStyle: Obj, clientTop: 2, style: Obj, clientLeft: 2, readyState: "complete", all: Obj{length:37}, outerHTML: "<HTML xmlns="http://www.w3.org/1999/xhtm..."[3481], innerHTML: "<HEAD><TITLE>Common Directory</TITLE>\r\n<..."[3431], offsetHeight: 622, scrollWidth: 1259, children: Obj{length:2}, nodeName: "HTML", ownerDocument: Obj{nodeName:#document}, firstChild: [HEADElement]{nodeName:HEAD}, lastChild: [BODYElement]{nodeName:BODY}, childNodes: Obj{length:2}, parentNode: Obj{nodeName:#document}, nodeType: 1, previousSibling: [!Element]{nodeName:#comment}, attributes: Obj{ID:[object]}, xmlns: "http://www.w3.org/1999/xhtml"}
    13:23:15.923:WARN:Log:Error:
    'Object required'
    in http://localhost:7001/hub/index.html
    at line 1588
    Element.getOffsetLeft(_1=>[DIVElement]{ID:isc_1})
    Element.$yw(_1=>"left", _2=>[DIVElement]{ID:isc_1}, _3=>[HTMLElement]{nodeName:HTML}, _4=>false)
    Element.$s4(_1=>[DIVElement]{ID:isc_1}, _2=>[HTMLElement]{nodeName:HTML}, _3=>false)
    "return this.$yw(isc.Canvas.LEFT,_1,_2,_3)"
    Canvas.$s4(_1=>undef)
    Canvas.getPageLeft()
    ** recursed on Canvas.getPageLeft

    13:23:15.939:INFO:Log:isc.Page is loaded


    any thoughts about this or any more information required.
    thanks in advance.

    #2
    If you are using 7.0 beta, you could get this error in strict mode, so remove the <DOCTYPE> from your HTML file to correct it. This has already been fixed for next release.

    Comment


      #3
      thanks a lot .. it worked.

      Comment

      Working...
      X