You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by on2 <on...@hotmail.com> on 2010/03/18 23:08:23 UTC

Tabbing key not work on the Combobox on the IE7 and IE8

Hello Struts Users, 

We have an application using Struts2.1.6 to generate the autocompleter as
below.

<sx:autocompleter key="category"  
		  list="categories" 
		  autoComplete="true"
		  valueNotifyTopics="/categoryChanged"
		  resultsLimit="-1"
		  cssStyle="width:300px"
		  required="true"
	  />

<sx:autocompleter key="classes"  
		  list="classes" 
		  autoComplete="true"
		  resultsLimit="-1"
		  cssStyle="width:300px"
		  required="true"
	  />

On the Internet Explorer browser, the tabbing order is not moving the focus
to the next field in the form if the combobox is in the active mode. 
On the FF, it works fine. 
Does anyone has this issue or advice for the solution?

Thanks in advance,

-- 
View this message in context: http://old.nabble.com/Tabbing-key-not-work-on-the-Combobox-on-the-IE7-and-IE8-tp27950856p27950856.html
Sent from the Struts - User mailing list archive at Nabble.com.


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