SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

Breaking Preview... #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click Edit Connection
2.Click Save and Edit
3.Copy the following into description:

[FIELD]asdf[TBL]msustudentdatalocks[/TBL][COL]INSTALLATION_NAME[/COL][/FIELD][TB
L/][URL][TITLE]google[/TITLE]http://www.google.com[/URL][BR/][TBL/][BR/][FIELD][
TBL]msustudentdatalocks[/TBL][COL]DISTRICT_ID[/COL][/FIELD]

4. Click Preview KML
5. Its blank

What is the expected output? What do you see instead?

Should throw an error and actually this is valid so it should just show up...

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Spoofed...@gmail.com on 10 Apr 2010 at 7:01

GoogleCodeExporter commented 9 years ago
Fixed. JavaScript cannot handle escaped characters in the same matter that C# 
does.
Fixed this by using string replacement on special characters.

Original comment by Ctan...@gmail.com on 10 Apr 2010 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by Spoofed...@gmail.com on 10 Apr 2010 at 9:53