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

🐞 The 6th element in a property list isn't shown #451

Closed
3 of 7 tasks
stroiman opened this issue Aug 27, 2024 · 1 comment · Fixed by #457
Closed
3 of 7 tasks

🐞 The 6th element in a property list isn't shown #451

stroiman opened this issue Aug 27, 2024 · 1 comment · Fixed by #457

Comments

@stroiman
Copy link

stroiman commented Aug 27, 2024

Check for existing bug reports before submitting.

  • I searched for existing Bug Reports and found no similar reports.

Expected Behavior

All values in a property list should be shown.

Current behaviour

The value "6" is not shown.

It appears to always be the 6th element that's missing.

image

Reproduction

Create the very simple statblock:

When rendered, it shows 1, 2, 3, 4, 5, 7, 8, 9 - but not 6

```statblock
damage_immunities: 
  - 1
  - 2
  - 3
  - 4
  - 5
  - 6
  - 7
  - 8
  - 9
```

After observing this behaviour in a real vault, I recreated it in a new empty obsidian vault with a fresh plugin install with no custom settings and no other plugins.

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version Check

1.6.7 / 1.5.3

Plugin Version

4.6.0

Confirmation

  • I have disabled all other plugins and the issue still persists.

Possible solution

No response

@stroiman
Copy link
Author

stroiman commented Aug 27, 2024

Btw, forgot to mention, the missing element isn't even in the DOM - as can be inspected with the inspector - so it's not a CSS issue; it's a rendering issue

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

Successfully merging a pull request may close this issue.

1 participant