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

weird FAQ rendering issue #1886

Closed
kareila opened this issue Oct 2, 2016 · 4 comments · Fixed by #2187
Closed

weird FAQ rendering issue #1886

kareila opened this issue Oct 2, 2016 · 4 comments · Fixed by #2187

Comments

@kareila
Copy link
Member

kareila commented Oct 2, 2016

I tried to add a FAQ just now that contained an unordered list using <ul> tags. When I previewed the FAQ, it rendered normally, but when I looked at it via faqbrowse after saving, the list displayed as an ordered list with numbers.

@kaberett
Copy link
Contributor

kaberett commented Oct 7, 2016

This is consistent behaviour throughout the FAQ system.

@rahaeli
Copy link
Contributor

rahaeli commented Oct 15, 2016

Guessing it's something to do with the CSS reset or something? IDK.

@pinterface
Copy link
Contributor

Do y'all still experience this? I can't duplicate it. The only weirdness that I see is that faq.css has list-style-type: outside, which is invalid (should be list-style-position: outside), but all that should do is get ignored, not cause it to effectively treat everything as being list-style-type: decimal.

@kareila
Copy link
Member Author

kareila commented May 20, 2017

Interesting, this appears to be a rendering bug in Firefox. Looks fine in Chrome and Safari.

I do think you correctly identified the problem, though. If I change the page CSS to use list-style-position: outside instead, the bullets appear as expected.

pinterface pushed a commit to pinterface/dw-free that referenced this issue May 20, 2017
'outside' is a list-style-position, not a list-style-type.  This seems
to result in certain versions of certain browsers displaying unordered
lists as though they were ordered lists, which is less than ideal.
zorkian added a commit that referenced this issue Sep 9, 2017
Use the right CSS property in FAQ css (fixes #1886)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

5 participants