Feedback
ยท
Bullet point content appears on newlines (in progress)
As can be seen in various profiles (such as this one), bullet points don't get handled well: each bullet point will have a paragraph, and that paragraph insists on starting on a new line from the bullet point.
This happens when using double spacing between each bullet point:
comes from
* test
* test
This might be just a Firefox thing - on Firefox, the above shows up like this.
endorsement points: 1
created: 18 April 15 at 07:17 AM (build: 4/12/2015 6:11 PM beta)
Isn't that just the way that markdown works? Or is the issue the lack of double spaces?
Markdown is meant to create paragraphs when you double-space list items, but the fact the content gets pushed onto new lines in Litphoria is a visual bug.
I also just realised what was causing it. We have these lines of CSS:
ul{
list-style:circle inside
}
ol{
list-style:decimal inside
}
The inside keyword is causing the problem, and should just be removed (so as to use the default, outside).
I don't see what the problem is?
Oh, that is the confusion then, it is not showing up like that on my screen.
Confirmed, definitely happens in Firefox.
Fixed for Firefox. (Say that five times fast.)
Specifically this was fixed for roleplays and chats. We'll need some work to go before this can be resolved in feedback posts.
Got something to say?
Why don't you register and participate?
Litphoria has a unique community feedback system, where the community decides what profile options are available, and what order new features are developed.
I want my voice heard!
tell me more!