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

exception on special frame !right if neighbours.r not given #69

Open
thomashandorf opened this issue Dec 7, 2017 · 0 comments
Open
Assignees

Comments

@thomashandorf
Copy link
Member

thomashandorf commented Dec 7, 2017

if using special frame !right (e.g. #slider.!right) and no neighbours.r is given, it will give an exception.
the actual problem is that the frame name is taken form neighbours.r which is undef and if the frame name is still undef the code will try to resolve the path “!right” which is giving more than one path-> exception (all in layer view.getFrame)

this is not a big problem as no transition should be run anyway, but this should be caught anyway
this most likely happens with the other directions as well.

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

No branches or pull requests

2 participants