Skip to:
Content

bbPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#2830 closed defect (bug) (duplicate)

li.bbp-body closes improperly when reply threading is enabled

Reported by: robkk's profile Robkk Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Component - Replies Keywords:
Cc:

Description

When reply threading is disabled you will get something similar to this in the source code of a single topic.

<li class="bbp-body">

		
			
				
<div id="post-250" class="bbp-reply-header">

	<div class="bbp-meta">

		<span class="bbp-reply-post-date">April 28, 2015 at 5:45 pm</span>

With threaded replies enabled you will see that the source code for .bbp-body closes improperly in a single topic.

<li class="bbp-body">

		
			</li>

<li>

<div id="post-1856" class="bbp-reply-header">

	<div class="bbp-meta">

		<span class="bbp-reply-post-date">July 11, 2015 at 2:39 am</span>

Change History (4)

#1 @netweb
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate: #2757

#2 @Robkk
9 years ago

Oh sorry, didn't notice the other ticket.

#3 @netweb
9 years ago

It's all good, you can subscribe to the comments of #2757 by checking the CC box :)

#4 @johnjamesjacoby
7 years ago

In 6317:

Replies: Ensure hierarchical replies are correctly wrapped & concatenated into their output buffers in the correct order.

This updates the walker class to not immediately echo it's contents, and wraps it in an ul element.

Fixes #2757. See #2830.

Note: See TracTickets for help on using tickets.