This is pretty hard to explain, so I've attached two screenshots from a web site under development. They are from different pages on the same site. The first (2.23.17pm) is the front page, built with panels, displaying two views blocks. The second (2.23.37pm) is one of the views blocks page, displaying the same content directly.

It seems like, for every row of the view, it shows one less character from the output of theme_ed_readmore_link(), starting from the beginning. I'm pretty baffled. Is/has anyone else seeing/seen something like this?

Comments

my-family’s picture

Version: 6.x-5.0-rc7 » 6.x-5.x-dev

I have probably related problem in 6.x.-5.x-dev version: the text in full node display after "read more" is cutt off (some starting characters):
Text without "Read more Link" module:

Example text displayed only in full node.

with "Read more Link" module:

ple text displayed only in full node.

HTML:

<div class="default-content">
        <p>My text in teaser (...) </p>

<a name="more"></a>ple text displayed only in full node.</p>
      </div>

Mabybe there is also something wrong in HTML? (in the example, there is more closing "p" tags than starting).

Thank you in advance for help or suggestion.

EDIT: I checked this behaviour for 6.x-5.0-rc7 and there is no problem.

mrfelton’s picture

Very similar problem for me with latest -dev code. 6.x-5.0-rc7 is fine.

todd nienkerk’s picture

I think #1 is a separate issue that can be circumvented by disabling the "Skip to unread content" option on the Read More link admin screen (Admin > Site configuration > Read More link).

idlewilder: Can you post source HTML and a list of enabled modules?

todd nienkerk’s picture

Status: Active » Postponed (maintainer needs more info)
safetypin’s picture

Sorry I haven't provided more detailed information. We circumvented the problem by using views fields. Since we were using views to make the lists, and this was the only place on the site we needed the 'read more' links, it made more sense to utilize fields than a module. If I run into this issue again, I'll post more information.

todd nienkerk’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

@idlewilder: Thanks for the update. I'll mark this closed until it's repeated by someone else.