-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] VTextField Border is not aligned correctly with outlined and reverse prop in browser mozilla firefox #10798
[Bug Report] VTextField Border is not aligned correctly with outlined and reverse prop in browser mozilla firefox #10798
Comments
You've submitted an issue that does not contain a reproduction. In order to effectively disposition this, we need to verify that the problem exists outside of your environment. Please open a new issue with the missing information. Thank you for your contribution and interest in improving Vuetify. If you have any additional questions, please reach out to us in our Discord community. |
@jacekkarczmarczyk I'am sorry for missing information, label and legend just correctly in CHROME browser. but in other browser ex. mozilla firefox legend not aligned correctly. like in the screenshot that I attached in comment. |
Sorry, but a screenshot is not a valid reproduction, please create a minimal codepen/codesandbox/github repo that reproduces the issue |
@jacekkarczmarczyk this is my codepen https://codepen.io/neko-chan/pen/xxGpYPm. it is correctly on chrome but not in mozilla firefox. |
Sorry, missed information about Firefox |
@jacekkarczmarczyk or anyone interested, I believe I have a fix for this, but I'm fairly new and would appreciate advice. Can you think of a reason why this would not be a sufficient fix? If not, do you have any suggestions for further testing? ( I can't test Windows/Edge) |
@tronolives It does not work in Edge for me. But I tried Still don't know if it's a sufficient fix. |
for now, add this line stylesheet code in the App.vue .v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend { |
Don't close issues just because you've found a workaround, it's still a bug. |
@KaelWD Can please you assign this to me? |
Environment
Vuetify Version: 2.2.15
Vue Version: 2.6.10
Browsers: Mozilla Firefox
OS: Windows
Steps to reproduce
create vtextfield with prop outlined and reverse. Aligned only correctly in chrome browser but in other browser ex. mozilla firefox legend not aligned correctly. like in the screenshot that I attached in comment.
Expected Behavior
label and legend should be in right position in mozilla firefox
Actual Behavior
only label in right position and legend still in left in mozilla firefox
Reproduction Link
https://codepen.io/neko-chan/pen/xxGpYPm
The text was updated successfully, but these errors were encountered: