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

[Bug Report][3.5.9] Weird animation glitch of Text field loading progress linear when loading is started or ended #19410

Closed
IeTerin opened this issue Mar 15, 2024 · 6 comments · Fixed by #19435
Assignees
Labels
C: VField T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@IeTerin
Copy link

IeTerin commented Mar 15, 2024

Environment

Vuetify Version: 3.5.9
Last working version: 3.3.14
Vue Version: 3.4.21
Browsers: Edge 122.0.0.0
OS: Windows 10

Steps to reproduce

This animtion glitch is more noticible when the text field variant is outlined or solo.

Expected Behavior

It should be smooth animation like it used to be in version 3.3.14 or older.

Actual Behavior

It is glitching when loading is started or ended

Reproduction Link

https://play.vuetifyjs.com/#...

@KaelWD
Copy link
Member

KaelWD commented Mar 15, 2024

#18169

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke C: VField labels Mar 15, 2024
@yuwu9145
Copy link
Member

yuwu9145 commented Mar 15, 2024

Is this the glitch you meant? The animation itself runs pretty smooth in my end

Screenshot 2024-03-15 at 8 42 28 pm

@yuwu9145
Copy link
Member

Due to inner border radius is bit different from outer border radius, it still has a little tiny overlap, but overall optimised a lot.

@IeTerin
Copy link
Author

IeTerin commented Mar 18, 2024

Is this the glitch you meant? The animation itself runs pretty smooth in my end

Screenshot 2024-03-15 at 8 42 28 pm

The glitch I meant is not like that.
Please look in the following screen record GIF.
VuetifyPlayground-GoogleChrome2024-03-1813-04-04

After doing a few research. it appears to occur only in Chromium based browser. (Tested in latest version of Edge and Chrome)
It is completely smooth on Firefox,
It's hard to say browser's bug because even on edge and chrome, it was perfect before Version 3.3.14.

@IeTerin
Copy link
Author

IeTerin commented Mar 18, 2024

I also added Temporary Solution here. ( Put Progress Linear to loader slot of Text Field )
Vuetify Playground

VuetifyPlayground4--MicrosoftEdge2024-03-1814-18-49-solution

@yuwu9145
Copy link
Member

yuwu9145 commented Mar 19, 2024

Thanks, I can constantly replicate in Windows, Mac is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VField T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants