Announcement

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

    document.all complaint by FireFox 20

    I have restarted my development efforts on a new machine. I started a new application with VisualBuilder. But, it will not display. Firebug found the problem. It said
    Non-standard document.all property was used. Use W3C standard document.getElementById() instead.
    Sure enough. ISC_Core.js line 54 has it.
    Code:
    isc.Browser.isTransitional=/.*(Transitional|Frameset)/.test((document.all&&document.all[0]&&document.all[0].nodeValue)||(document.doctype&&document.doctype.publicId));isc.Browser.isIE7=isc.Browser.isIE&&isc.Browser.version==7;isc.Browser.isIE8=isc.Browser.isIE&&isc.Browser.version>=8&&document.documentMode==8
    My other app seems to run OK. Have I upgraded FireFox too far?

    Thanks,

    Rick

    P.S. I am running SmartClient_v82p_2013-06-15/EVAL Development Only on Mozilla Firefox 20.0 with Firebug using Windows 7 Premium 64 bit.
Working...
X