On Nov 6, 2008, at 3:57 PM, Walter Lee Davis wrote:
> [snip]

> The filesList reference works, and I know that the element is being
> extended, because the remove() part works correctly. But no matter
> what I try to insert into filesList later (I even tried with a simple
> <li>howdy</li> to see if multiple rows at a time was the issue) no
> insertion happens.
>
> Does anyone have any idea what might be happening here?
>
> Thanks in advance,
>
>

Well, I worked around the problem, probably a better way to go  
anyway. I made a new partial that could generate the entire list in  
one whack, and used Ajax.Updater to call it. I defined a function in  
the parent page called updateList(storyId) that wrapped A.U, and then  
called it from the iframe thusly:

top.window.updateList(<?=$id?>);

So now it works everywhere. I'd still like to know if there's any red  
hot reason why I couldn't do what I was trying under IE6. If anyone  
has any ideas, please let me know.

Thanks,

Walter

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