Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: kopchev on September 26, 2008, 05:40:28 PM

Title: BBC: [url] with [list] tag = bug?
Post by: kopchev on September 26, 2008, 05:40:28 PM
Just create a list

<list>
+<url=site1>desc</url>
+<url=site2>desc</url>
+<url=site3>desc</url>
</list>

Some text....

Then add some text bellow... Even though i made 10 empty lines, the text is positioned roughly under the last bullet. It happens only when <url> tag is used within the <list>. Using <url> with <list> causes break line escape

It happens with 1.1.6
Title: Re: BBC: [url] with [list] tag = bug?
Post by: SleePy on September 28, 2008, 05:09:38 PM
Are you using HTML?
Title: Re: BBC: [url] with [list] tag = bug?
Post by: kopchev on September 29, 2008, 09:32:49 AM
nope, i do not use the html tag, only list and url tags. It can reproduced here... Hyperlink every item from the list, close the list tag and type some text underneath. It dosen't matter how many break lines you make (pressing enter :) )., every time the text is just under list... When the list items are not hyperlinked it doesn't happen
Title: Re: BBC: [url] with [list] tag = bug?
Post by: Dragooon on September 30, 2008, 03:44:41 AM
OK Lets test it

EDIT : Seems fine to me.
Title: Re: BBC: [url] with [list] tag = bug?
Post by: kopchev on September 30, 2008, 11:14:19 AM



text below [4 break lines]

edit: doesn't work fine for me... Any mod can edit my post in order to see how I used the tags
Title: Re: BBC: [url] with [list] tag = bug?
Post by: poolhall on October 04, 2008, 09:25:11 PM
Use [li] [/li] around every element of the list instead of [+]
Title: Re: BBC: [url] with [list] tag = bug?
Post by: kopchev on October 05, 2008, 06:32:36 AM
10x, I shall... ;D