I have created a temple in dreamweaver cs4 and it works fine in dreamweaver and behave as expected but when I try this out in contribute the behaviour changes.
******BUG******
Concise problem statement:
Steps to reproduce bug:
1. use template with repeatable region the template has php code in the repeatable region.
2. add a new region by pressing the + button
Results: the php code is destroyed in the origional region as well as the repeated region
Expected results: the region should repeat with the php code intact. This is not the way the dreamweaver behaves with templates. When the region is repeated the php code is intact.
It seems that contribute cannot use repeatable regions correctly. It seems to create a new region from a rendered version of the current page and not what is in the template. This seem to be a serious flaw as I understand that If a template is created in dreamweaver and works correctly then it should also work in contribute. I thought that contribute was designed to work hand in hand with dreamweaver and was like an easier to use version of dreamweaver.
Is this a well known bug and if so how do I resolve this issue?