-
Bug
-
Resolution: Fixed
-
Blocker
-
2.0.0
-
None
-
Firefox
How to reproduce :
- Use the demo repository
- Open the skin factory
- In the page tab, click on the first button in order to change the background color
> Nothing occures
Actually, it seems to occurs on each direct button that does not have a menu tag.
This one in my skin does not work :
<parameter id="default.default.main.bgcolor" />
This one works :
<menu icon-small="/plugins/skinfactory/resources/img/button/unknown_16.png" icon-medium="/plugins/skinfactory/resources/img/button/unknown_32.png" id="default.default.light" i18n:attr="" label="light"> <parameter id="default.default.main.bgcolor" /> </menu>