weijia / trimpath

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

Want option to have default or informative error processing #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an error in a template.
2.
3.

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

The desired output is something that, either in a popup windows or accessible 
to browser tools, will register the file, line number, and as informative an 
error message as possible.

What happens instead is that there is an alertbox saying e.g. 'Error: the 
TEXTAREA with id or name set to "editorID_06568993726051672_07869976551885075" 
was not found'

What I would like is for either the alertbox to give valuable diagnostic 
information such as file, line number, and type of error, or for things to be 
allowed to pass through so developers could use browser developer tools and 
find logged errors that would help give clues as to exactly what went wrong.

What version of the product are you using? On what operating system?

In terms of OS, I'm on XP, and the error alertboxes are consistent across IE, 
FF, and Chrome.

Please provide any additional information below.

Original issue reported on code.google.com by christos...@gmail.com on 3 Nov 2010 at 6:41