Hi,

I'm using the Autocompleter for a while, the autocompleter fills at a bad 
location when I've scrolled the page
With  Prototype 1.7.1. and control.js 1.9.0, 

Here is the code

<input autocomplete="off" class="input_text" name="e_march39" 
id="e_march39" value="" size="20" " type="Text">

<span id="e_march39_ind" class="autocomplete" style="display:none">Un 
instant... <img src="image/loading.gif" alt="Chargement..."></span>

<div style="display: none;" id="e_march39_choices" 
class="autocomplete"></div>

<script type="text/javascript" charset="utf-8" language="javascript">
try 
{ 
new 
Ajax.Autocompleter("e_march39","e_march39_choices","fid_card.php?gDossier=26&e=deb",{paramName:"FID",minChars:1,indicator:null,
 
callback:filter_card,  afterUpdateElement:fill_data});
} catch (e){alert(e.message);}; 
  </script>

The problem is the e_march39_choices has the top too low if I've scrolled, 
with Firefox (26) or chromium, I think it is related to the scroll, 


Someone can help me ?


Thank you in advance

DDB

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at http://groups.google.com/group/prototype-scriptaculous.
For more options, visit https://groups.google.com/d/optout.

Reply via email to