vuuvv / fizzler

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

Incorrect human readable text for ID selector #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Visual Fizzler
2. Type in #foo for selector

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

The description reads, "Select all nodes." Expected to see something along
the lines of what is produced when you enter the equivalent [id=foo]. That
is, "Select all nodes which have a id attribute with a value of 'foo'."

Please use labels and text to provide additional information.

Using r125.

Original issue reported on code.google.com by azizatif on 29 Apr 2009 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 29 Apr 2009 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 29 Apr 2009 at 9:11

GoogleCodeExporter commented 8 years ago
Whoever gets to fix this can add a unit test against it, as there isn't one for 
the
#id selector.

Original comment by info%colinramsay.co.uk@gtempaccount.com on 29 Apr 2009 at 9:14

GoogleCodeExporter commented 8 years ago
rev 130 adds a unit test and fix for this:

#nodeId -> "Select all nodes with an id of 'nodeId'."

Original comment by info%colinramsay.co.uk@gtempaccount.com on 29 Apr 2009 at 11:42