bendr / bender

Bender is an experimental, declarative language for Web application authoring.

Home Page:http://bender.igel.co.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible properties

dthevenin opened this issue · comments

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".

This is fixed in 390377c