vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Text fields not working inside slides

Open abelovic opened this issue 8 years ago • 6 comments

Steps to reproduce

I'm trying to add a text field to a slide and it is not clickable (see codepen below). are click events somehow disabled for anything in the slides for swiping? I tried to verify through the chrome debugger and couldn't see anything blocking this :(

I'm using the vuetify library but it doesn't have anything to do with that because if I remove it, it doesn't work with a plain html input text box either

Versions

Vue: 2.4.4 Vue-3d-carousel: 0.1.18 vuetify: 0.15.7

Reproduction Link

https://codepen.io/ad_bel/pen/PJjQdv

abelovic avatar Sep 29 '17 18:09 abelovic

Thanks for reporting this.

Wlada avatar Nov 29 '17 17:11 Wlada

Hi, I just tried to add a map area on one slide and it seems that it's not clickable neither. Might be related? (Even if this bug goes back to 2017...) Thanks

cdefy avatar Jun 06 '19 12:06 cdefy

I bypassed the issue using the <figcaption>, there's a code exemple of the use of <figure> on the plugin website.

cdefy avatar Jun 06 '19 13:06 cdefy

figcaption did not solve the issue with text input

skgonh08 avatar Sep 08 '19 19:09 skgonh08

Although the functionality is working fine in IE and Microsoft Edge but not in Chrome/firefox

skgonh08 avatar Sep 08 '19 19:09 skgonh08

Has anyone found a workaround or a solution to this issue?

Techwizmatt avatar Feb 12 '20 05:02 Techwizmatt