Hi  kvnirving

I don't think the problem is at in the AJAX.UPDATER, because while
testing wityh IE7, there is an error when you begin to drag the
'chocolate' :)
try alert()  at different level and see when it occurs.

By the way, the design of the site is clean, and the construction of
the chocolate box is good.
But try using an higher z-index for the chocolate list as when
dragging it to the left, it is hide by the droppable (this is not the
bug, just an visual enhancement :))

--
david


On Sep 4, 2:29 am, "kvnirving[at]gmail.com" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I am working on a small web app to build a box of chocolates using
> prototype and scriptaculous.
>
> I upgraded to the latest versions of each, and it works fine in FF
> etc.; however, in IE the Ajax.Updater isn't even sending out requests.
>
> URL:http://dev.cocoabella.com/build-box
>
> Ajax.Updater example:
>
>         new Ajax.Updater('selected_items', _chocolate_box_items,
>                 {
>                         onComplete:function(request)
>                         {
>                                 Element.hide('indicator')
>                         }
>                 }
>
> Maybe I'm using it wrong, or missing something, but I'm stumped on
> this one. Any advice would be greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to