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] >
