Did you fix it? Do I need to upgrade my IE version from 6 to 7? Does that
helps to fix this issue? 
Also I read (some where) that in Struts 2.1.x they have some fixes for IE
when using Ajax. was it true? But migrating from 2.0.11 to 2.1.x is simpler
and im end of my project completion. 

Any help please?



François Rouxel wrote:
> 
> I had the same problem with FF3 and IE7..
> 
>  ____________________________________________
> ____________________________________________
> 
> 
> 
> ----- Message d'origine ----
> De : Sashik <sashikanth.madd...@gmail.com>
> À : user@struts.apache.org
> Envoyé le : Jeudi, 8 Janvier 2009, 22h27mn 48s
> Objet : Struts2 ajaxified autocompleter is shrinking when use back tab
> 
> 
> Hi
> 
> I was using struts.2.0.11 version. Implemented autocompleter feature using
> ajax. here is the example of the tag. 
> 
> <s:url id="issueNbrUrl" namespace="/autocompleter"
> action="getIssueNumbers"
> /> 
> <s:autocompleter
>    href="%{issueNbrUrl}" 
>    name="issueId"
>    id="issueId" 
>    theme="ajax"  
>    autoComplete="false"
>    loadOnTextChange="true" 
>    loadMinimumCount="2" 
>    showDownArrow="false"
>    searchType="substring"
>    dropdownHeight="300"        
>    dropdownWidth="300"
>    notifyTopics="/issueIdSelected">
> </s:autocompleter>
> 
> Auto completer works fine. But when I use back button to retype is auto
> matically shrinks and suddenly shows only one row with a down/up arrows
> buttons in the right corner. That mean only one result can be seen at a
> time
> otherwise use scroll buttons to see other results. This behavior persists
> unless I close the browser and start again. Using IE 6.0 version. What
> could
> be the problem? 
> 
> Your help will be highly appreciated
> 
> Thanks
> Sashi
> -- 
> View this message in context:
> http://www.nabble.com/Struts2-ajaxified-autocompleter-is-shrinking-when-use-back-tab-tp21365614p21365614.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-ajaxified-autocompleter-is-shrinking-when-use-back-tab-tp21365614p21377524.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to