Dear Microsoft:
Dec. 5th, 2007 01:02 pmDear Microsoft:
If you're going to claim that Internet Explorer 7 supports XPATH, it ought to support all of XPATH. A command to find the unlabled text field associated with a syntax-checked hidden field, such as //input[@type='hidden' and @name='username']/../input[@type='text'] ought not to fail with some godsdamned OLE error.
I had to do some stupid crap like:
Firefox does this correctly. You have more money. I see a problem here.
If you're going to claim that Internet Explorer 7 supports XPATH, it ought to support all of XPATH. A command to find the unlabled text field associated with a syntax-checked hidden field, such as //input[@type='hidden' and @name='username']/../input[@type='text'] ought not to fail with some godsdamned OLE error.
I had to do some stupid crap like:
selectNodes('//input[@name='username']/..')[0].selectNodes('input[@type='text'])[0]Firefox does this correctly. You have more money. I see a problem here.