Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial tutorial is broken. #22

Open
Madgvox opened this issue Apr 14, 2015 · 3 comments
Open

Partial tutorial is broken. #22

Madgvox opened this issue Apr 14, 2015 · 3 comments

Comments

@Madgvox
Copy link
Member

Madgvox commented Apr 14, 2015

Crossposting from @donnyv's issue:

It looks like the ability to edit is broken.
I click on the item and nothing happens.
http://learn.ractivejs.org/partials/1

@Ashot-KR
Copy link

There's errors on lines 60(remove handler) and 70(edit handler). event.index.i is a reason: event object has index property, but it's value is undefined

@3100
Copy link

3100 commented Jun 29, 2015

Ractive.getNodeInfo(event.node).index.i returns the correct value. This is ugly, but works. You can also replace on-tap with on-click and it works If you don't care the difference between them.
Anyway, this issue should be fixed the right way.

@iotaweb
Copy link

iotaweb commented Dec 19, 2015

The remove function also doesn't appear to work, at least on Mac Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants