[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Josh Bush
Yes, it should be fixed now. On Jun 22, 12:17 pm, "Rafael Santos" <[EMAIL PROTECTED]> wrote: > Does the bug on Opera has been fixed? > That one when you try to clean some input that has value and it doesn't get > cleaned. > > 2007/6/22, Josh Bush <[EMAIL PROTECTED]>: > > > > > > > That error is f

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Rafael Santos
Does the bug on Opera has been fixed? That one when you try to clean some input that has value and it doesn't get cleaned. 2007/6/22, Josh Bush <[EMAIL PROTECTED]>: That error is from a lightbox plugin I'm using for wordpress. I'm still trying to hunt that one down. I'll need to dig up IE6

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Josh Bush
That error is from a lightbox plugin I'm using for wordpress. I'm still trying to hunt that one down. I'll need to dig up IE6 somewhere to see if I can reproduce this error. Josh On Jun 22, 6:41 am, "Fred Janon" <[EMAIL PROTECTED]> wrote: > Hi Josh > > IE 6 Windows > > At load time IE throws a

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Fred Janon
Hi Josh IE 6 Windows At load time IE throws an error: line 107 style is null or not an object. I can confirn on the number entery that dleeting from the end with multiple backspaces deletes the "(" and then prevents any number to appear when typing them. Fred On 6/22/07, Josh Bush <[EMAIL PR

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread David Duymelinck
Thank you for the solution and for all the work on the great plugin. David Josh Bush schreef: This is something I've not been able to get around. Earlier I had some posts about how to hook into .val() and .value. I could do .val(), but it would apply globally. As a side effect to how I'm ap

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Josh Bush
What browser and version are you in. On FF2 I was able to highlight the entire text and hit delete and also highlight the entire text and hit backspace without any issue. I was able go from the end of the string to the beginning with backspace and once you backspace over the "(" in the phone num

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Josh Bush
This is something I've not been able to get around. Earlier I had some posts about how to hook into .val() and .value. I could do .val(), but it would apply globally. As a side effect to how I'm applying masks, you'll need to call .blur() or .focus() after you've programmatically inserted a val

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Fred Janon
Josh, I think there is a problem even on your project page http://digitalbush.com/projects/masked-input-plugin I tried a date and a phone number, worked great until I decided to delete ALL the numbers in the phone number. The "(" disappeared and then I couldn't enter any more characters. Same f

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Gilles (Webunity)
Josh, one suggestion. When you take a look at the demo provided by David, you see that when you click the button, you'll see the current date. When you select the text, and press [backspace], you'll see a blank field. Only after entering a valid digit, you'll see the mask appear, if you press bac

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread David Duymelinck
Thanks for your effort but i'm sorry to say the fix didn't work for me. Because i'm working on an intranet site i can't show you the actual page but i made a similar one at http://icreate.be/jquery/test.php. I'm using the jqModal, tooltip and of course the masked input plugin. I hope this ca