dayvonjersen / ajaxslt

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

NodeTestElementOrAttribute named NodeTestElement in xpathdebug.js, breaks /test/xpath.html #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the ajaxslt package.
2. Run the xpath.html file in IE6/7, safari, and firefox.
3. Get the error on load.

What is the expected output? What do you see instead?
I would expect to see a successful parsing of the files, instead I am 
shown a Error when I click on parse.

Error "this.nodetest.parsetree is not a function" is the result I get on 
Firefox on linux.  IE6 on winxp I get "xpath parse error: stack exception 
xpath parse error".  Safari 2.0.4 on OSX 10.4 PPC I get "EXCEPTION 
TypeError - Undefined Value" 

What version of the product are you using? On what operating system?
See message above.

Please provide any additional information below.

Original issue reported on code.google.com by ben.w...@gmail.com on 18 Jan 2007 at 8:25

GoogleCodeExporter commented 8 years ago
I wonder if changes made to the core library files were not applied to the unit 
tests?  This seems really broken right now.

Original comment by ben.w...@gmail.com on 18 Jan 2007 at 8:28

GoogleCodeExporter commented 8 years ago
NodeTestElement wasn't renamed to NodeTestElementOrAttribute in xpathdebug.js. 
Has
nothing to do with unittests. Fix is upcoming.

Original comment by steffen....@gmail.com on 29 Jan 2007 at 2:05

GoogleCodeExporter commented 8 years ago
Fixed in revision 10

Original comment by DanFabul...@gmail.com on 5 Nov 2007 at 4:22