Fabrik / fabrik

Fabrik for Joomla 3.x
http://fabrikar.com
Other
254 stars 380 forks source link

Textarea in repeat group, issue with adding addElements #1218

Open cheesegrits opened 10 years ago

cheesegrits commented 10 years ago

As per this thread:

http://fabrikar.com/forums/index.php?threads/problem-with-the-autofill-plugin.37916/#post-191331

        // $$$ rob need to use the NAME as the ID when wysiwyg end in joined group
        $id = $this->getHTMLName($repeatCounter);

        // Testing not using name as duplication of group does not trigger clone()
        // $id = $this->getHTMLId($repeatCounter);

... but using the name blows up in addElements().

-- hugh

mircesco commented 10 years ago

Hello,

Have you found a solution for this issue?

mircesco commented 10 years ago

So, what's new here?

mircesco commented 9 years ago

Hello,

Please let me know if there is any chance to have this issue solved soon, the version 3.2 were released , unfortunately the issue still exist...

cheesegrits commented 9 years ago

If I knew how to fix it, I'd have fixed it by now.

http://fabrikar.com/forums/index.php?threads/problem-with-the-autofill-plugin.37916/#post-191331

pollen8 commented 8 years ago

@cheesegrits I don't understand either the thread or this ticket - what would I need to do to replicate it?