Hi, 

I have noticed that the image upload in BXE not fully works correct,
imagine the following szenario:

1) You are in authoring/index.html
2) change to BXE
3) insert an image 
4) check the source (in BXE) you'll see:
<object width="350" height="337" data="index/ubuntu-cof-606.png" href=""
title="" type="image/png">ubuntu-cof-606.png</object>
5) have a deeper look to the 'data' attr and take notice of index/
6) switch back to authoring area and the image wont show because of:
<img border="0"
src="index/index/ubuntu-cof-606.png?lenya.module=svg&amp;height=337&amp;width=350"
 alt="" height="337" width="350" />
7) see src= and the double index/

Ideas

1) let BXE write the object tag without the nodeid (insertAsset.js), but
then you have the problem that you wont see the image in the Wysiwyg BXE
View.

2) change the helper-objext.xsl from the xhtml module that it dont write
the double nodeid.

I'm not happy with the second, but i'm out of ideas with the idea 1  :-\

Cheers Oli



-- 
Oliver Schalch                           [EMAIL PROTECTED]
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to