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
Comment #1
kiko commentedagain:
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>. 2001. <span class="biblio-title"></fn>Comment #2
kiko commentedSomething 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 appearComment #3
wwalc commentedTry 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?
Comment #4
kiko commentedI have turned the cache off and this does not happen anymore.
Comment #5
Jorrit commentedComment #6
Jorrit commentedThis problem probably also exists in 5.x-2.2, I'm concentrating all bugs there.
Comment #7
Jorrit commentedThis bug will not be considered, given it's for an old Drupal version and there seems to be a work-around.