https://issues.apache.org/bugzilla/show_bug.cgi?id=43990
Juergen Ragaller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #25 from Juergen Ragaller <[email protected]> 2009-05-10 09:05:21 PST --- I just tested the uuid image link behaviour inserting an image as child of features. Here are the result in the xml of the edited page. IIUC the behaviour is still broken. The first time a freshly uploaded (from within timymce) image is inserted, non uuid style: <img alt="test-image" height="133" src="/default/authoring/features/test-image.jpg" width="250"/> The second time the same image is inserted, things look correct: <img alt="test-image" height="133" src="lenya-document:a86b2740-3d7b-11de-a5c8-868a4fd960e2" width="250"/> When a page is reopened in tinymce svn parameters are added: <img alt="test-image" height="133" src="lenya-document:a86b2740-3d7b-11de-a5c8-868a4fd960e2?lenya.module=svg&height=133&width=250" width="250"/> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
