[Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Cardinal
Hi all,
when i'm including prototype into a JSP, IE throws the error Unterminated 
string constant when i open a popup window which contains strings with a 
trailing dot.

Basically, it's a list of usernames in the format

user1.data
user2.data

As soon as this list contains a value like

users2.data.system*.*

I will get the unterminated string contant error. This error only appears 
when im including prototype (1.6.1 or 1.7.1), even if i don't need it for 
this particular popu-window (but for other elemts of the site).
That means the popup is working without errors when im not using prototype. 

I assume that there is some type of escape functiality or so which 
collidates with my popup.

Any help would be appreciated.
Unfortunately i cant give you a link to reproduce that as im running the 
web server on a local virtual machine.

Thank you and sorry for my bad english :-)

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




Re: [Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Walter Lee Davis

On Apr 20, 2013, at 6:19 AM, Cardinal wrote:

 Hi all,
 when i'm including prototype into a JSP, IE throws the error Unterminated 
 string constant when i open a popup window which contains strings with a 
 trailing dot.
 
 Basically, it's a list of usernames in the format
 
 user1.data
 user2.data
 
 As soon as this list contains a value like
 
 users2.data.system.
 
 I will get the unterminated string contant error. This error only appears 
 when im including prototype (1.6.1 or 1.7.1), even if i don't need it for 
 this particular popu-window (but for other elemts of the site).
 That means the popup is working without errors when im not using prototype. 
 
 I assume that there is some type of escape functiality or so which collidates 
 with my popup.

Could you please show some code around this error, or a live example? It's hard 
to imagine what the issue might be without something to trace through.

Walter

 
 Any help would be appreciated.
 Unfortunately i cant give you a link to reproduce that as im running the web 
 server on a local virtual machine.
 
 Thank you and sorry for my bad english :-)
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Prototype  script.aculo.us group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to prototype-scriptaculous+unsubscr...@googlegroups.com.
 To post to this group, send email to prototype-scriptaculous@googlegroups.com.
 Visit this group at 
 http://groups.google.com/group/prototype-scriptaculous?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

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




Re: [Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Walter Lee Davis
Just read this part. Please try to make a cut-down example in a static page 
that duplicates the error. Often this exercise will either bring 
dependencies/alternate causes to light, or it will force you to think through 
the problem in a new way.

Walter

On Apr 20, 2013, at 6:19 AM, Cardinal wrote:

 Unfortunately i cant give you a link to reproduce that as im running the web 
 server on a local virtual machine.

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