This is probably not a problem w/bbcode but I cd use help figuring out how bbcode css is applied so I can fix whatever's wrong w/my theme.
What happens: when bbcode converts quote tags into "bb-quote" or "bb-quote-body" the paragraph immediately following the quote seems to end up w/no style applied (or it's grabbing some kind of default form the browser maybe). Then the paragraph after that usually returns to the normal styling for comment contents.

(I am using Advanced Forum, but this also occurs if I disable AF and look at it in core Forum)

Can't figure out why this happens. Any guesses? Maybe it would help to paste some source...

  <div class="author-pane-last">
    <div class="author-pane-icon"><img src="/001/sites/all/themes/edge/edgeforum/images/user-offline.png" alt="User offline. Last seen 1 week 2 days ago." title="User offline. Last seen 1 week 2 days ago." width="16" height="16" /></div>    
          <div class="author-pane-icon"><a href="/privatemsg/new/1001244"><img src="/sites/all/themes/edge/edgeforum/images/private-message.png" alt="Send private message" title="Send private message" width="24" height="16" /></a></div>    
      </div>
</div>
     </div>
    </div>
    <div class="forum-comment-right clearfix">      
      <div class="content">
        <p><p><div class="bb-quote"><b>userx wrote:</b><blockquote class="bb-quote-body">Just wondering, what section should I post the thread on that would have the pictures and talking about our wedding?</blockquote></div><br />
Obviously....</p>
<p>Members Getting Together. :D</p>
</p><div class="signature">__________________
<p><p>Nobody special</p></p></div>
    </div>
    </div>
          <div class="links">

Comments

aharown07’s picture

Forgot to explain how it looks... The text "Just wondering, what section should I post the thread on that would have the pictures and talking about our wedding?" gets styled as expected but the one word paragraph "Obviously..." Shows much larger than the paragraph that follows "Members getting together"

Nothing I've been able to find in css seems to affect how "Obviously" looks.

aharown07’s picture

Category: support » bug

I've come to the conclusion that this is a bbcode problem.

Whenever Bbcode processes the [quote][/quote] tags rather than the Quote module, the paragraph that follows the quote is messed up.... in my case, it always appears enlarged.

I observed this problem also whenever using Bbcode to to convert links. The following paragraph styling would be broken in one way or another, so I disabled link processing and gave that job to another filter, which works fine (as does Quote module's processing of the quote tags).

naudefj’s picture

Thanks for the update. Will you be able to develop a patch or is this FYI only?

aharown07’s picture

I'm afraid I lack the skills to write a patch. I don't really even understand why it does what it does. Hoping somebody can figure it out.

naudefj’s picture

Status: Active » Postponed