[bug] List items with inner p tags don't have bullets #348
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#348
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version
e7a558a
What were you trying to do?
I was viewing posts from a firefish instance with a list.
What did you expect to happen?
The list has bullets
What actually happened?
The list appears without bullets.
After a few HTML inspects, I find out that
<li>
elements from firefish has<p>
inside, and I can reproduce that within akkoma by composing a post in HTML. This happens for both unordered and ordered lists, and does not happend on other FE such as mastodon FE/glitch-soc.Screenshots of a test post from akkoma and glitch-soc for referrence:
Severity
I can manage
Have you searched for this issue?
Looks fine to me? :thonk:
It looks like this is only a problem on firefox. Other clients work fine on firefox though
If I disable this rule on firefox, the bullets and numbers are also displayed fine 🤔
no idea why this causes that. I also tried to reproduce this in isolation with the HTML below but it didn't work either.
Firefox ESR 115 is still affected, but Firefox 123 and mobile Firefox display the bullet point and number.
Guess this was a bug with Firefox’s default styling
just checked that firefox 122 also works.
yea i suppose that it's a bug on firefox's side that's fixed after all, but what perplexed me was that i couldn't reproduce that outside akkoma