[jQuery] Re: Masked Input Plugin RC2

2007-06-29 Thread Josh Bush
I looked into this more last night and it looks like I can't cancel that the Esc keypress (in FF). The best it looks like I'll be able to do if wipe the buffer so that when the user starts typing again phantom characters don't start appearing (Queue spooky music). On Jun 28, 1:17 am, Gilles

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Gilles (Webunity)
Nice! However, when you see the mask and press ESC the mask also disappears ;) On 28 jun, 03:21, Josh Bush [EMAIL PROTECTED] wrote: Hey there, I'm back at it trying to push to a 1.0 release. I made some code changes, so I would like some verification that all is well before I move this to a

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Josh Bush
What an odd error. I'll look into it sometime this weekend. If that's the worst problem that gets found, I'll consider myself lucky! Thank you for the heads up. Josh On Jun 28, 1:17 am, Gilles (Webunity) [EMAIL PROTECTED] wrote: Nice! However, when you see the mask and press ESC the mask

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Jörn Zaefferer
Josh Bush wrote: What an odd error. I'll look into it sometime this weekend. If that's the worst problem that gets found, I'll consider myself lucky! Thank you for the heads up. Its always a good sign for a pretty stable codebase when only really weird bugs pop up .-) A proposal: Its

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Ganeshji Marwaha
$.maskedinput.addDefinition(...); $(...).maskedinput(...); yup, that should be a nice API for users as well.. -GTG On 6/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Josh Bush wrote: What an odd error. I'll look into it sometime this weekend. If that's the worst problem that gets

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Josh Bush
Doh! What an oversight on my part. I should have placed it in it's own namespace to avoid conflicts. Thank you for pointing that out. I'll fix that pronto and throw a sub-release out. Maybe I can find out why the Esc key dumps the mask quickly and roll that change out along with the namespace

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Jörn Zaefferer
Josh Bush wrote: Doh! What an oversight on my part. I should have placed it in it's own namespace to avoid conflicts. Thank you for pointing that out. I'll fix that pronto and throw a sub-release out. Maybe I can find out why the Esc key dumps the mask quickly and roll that change out along