Wlada / vue-carousel-3d

Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
MIT License
971 stars 203 forks source link

Text fields not working inside slides #54

Open abelovic opened 7 years ago

abelovic commented 7 years ago

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

Wlada commented 6 years ago

Thanks for reporting this.

cdefy commented 5 years ago

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 commented 5 years ago

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

skgonh08 commented 5 years ago

figcaption did not solve the issue with text input

skgonh08 commented 5 years ago

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

Techwizmatt commented 4 years ago

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