Problem with Redactor in Repeaters

  • When using Redactor in Repeaters, clicking add item creates a new entry with two Redactor textareas.


    Is this a known bug?


    Code
    1. <perch:repeater id="profiles" label="Profiles">
    2. <perch:content id="text" type="text" label="Text" required title>
    3. <perch:content id="description" type="textarea" label="Description" html editor="redactor" imagewidth="640" imageheight="480">
    4. </perch:repeater>


    redactor-repeater-problem.jpg