[Proto-Scripty] Re: Getting keys from a JSON object returned from transport.responseText.evalJSON(); or for that matter any JSON object

2009-08-10 Thread krishna
Yep, that's exactly what I found after even more googling!! On Aug 10, 12:55 pm, Tobie Langel wrote: > What about simply: Object.keys(myObj)? > > http://prototypejs.org/api/object/keys --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[Proto-Scripty] Re: Getting keys from a JSON object returned from transport.responseText.evalJSON(); or for that matter any JSON object

2009-08-10 Thread krishna
t;     me just the keys in a JSON object. > >     Is there none in Prototype and no way to know the keys? > >     Regards >     Krishna --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype &

[Proto-Scripty] Re: latest scriptaculous functional and unit tests fail in IE7.0 and unit tests fail in FF3.0.7

2009-03-18 Thread krishna
Hi David, I have raised a ticket as per your suggestion: http://prototype.lighthouseapp.com/projects/8887-script-aculo-us/tickets/183 Regards Krishna --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prot

[Proto-Scripty] Re: latest scriptaculous functional and unit tests fail in IE7.0 and unit tests fail in FF3.0.7

2009-03-11 Thread krishna
After two full days of debugging using alerts and console prints in IE7.0 and not giving up, I found that there is some piece of code which when removed, worked for me in both IE and FF even when used inside one of the frames! I wish someone could explain me the IE thingy here! search for CHANGES

[Proto-Scripty] Re: latest scriptaculous functional and unit tests fail in IE7.0 and unit tests fail in FF3.0.7

2009-03-11 Thread krishna
link just for you to test, let me know if you want me to post the link here in the forum for others to look at again? SOS Krishna --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us&q

[Proto-Scripty] latest scriptaculous functional and unit tests fail in IE7.0 and unit tests fail in FF3.0.7

2009-03-11 Thread krishna
thing else, unit test in IE and FF and functional test in IE failed! I did get the security warning in IE and I clicked the alert and allow the activex content for these pages! Help the newbie! Krishna --~--~-~--~~~---~--~~ You received this message because you are

[Proto-Scripty] Re: Ajax.Autocompleter blanks out page when used in an Internet Explorer IE framed jsp

2009-03-11 Thread krishna
David, I sent you a link using "Reply to author" as per your request and will now download the latest scriptaculous and test it! Also, I see that there are other CSS issues which I will discuss once I finish this! --~--~-~--~~~---~--~~ You received this message bec

[Proto-Scripty] Re: Ajax.Autocompleter blanks out page when used in an Internet Explorer IE framed jsp

2009-03-11 Thread krishna
David, I posted the link as per your request and will now download the latest scriptaculous and test it! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send

[Proto-Scripty] Re: Ajax.Autocompleter blanks out page when used in an Internet Explorer IE framed jsp

2009-03-11 Thread krishna
break it. new Effect.Highlight(element, { startcolor: this.options.highlightColor, keepBackgroundImage: true }); }, onEnterEditMode: null, onEnterHover: function(ipe) { ipe.element.style.backgroundColor = ipe.options.highlightColor; if (ipe._effect) ipe._effect.

[Proto-Scripty] Ajax.Autocompleter blanks out page when used in an Internet Explorer IE framed jsp

2009-03-11 Thread krishna
#ff9;} div.autocomplete ul li { list-style-type: none; display: block; font-family: sans-serif; font-size: smaller; color: #444; margin: 0; padding: 0.1em; height: 1.5em; line-height: 1.5em; cursor: pointer; } Any help will be appreciated. Regards Radha Krishna --~--~-~-