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

Invisible properties #5

Closed
dthevenin opened this issue Dec 19, 2012 · 1 comment
Closed

Invisible properties #5

dthevenin opened this issue Dec 19, 2012 · 1 comment
Assignees

Comments

@dthevenin
Copy link

The properties are not visible/ initialized for the root component.

Example:

<component xmlns="http://bender.igel.co.jp" href="../lib/ui/Application.xml"
  id="buttons"  layout="absolute_layout">
....

</component>

Within the function "did_render" of Application component, the property layout is not visible.
See the Nibbler demo Buttons.html, nibbler.js:202, "instance.properties.layout" is null whereas it should contain the string "absolute_layout".

@ghost ghost assigned julienq Dec 19, 2012
@julienq
Copy link
Collaborator

julienq commented Dec 20, 2012

This is fixed in 390377c

@julienq julienq closed this as completed Dec 20, 2012
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

2 participants