jhollingworth/bootstrap-wysihtml5

textarea with data-toggle

Opened this issue · 1 comments

Hello,

I placed data-target="#project_draft_abstract_helper" data-toggle="collapse" in my textarea element, but when I click / focus on editor it don't trigger me toggle, maybe because it's don't clicks on textarea but in iframe...

Is there any way to workaround this, and get click on textarea?

Thanks in advance.

I just see, if I place these on events array, it works, but toolbar don't show up...

focus: function () {

          $(this).trigger( "click" ));
           console.debug($(this));
        }