Active
Project:
Bbcode
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 04:00 UTC
Updated:
20 Oct 2011 at 22:46 UTC
Jump to comment: Most recent file
I suspect I've made a mistake somewhere but as far as I can tell this is a bug in BBCode. The teaser, where the BBcode isn't being parsed, and the final node where the BBCode module is working perfectly is shown below. This is the case for all instances of the teaser. It seems that the teaser is truncated before the BBcode is parsed so that BBcode can't process the links.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bbcode-not-working-in-teaser.png | 21.7 KB | armanschwarz |
| bbcode-working-in-node-view.png | 35.94 KB | armanschwarz |
Comments
Comment #1
armanschwarz commentedHere's the other file (didn't upload at first)
Comment #2
armanschwarz commentedand there it is....
Comment #3
armanschwarz commentedHello?
Comment #4
mshick commentedOld issue here, but I just ran into this as well. The problem is that Drupal's default teaser generation is very very dumb, and will bite off text right in the middle of a tag. It actually does the exact same thing for HTML and relies on the HTML correct filter to fix it up. Bad implementation in my opinion.
Basically, a BBCode corrector filter is needed for BBCode (or any other custom input format, for that matter) to work properly. I intend to work on one now and post it when complete.