
When I create a story that has two images that I include with
the image filter ([image:2]) they are included in the preview
in the wrong order. For example, the input
Elliot: [image:5,baseline]. Miles: [image:2,right].
produces the output (edited for brevity)
Elliot: <a href="http://xxx/node/view/2" >
<img src="http://xxx/images/thumbs/thumb_3fd85beebada082544c1dbd835e01867"
align="baseline" border="" hspace="" vspace="" alt="Miles" /></a>.
Miles: <a href="http://xxx/node/view/5" ><img
src="http://xxx/images/thumbs/thumb_5c1e337530d6d2a145f5655e7d3cb2f7"
align="right" border="" hspace="" vspace="" alt="Elliot" /></a>.
As you can see, node 5 in my input became node 2, and node 2 in my input became node 5. This is with revision 1.56 of image.module
.
Comments
Comment #1
jonbob commentedI submitted a patch to the devel list on July 9 that fixes this bug. As of yet nobody has tested or applied it.
Comment #2
killes@www.drop.org commentedWould you mind resending the patch? I wanted to apply it, but forgot
about it.
Comment #3
David Hull commentedJohathan's patch is archived on the drupal-devel archives at
>http://lists.drupal.org/archives/drupal-devel/2003-07/msg00289.html.
I also just submitted a different patch for the same bug. You can find it at
>http://lists.drupal.org/archives/drupal-devel/2003-08/msg00423.html.
Comment #4
killes@www.drop.org commentedI applied David's patch.
Comment #5
killes@www.drop.org commentedClosing.
Comment #6
killes@www.drop.org commentedI said: Closing.