Discovery Gaming Community
BBCode: unordered lists are broken - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Rules & Requests (https://discoverygc.com/forums/forumdisplay.php?fid=6)
+--- Forum: Site & Forum Feedback (https://discoverygc.com/forums/forumdisplay.php?fid=14)
+--- Thread: BBCode: unordered lists are broken (/showthread.php?tid=151160)



BBCode: unordered lists are broken - Biggles - 06-18-2017

The code:
Code:
[list]
[*]Item one
[*]Item two
[*]Item three
[/list]
ought to create something like:
Quote:Item one
Item two
Item three
but it doesn't. Instead we get this:
Quote:
  • Item one
  • Item two
  • Item three.

The <ul> and <li> tags are created properly, but the list-style-type property is set to none and as a result the bullet points are not displayed. This has been broken for some time now and I would appreciate it being fixed, as the workaround used to exemplify the proper behaviour is rather inconvenient.



RE: BBCode: unordered lists are broken - Biggles - 08-27-2017

Bump? Sad


RE: BBCode: unordered lists are broken - Alex. - 09-23-2017

Fixed.


RE: BBCode: unordered lists are broken - Biggles - 09-23-2017

Thank you!


RE: BBCode: unordered lists are broken - Corile - 09-23-2017

>three months

Wew maybe what i requested can be implemented as well, pretty pls?


RE: BBCode: unordered lists are broken - Biggles - 09-24-2017

After some testing I don't think they are displaying quite correctly yet:
  1. Ordered lists are indented,
  2. like this.
  • But unordered ones aren't.
  • (In fact they're less indented than normal text!)
This time it's because of the inclusion of padding-left: 5px, for a reason I'm not sure of.



RE: BBCode: unordered lists are broken - Alex. - 09-24-2017

Try now


RE: BBCode: unordered lists are broken - Biggles - 09-24-2017

Working now, thanks again.


RE: BBCode: unordered lists are broken - SnakThree - 09-25-2017

Found this anomaly now - https://i.imgur.com/1PN1HQg.png
It appears that the list code provides additional dot.


RE: BBCode: unordered lists are broken - Alex. - 09-27-2017

Have you checked the source of that post? Are they using bullet points as characters in their text?