Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textarea with data-toggle #382

Open
hugoalexmartins opened this issue Dec 21, 2016 · 1 comment
Open

textarea with data-toggle #382

hugoalexmartins opened this issue Dec 21, 2016 · 1 comment

Comments

@hugoalexmartins
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant