quasar
quasar copied to clipboard
<q-spinner-tail> rendering bug when using display: none
What happened?
When the first
Strangely, if the first
What did you expect to happen?
"display: none " should not have an effect on any other elements.
Reproduction URL
https://jsfiddle.net/3mks056g/6/
How to reproduce?
- Go to the provided JSFiddle page
- Observe that the first spinner is hidden as expected
- Observe that the others don't look correct.
- Try editing the "display: none" definition to see that this bug only happens when its on the first spinner
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Chrome, Microsoft Edge
Quasar info output
No response
Relevant log output
No response
Additional context
No response