Thanks, but I didn't copy & paste it, I typed it and the mistake was mine.
It does have the double &&. The code is running in a VM and my email is
outside of that and cpy/paste just wasn't working at that time. Any idea why
it isn't getting called until sometime into the program and it seems to work
early on? Is anyone else having any issues with IE8? I found another issue
with regard to background color in a decorator, but was able to add a little
code that seems to have fixed that for IE8. I don't develop in IE so it was
a surprise to see these issues when I tested it.

Thanks,
Jim


On Sat, Jan 30, 2010 at 2:01 AM, Sebastian Werner <[email protected]> wrote:

> 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
>
------------------------------------------------------------------------------
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