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

Wrongly rendering ordered list #7994

Closed
oswaldofreitas opened this issue Mar 30, 2023 · 0 comments · Fixed by #7995
Closed

Wrongly rendering ordered list #7994

oswaldofreitas opened this issue Mar 30, 2023 · 0 comments · Fixed by #7995

Comments

@oswaldofreitas
Copy link

oswaldofreitas commented Mar 30, 2023

Vue version

3.2.47

Link to minimal reproduction

https://sfc.vuejs.org/#eNqtkV1qwzAQhK8i9BxJNAkUjFvSe+ghrr20avWHtHZbgu/elZ3WaQqBQN5mv1lmYPfAn2KUQw+84nVuk4nIMmAfH7Wv1QxI0oDgom0QaGKs7swwCZLBstY2OT9o7r7EJDU/mmRb8yMZGwTCJ9LighjbF3a3X9Biq2tj1reJ2dwmZnsxplbBzsdU8zVr9XtjvuLGxZBQuCbKtxw8/edQlvXRoBtXbCKF0QPLrPkrYsyVUr2P7y+yDU7tyFOp92gciC643Uau5faeOjOecgnZiecUPjIkatR8dRKuCA6QRALfQYJ0sexs90/hmfevtHSO2o98/AbBn8RD

Steps to reproduce

Create a list of 4 <li> items in an ordered list <ol> wrap the list into a div
image

What is expected?

the content of each item should render properly
image

What is actually happening?

the text (set by v-text) isn't rendered
image

System Info

No response

Any additional comments?

I noticed that the items text is rendered when I:

  • remove the <ol> class
  • remove the <div> container
  • remove one of the items
  • remove the line break before the text
@oswaldofreitas oswaldofreitas changed the title Wrong rendering ordered list Wrongly rendering ordered list Mar 31, 2023
IAmSSH pushed a commit to IAmSSH/core that referenced this issue May 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant