bootstrap-wysihtml5 icon indicating copy to clipboard operation
bootstrap-wysihtml5 copied to clipboard

textarea with data-toggle

Open hugoalexmartins opened this issue 8 years ago • 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.

hugoalexmartins avatar Dec 21 '16 13:12 hugoalexmartins

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));
        }

hugoalexmartins avatar Dec 21 '16 13:12 hugoalexmartins