[jQuery] Re: a probable bug with keyboard events

2009-09-06 Thread alexbodn . groups
hello joern, sorry didn't see your answer. your patch proposed to the ticket is working great. please commit it if you can. On Fri, Nov 14, 2008 at 16:44, Jörn Zaefferer wrote: Finally a ticket: http://ui.jquery.com/bugs/ticket/3587 Jörn On Mon, Oct 20, 2008 at 2:59 AM, alex bodnaru wrot

[jQuery] Re: a probable bug with keyboard events

2008-11-14 Thread Jörn Zaefferer
Finally a ticket: http://ui.jquery.com/bugs/ticket/3587 Jörn On Mon, Oct 20, 2008 at 2:59 AM, alex bodnaru <[EMAIL PROTECTED]> wrote: > backspace support added. > alex > > On Mon, Oct 20, 2008 at 02:08, alex bodnaru <[EMAIL PROTECTED]> wrote: >> don't tell me i forgot to attach the file ;) >> >>

[jQuery] Re: a probable bug with keyboard events

2008-10-19 Thread alex bodnaru
backspace support added. alex On Mon, Oct 20, 2008 at 02:08, alex bodnaru <[EMAIL PROTECTED]> wrote: > don't tell me i forgot to attach the file ;) > > On Sun, Oct 19, 2008 at 18:15, alex bodnaru <[EMAIL PROTECTED]> wrote: >> hello dan, everybody. >> >> i have posted yesterday on this list a few i

[jQuery] Re: a probable bug with keyboard events

2008-10-19 Thread alex bodnaru
don't tell me i forgot to attach the file ;) On Sun, Oct 19, 2008 at 18:15, alex bodnaru <[EMAIL PROTECTED]> wrote: > hello dan, everybody. > > i have posted yesterday on this list a few improvements to > autocomplete for your review, > which i'd be glad to see committed if ok. > > as it turned ou

[jQuery] Re: a probable bug with keyboard events

2008-10-19 Thread alex bodnaru
hello dan, everybody. i have posted yesterday on this list a few improvements to autocomplete for your review, which i'd be glad to see committed if ok. as it turned out, the work was more delicate, but with your expert guidance i got the hoped result. here is jquery.autocomplete.js, as patched

[jQuery] Re: a probable bug with keyboard events

2008-10-19 Thread alex bodnaru
hi dan, thanks for your answer. i'm logging the keydown event on the input in the plugin autocomplete. the keydown is there to react to movement, return and delete, and in the default condition it may check for eventual changes in the input field. but, pressing of a hebrew character immediatel

[jQuery] Re: a probable bug with keyboard events

2008-10-19 Thread Dan Switzer
Alex, What keyboard event are you logging? Some events are only captured by a keypress event and will be ignored by the keydown event. -Dan On Sun, Oct 19, 2008 at 5:12 AM, alex bodnaru <[EMAIL PROTECTED]>wrote: > > hello friends, > > i ran into a corner case with jquery autocomplete which i'd