dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

selector ain't workin when contains doubledot #90

Closed izocan closed 10 years ago

izocan commented 10 years ago

Hey dudes.

following situation: Table ----th ----tbody -------tr --------td --------td --------td -------tr --------td --------td -------- td --> I need this one crucial entry for my test

I tried and succeeded to access it on the browser console with this selector:

'.tableclasss tbody tr:last td:eq(2)'

but this fails if i use it in DalekJS becaus of the colons!

if I use

'.tableclasss tbody tr'

the selector finds the tablerows but as soon as i use a colon like:

'.tableclasss tbody tr:last'

the selection fails.

Any known issues about that?

Versions: Win7 dalek-cli 0.0.4 dalekjs local install: 0.0.8

cheers izocan

izocan commented 10 years ago

see http://stackoverflow.com/questions/23385018/dalekjs-selector-aint-workin-when-contains-doubledot