karl368 / firepath

Automatically exported from code.google.com/p/firepath
GNU General Public License v3.0
0 stars 0 forks source link

Don't collapse the DOM tree when the a query does not match any nodes. #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When typing an xPath to be evaluated, it would be helpful if the DOM didn't 
collapse/reset back to the root.  Perhaps there can be some visual indication 
that the xQuery is either a) syntactically incorrect or b) didn't find 
anything.  I noticed the red paint of the eval entry field when the syntax is 
wrong.  Something similar for an xQuery that is valid but doesn't return 
anything would be nice.

Original issue reported on code.google.com by pierre.t...@gmail.com on 20 Jul 2011 at 4:16