No teaser when 1st paragraph exceeds teaser length
bobdalob - January 7, 2008 - 13:05
| Project: | TinyMCE |
| Version: | 5.x-1.9-1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am seeing no teaser when the first paragraph of a node body exceeds the length that drupal trims the body text.
This is particularly frustrating as, from a user point of view, you don't know exactly where drupal will cut-off!

#1
Seems to be exactly the same issue I'm having - no teasers are showing unless they are shorter than whatever is set for 'length of trimmed posts'. Any resolve on this?
#2
No but only because I stopped testing. I couldn't implement it bug-free. I also think it also stopped the maxlength live character count.
#3
I have been trying to track this down, and it may not be an IMCE only issue.
I noticed my images were included in p tags (paragraph) and it cut right after the first closing p tag.
If I tried inserting a blank opening and closing p like this
<p></p>
The teaser was completely empty, even if after that blank paragraph there was real content.
#4
same problem, didn't come across any solution yet ... any help please?