Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

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

on2

2010-03-18


Author LoginPost Reply

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,

--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.