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

Fixed #160 - Crash when using labelFor attribute #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kkoser
Copy link

@kkoser kkoser commented Jul 28, 2015

Having a labelFor attribute was causing crashes in the CalligraphyFactory due to an uncaught ResourceNotFound exception. We should be catching this exception and treating it the same as if the view had NO_ID.

Having a labelFor attribute was causing crashes in the CalligraphyFactory due to an uncaught ResourceNotFound exception. We should be catching this exception and treating it the same as if the view had NO_ID.
@chrisjenx
Copy link
Owner

What does lableFor do to cause the crash. It seems odd that having id not set and labelFor set causes a crash? I would like to get to the underlying cause instead of just headlessly patching it.

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

Successfully merging this pull request may close these issues.

2 participants