I found the problem! In the upgrade to 2.01, the result of a util method
must have changed. prior to the upgrad, qx.util.ColorUtil.rgbToHexString
did not include the # symbol. I had a global function that used that value,
pre-pended a # symbol to it and returned a color value. In 2.01, that
function does add the # so now I was returning a color that looked like
'##FE34EF' and in FireFox it failed to set the color, but it also just
ignored invalid properties (now the background color would be invalid with
this value). In IE, the next time anything with the style was changed, the
invalid color value would cause IE to error out.

I removed the extra # and things are running much smoother now.

Argh!

Jim


On Wed, Oct 10, 2012 at 5:44 PM, Jim Hunter <[email protected]> wrote:

> I recently upgraded my code to v 2.01 and FireFox and all other browsers
> are working great, but IE is a total disaster. It all revolves areound
> style settings. I am getting "Invalid Property Value" all over the place
> when setting a new Decorator and possiblly other style properties. What
> appears to be happening is that in some instances, a control might be
> trying to set a backgroundColor to a nonexistant variable (it did exist
> before the upgrade, but 2.01 doesn't handle global objects the same), but
> the error doesn't happen when setting the backgroundColor, it happens when
> a Decorator is applied. If the error would surface on the first call I
> could track this down easier, I think. But instead, the error is getting
> surfaced from deep in the core code on a line of code that seems to be 100%
> valid. In general, is anyone having IE issues and setting style properties?
> Because of where the error is presenting, this is difficult to track down
> the actual offending code. I have a deadline in 2 days and right now I
> can't turn this over for release, it just won't run on IE.
>
> Thanks,
> Jim
>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to