diego2013 / CSR_Meteor

CSR prototype III. Implementation using the Meteor platform
1 stars 1 forks source link

glitch when examining a scenario #135

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

image

Sometimes when we are in a scenario list and we click the button to be redirected to a scenario we get the url http://localhost:3000/scenarioComplete/**undefined** instead of the scn ID.

Investigate what is going on there.

diego2013 commented 8 years ago

The problems comes actually from those times that when hitting the button we click on the magnifying glass.

This was defined as a "glitch" because it was difficult to reproduce. the problem is that when we click on the button (which is using the whole cell) event.target.name is the ID if the scenario, since the button is the target. When we click on the magnifying glass the target is the span with the fa icon.