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" />&lt/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

jonbob’s picture

I submitted a patch to the devel list on July 9 that fixes this bug. As of yet nobody has tested or applied it.

killes@www.drop.org’s picture

Would you mind resending the patch? I wanted to apply it, but forgot
about it.

David Hull’s picture

Johathan'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.

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org

I applied David's patch.

killes@www.drop.org’s picture

Closing.

killes@www.drop.org’s picture

I said: Closing.