If you correctly copy-pasted this it seems that there is an error:

Replace:
else if (navigator.cpuClass &7 /MSIE\s+([^\);]+)(\)|;)/.test(agent))

With:
else if (navigator.cpuClass && /MSIE\s+([^\);]+)(\)|;)/.test(agent))

Cheers
- Sebastian


2010/1/29 Jim Hunter <[email protected]>:
> In the middle of running my app in IE8, I am getting an "Error Object
> expected" in qx.bom.client.Engine on the following line:
>
> else if (navigator.cpuClass &7 /MSIE\s+([^\);]+)(\)|;)/.test(agent))
>
> I'm not sure which part of the line the failure occurs. Also, I would think
> this is code that would only be exercised at startup, why is it getting
> called in the middle of the program? What are the experiences of other
> people in using IE8? Everything work fine in FF and Chrome.
>
> Oh, I am still on .8.3 of qooxdoo
>
> Thanks,
> Jim
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to