Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-2808 now.

List elements insert breaks where they should not be (fix completed in vcs)

When using list elements, breaks are inserted between lists...
for example, using:
[ list]
[*] first item
[*] second item
[*] third item
[ /list]

parses as...
[ list]<br>
[*] first item<br>
[*] second item<br>
[*] third item<br>
[ /list]

Code: Select all
<ul><br><li> first item</li><br><li> second item</li><br><li> third item</li></ul><br>


This causes the display to appear as:

[list]

[*] first item

[/*:m][*] second item

[*] Third item

[/*:m][/list:u]


See This post for an example.

Hopefully this worked... no preview.

Comments / History

Posted by DavidMJ (Former Team Member) on Jan 9th 2007, 04:37

Hold on, you do know that area51 does not run CVS, right? Current CVS does not exhibit this issue AND area51 is showing evidence of another list bug that was fixed...

Posted by NaviFriends on Jan 9th 2007, 14:12

I will checkin a more convenient maximum execution setting soon - maybe this will solve this issue
THX!

Posted by NaviFriends on Jan 9th 2007, 15:00

Upps!
I´m very sorry, I am in the wrong Bug message.

Posted by Highway of Life (QA Team) on Jan 10th 2007, 01:17

lol @ David

Yes, I know... however, I know it's not Beta4 either, since the bug does not exist in Beta4... at least not quite like that.
There should be an extra option to select area51 or something. Razz

OH! I realized, I was not clear to the fact that I did NOT spot this bug in CVS, but ONLY in Area51, I have not tested it on a CVS install... so if it's already been fixed... it's already been fixed. Wink

Posted by Acyd Burn (Server Manager) on Jan 10th 2007, 12:33

Re-opening. I updated area51 to latest CVS and noticed that previewing posts with lists differs from the viewtopic list page. On preview no newline is added:

line 1
line 2


After having posted, it looks like this:
line1

line2

Posted by DavidMJ (Former Team Member) on Jan 10th 2007, 20:56

Acyd Burn: I am not getting this on my local CVS...

Posted by DavidMJ (Former Team Member) on Jan 10th 2007, 21:00

ah, i get it now (using wrong parser)

Linked ticket with changeset: r6877

Action performed by DavidMJ (Former Team Member) on Jan 10th 2007, 21:20

Ticket details

Related SVN changesets