Closed GoogleCodeExporter closed 9 years ago
Oh, I see, this is a problem because #Myform\.myfield specifies id
Myform.myfield, whereas #Myform.myfield specifies id Myform with class myfield.
Thanks for the report, I'll look into this.
Original comment by sligocki@google.com
on 20 Nov 2012 at 8:14
I've noticed another problem along similar lines.
When trying to filter by element id in quotes, the quotes are removed, meaning
that the effect is the same again, the rule is treated as ID.class instead of
ID.MOREID
Eg:
input[id="MyFrm.MyField"]
gets compressed to
input[id=MyFrm.MyField]
Original comment by Dev.Anu...@gmail.com
on 21 Nov 2012 at 3:17
Original comment by sligocki@google.com
on 26 Nov 2012 at 11:56
This issue was closed by revision r2235.
Original comment by sligocki@google.com
on 30 Nov 2012 at 7:32
Original comment by sligocki@google.com
on 30 Nov 2012 at 7:39
Original comment by matterb...@google.com
on 6 Dec 2012 at 9:51
Original issue reported on code.google.com by
Dev.Anu...@gmail.com
on 20 Nov 2012 at 4:00