[Proto-Scripty] Issue with element positioning from ajax loaded page

2009-09-01 Thread Berin
I've extended a form control that creates and embeds some elements in the form. It then positions those elements based on the location and size of the text field that is being adjusted. Everything works great when the control is created on the main web page. My problem is that if I load the

[Proto-Scripty] Re: Issue with element positioning from ajax loaded page

2009-09-01 Thread Berin
(at the bottom of the form returned by the ajax call) Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Berin blorit...@d-haven.org To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Monday, August 31, 2009 8:34 PM Subject: [Proto

[Proto-Scripty] Re: Issue with element positioning from ajax loaded page

2009-09-01 Thread Berin
I tried your suggestion, and I got the same results. The positioning works when the page is loaded normally, but it doesn't work when loaded through AJAX. On Sep 1, 10:48 am, Berin blorit...@d-haven.org wrote: I'm trying to use a custom Rails form builder, which generates the code

[Proto-Scripty] Re: Issue with element positioning from ajax loaded page

2009-09-01 Thread Berin
response with evalScripts: true As it cant even being to evaluate until the HTML is loaded from the response. Alex Mcauley http://www.thevacancymarket.com - Original Message - From: Berin blorit...@d-haven.org To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com

[Proto-Scripty] Re: Issue with element positioning from ajax loaded page

2009-10-02 Thread Berin
. On Sep 1, 11:56 am, Berin blorit...@d-haven.org wrote: And yet, it is possible because that is what I'm experiencing.  Using Firebug, I reapplied the new Form.Spinner() in the console and the items are positioned properly.  The element that the form is being loaded into is a popup box (fancy