The problem would probably be tracked down and fixed faster if you
provided a full, runnable, example that simply reproduces the problem.

-bob

On 12/13/06, Andrew <[EMAIL PROTECTED]> wrote:
>
> I had to put try and error catching in _createCornerSlice: function to
> get IE 6 stopping because of an error.
>
> Replace:
>
> inStyle.borderColor = borderColor.toString();
>
> with:
>
> try {  inStyle.borderColor = borderColor.toString(); }
> catch (error) { inStyle.borderColor = "#000";  }
>
> In the "_createCornerSlice" function  (around line 180) in the
> visual.js file
>
>
> I then needed to put something similar in the _createCorner function
> (same file above the previous function).
>
> I think there is something wrong with the "bgColor" variable which is
> being passed if you call the function more then once.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to