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

VTextField Unable to Receive Focus Event On Breakpoint Change When Using Vuetify.js #17

Open
185driver opened this issue Oct 8, 2018 · 1 comment

Comments

@185driver
Copy link

185driver commented Oct 8, 2018

Hi, I'm trying to use the vue-masonry-css plugin with vuetify.js. The plugin seems to work quite well for layout, but I'm getting a side-effect when used with vuetify's v-text-field component. On breakpoint change (when manually resizing the browser), the input no longer is able to receive focus. This issue does not seem to occur when using generic inputs in vue.js so it seems related to vuetify use. How might I determine the cause and a fix? Thanks.

codepen example: https://codepen.io/185driver/pen/qJqxXq

@cjpelaezrivas
Copy link

Hi, same issue here, but with v-img component. Images look to load fine, but on breakpoint change (manually resizing browser) all images are lost. You can see a working example in [1].

Exploring the code, all image components lose CSS styling on breakpoints change. Maybe the text field lose focus condition is related with styles too? 😕

[1] https://codepen.io/cjpelaez/pen/WYrBPK

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

2 participants