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

Allow input and textarea in the presentation #525

Closed
FagnerMartinsBrack opened this issue Feb 25, 2016 · 3 comments
Closed

Allow input and textarea in the presentation #525

FagnerMartinsBrack opened this issue Feb 25, 2016 · 3 comments

Comments

@FagnerMartinsBrack
Copy link
Member

There are some PRs that already requested this, see #105 and #237.

I don't know what is the current behavior. Maybe we could revisit this and check whether it makes sense to implement something like this in impress.js, even if it means exposing the keybindings as a plugin and delegate the responsiblility outside impress.js core.

@Pierstoval
Copy link
Contributor

I agree, just need some changes in the events IMO

@FilipMestric
Copy link

I've seen a lot of WYSIWYG editors that have textarea within the slide. I'd say you only need to put .stopPropagation() on mousedown event for textarea.

@henrikingo
Copy link
Member

Just an update on this ticket. I was hoping forms would be fully supported in 1.0.0-beta1, but it turns out they're not.

There is a form plugin, which does one thing: call blur() to deselect a form element when we're leaving a slide. However, it turns out it's still the case that if you for example type 'p' into a text field, you'll end up opening impressConsole :-/

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

No branches or pull requests

4 participants