[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-17 Thread vdhant
> > --John > > On Wed, Jun 17, 2009 at 5:54 PM, vdhant wrote: > > > This fix worked great. > > So how do we go about raising a bug for this so it gets fixed in the > > next release? > > As I mentioned I have more than a little trouble trying to raise it > &

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-17 Thread vdhant
old one is using an anonymous > function. It's the most reliable way to make sure that any proxying > someone else does doesn't cause your proxy to break. > > The real thing you want to test is the length of the arguments. > > ~Daniel Friesen (Dantman, Nadir-Seen-

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-17 Thread vdhant
reak. > > The real thing you want to test is the length of the arguments. > > ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] > > vdhant wrote: > > I was thinking of something a little more simple. I don't mind doing > > this in the shorter time

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-17 Thread vdhant
t it comes back with a "this.each is not a function" is not a function.I have a feeling that I my be loosing the context but I am not sure how to fix it up. Cheers Anthony On Jun 17, 3:21 pm, vdhant wrote: > I was thinking of something a little more simple. I don't mind doin

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
, make your changes and generate a diff. > > -- dz > > On Tue, Jun 16, 2009 at 11:34 PM, vdhant wrote: > > > Hey guys > > In the meantime how could I go about creating my own patch that fixes > > this issue??? > > Cheers > > Anthony > > > On Jun 17,

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
t undesirable results if you try using null or undefined, > >> it's a known issue. > > > Oh, I wouldn't go that far. We've patched any null/undefined issues > > that we've found. I'm not aware of any outstanding issues (save for > > the one mentione

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
sues (save for > the one mentioned in this thread). Pointers to any others would be > appreciated. > > vdhant: You should file a bug with this point in > it:http://dev.jquery.com/newticket > > --John --~--~-~--~~~---~--~~ You received this message becaus

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
gt; > You can try passing an empty string $('#Test').val(''); > > I don't know whyt it's behaving that way though > > > On Jun 16, 8:01 pm, vdhant wrote: > > > Hi guys > > > I have the following case: > > > > > > &

[jquery-dev] Re: $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
an try passing an empty string $('#Test').val(''); > I don't know whyt it's behaving that way though > > On Jun 16, 8:01 pm, vdhant wrote: > > > Hi guys > > I have the following case: > > > > > > > $('#Test').val

[jquery-dev] $('#Test').val(null); IE vs. the rest

2009-06-16 Thread vdhant
Hi guys I have the following case: $('#Test').val(null); See working example here: http://jquery.nodnod.net/cases/421 In IE (i have tested in IE7), it puts the words null into the textbox in all other browsers it puts nothing into the textbox. Why is this??? Cheers Anthony --~--~-~