Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Ricardo Parada via Webobjects-dev
Hi Samuel, Yes that is basically what we did. We rolled back prototype to version 1.7 Regards, Ricardo > > On Dec 5, 2021, at 8:13 AM, Samuel Pelletier wrote: > > Hi Ricardo, > > I also noticed the problem outside modal dialog after testing it. After many > try and errors, I found a patter

Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Samuel Pelletier via Webobjects-dev
Hi Ricardo, I also noticed the problem outside modal dialog after testing it. After many try and errors, I found a pattern. There is a problem with the latest prototype.js clonePosition when the element is inside a float block (at least). I simplified the clone position to use the new (prototyp

AjaxAutoComplete in AjaxModalDialog

2021-12-03 Thread Samuel Pelletier via Webobjects-dev
Hi, I want to use AjaxAutoComplete inside AjaxModalDialog and usually, it works OK. A very strange problem occur when the main page is scrolled though, the selection choices are displayed with a vertical distance from the textfield that correspond to the vertical scroll of the main page bellow.