[Proto-Scripty] Re: element.insert not working in safari 4.0.3 (OS X)

2010-01-13 Thread Beckley
i'm having the same issue. .insert works in firefox but not in safari.
-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.




[Proto-Scripty] Re: element.insert not working in safari 4.0.3 (OS X)

2010-01-13 Thread T.J. Crowder
Hi,

You'll need to provide more context.  Can you post a small, self-
contained example[1] (perhaps to pastie[2])?  Then it will be easy for
people to verify (or debug) the behavior you're seeing.

[1] http://proto-scripty.wikidot.com/self-contained-test-page
[2] http://pastie.org

--
T.J. Crowder
Independent Software Consultant
tj / crowder software / com
www.crowdersoftware.com


On Dec 3 2009, 3:26 pm, jjaayy jan.gloeck...@gmail.com wrote:
 hi everybody,

 I'm not sure I my code is wrong or if this is a problem with safari
 (it's working in FF):

 In a Ajax.Request statement I have

 onComplete: function(transport) {
         $('container_td_loading').insert({
                 after: transport.responseText
         });

 }

 But this hangs in Safari without any error.

 Whats wrong or can confirm someone this behaviour in Safari?

 Thanks for any tips.
 J
-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.




[Proto-Scripty] Re: element.insert not working in safari 4.0.3 (OS X)

2010-01-13 Thread Beckley
too late. converted the scripts to jQuery. thanks anyway.
-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.




[Proto-Scripty] Re: element.insert not working in safari 4.0.3 (OS X)

2009-12-04 Thread david
Hi jjaayy,

first, do you have trry an alert inside the oncomplete function, so it
indicate that the AJAX request work.
Next, does your AJAX.Request return something (transport.responseText
contain something) ?


that is some question you did not answer, but it could be so much
think !! Any chance to have a live view of the problem ??

--
david

On 3 déc, 16:26, jjaayy jan.gloeck...@gmail.com wrote:
 hi everybody,

 I'm not sure I my code is wrong or if this is a problem with safari
 (it's working in FF):

 In a Ajax.Request statement I have

 onComplete: function(transport) {
         $('container_td_loading').insert({
                 after: transport.responseText
         });

 }

 But this hangs in Safari without any error.

 Whats wrong or can confirm someone this behaviour in Safari?

 Thanks for any tips.
 J

--

You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.