This is fixed in trunk - I just ran into the same yesterday. Upgraded from rc1 to snapshot and it's working.
-- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 26, 2008 at 9:32 AM, Dipu <[EMAIL PROTECTED]> wrote: > done <https://issues.apache.org/jira/browse/WICKET-1960> > https://issues.apache.org/jira/browse/WICKET-1960 > > On Wed, Nov 26, 2008 at 2:44 PM, James Carman <[EMAIL PROTECTED] > >wrote: > > > The best way would be to file a JIRA (or search for an existing one that > > explains this issue) and attach your patch there. We're not allowed to > > apply patches unless they're submitted through JIRA and they have the > > "Grant > > license to ASF for inclusion in ASF works" thing checked. > > > > On Wed, Nov 26, 2008 at 9:25 AM, Dipu <[EMAIL PROTECTED]> wrote: > > > > > wicket-autocomplete.js > > > function function showAutoComplete() > > > line 291 > > > container.style.zIndex=(!isNaN(Number(index))?Number(index)+1:index); > > > > > > looks like IE doesn't like big i in zIndex, IE seem to be be happy with > > > zindex > > > > > > not sure if that's the correct way to resolve the issue, i have > attached > > a > > > patch though. > > > > > > > > > Thanks > > > Dipu > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >
