• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Resource Bugs, Bugs, and Bugs!

Alteras

The Sleepy Prisoner
Administrator
Supporter
Bugs, Bugs, and Bugs!
So since we're stuck without BBCode+ for a while, most of us have to wrangle our crazy designs with the pre-existing BBCode. Which means bugs are undoubtedly going to resurface again. Some of ya have already encounter them, but to make it easier on all of our lives, here's a thread!

Post bugs! Post workarounds! Post issues you have! We'll make a master list of the bugs so that people don't have to remember them all!

> Submitting a Bug
To make this somewhat organized, I ask that people follow this layout:

Bug NameDescription of bug.
Code:
code in here if possible without breaking page
Screenshots or live code if it doesn't break page.

Here's a copy pasta-able layout:
[sh]Bug Name[/sh]
Description of bug.
[code]code in here if possible without breaking page[/code]
Screenshots or live code if it doesn't break page.
> List of Known Bugs

And here's the list!

> Fixed

 
Last edited:
Accordions and Tabs don't respect [code] and [plain] tagsDue to the nature of how Accordions and Tabs are rendered, if a [code] block inside an slide/tab has another slide/tab inside it, it'll break out and break the page. Avoid putting code blocks inside accordions for the time being.
Code:
[accordion]
	{slide=title}
		[plain]
			[accordion]{slide=another slide}
			this shouldn't show up
			{/slide}[/accordion]
		[/plain]
	{slide}
[/accordion]
Code:
[tabs]
	[tab=title]
		[plain]
			[tabs][tab=another tab]
			this shouldn't show up
			[/tab][/tabs]
		[/plain]
	[/tab]
[/tabs]
 
I'm here after a thread with Musician to report that unordered lists do not appear in Tabs like so. I assume that this is part of the "Accordions and Tabs Don't Respect [x] Tags", but I figured that I would mention it anyway. From what I can tell, it still indents normally though it cannot be seen and I've had to install my own for now. Ohwell.
 
I'm here after a thread with Musician to report that unordered lists do not appear in Tabs like so. I assume that this is part of the "Accordions and Tabs Don't Respect [x] Tags", but I figured that I would mention it anyway. From what I can tell, it still indents normally though it cannot be seen and I've had to install my own for now. Ohwell.
Ya... I'm look into it now. That is a completely different problem. Unfortunately, you're just gonna have to do what you did, add in your own bullet points. I'll add the bug to the list.
 
Ya... I'm look into it now. That is a completely different problem. Unfortunately, you're just gonna have to do what you did, add in your own bullet points. I'll add the bug to the list.
No worries. Best of luck with finding a fix.
 
FIXED Tabs don't properly style List bullet pointsThe CSS of Tabs make it so that bullet points aren't visible in list tags. Current workaround is to make your own bullet points or use the numbers style instead.
Code:
[tabs]
[tab=example tab]
[list][*]this is a list
[*]second item on the list
[*]third item
[/list]

[list=1]
[*]let's try with numbers
[*]yay!
[/list]
[/tab]
[/tabs]

    • this is a list
    • second item on the list
    • third item

    1. let's try with numbers
    2. Yay!
 
Last edited:
Accordions don't play nicely with attachments.
Code:
[bg=transparent; padding:0px;][border=0px;][accordion=100%]
{slide=[bg=#228fbd;font-variant:normal;text-transform:uppercase;color:#fff;]Roleplay Etiquette[/bg]}[bg=#313131][HEIGHTRESTRICT=300][/HEIGHTRESTRICT][/bg]{/slide}
[/accordion][/border][/bg]

Roleplay Etiquette
 

Users who are viewing this thread

Back
Top