When I use the tag integrated with Footnotes module, the general appearance seems to work fine, but when editing the text instead of a number referencing the whole citation, the whole citation appears instead.

For example. when a node is viewed, is appears as "something 1". When editing, the whole reference appears as text instead of the "1". Looking at the html, the original [reference number] as been replaced by "REFERENCED TEXT"

How could I fix this?

Comments

kiko’s picture

again:

the view mode: Socotra Islands 1

the edit mode: Socotra IslandsCollingwood CA, van Harten A . 2001. Additions to the Ant Fauna of Yemen (Hymenoptera: Formicidae). Buchreihe zur Entomologie. 8:559-568.

and the html:

Socotra Islands</acronym></a><fn><span class="biblio-authors"><a href="/biblio/author/Collingwood">Collingwood CA</a>, <a href="/biblio/author/van+Harten">van Harten A</a> </span>.&nbsp; 2001.&nbsp;&nbsp;<span class="biblio-title"></fn>

kiko’s picture

Something similar happens if I do not use Footnotes integration with biblio. Adding tags generates <span hovertip="reference1">[1]</span>. The problem is that when I add more tags, they're not sequentally numbered, as no tags appear

wwalc’s picture

Try disabling the FCKeditor module and check whether this problem occurs.
It looks like a problem with "Security" settings in the FCKeditor module and filter/xss ajax callback... but biblio and footnotes filters shouldn't be there at all.

Could you check in Firebug if there's an ajax call that sends the body of a page without
<span hovertip="reference1">[1]</span>
and whether
<span hovertip="reference1">[1]</span>
is returned?

kiko’s picture

I have turned the cache off and this does not happen anymore.

Jorrit’s picture

Component: Code » Compatibility with other modules
Jorrit’s picture

Version: 5.x-2.2-rc7 » 5.x-2.2

This problem probably also exists in 5.x-2.2, I'm concentrating all bugs there.

Jorrit’s picture

Status: Active » Closed (won't fix)

This bug will not be considered, given it's for an old Drupal version and there seems to be a work-around.