On 07/22/2014 02:09 PM, Camille Bégnis wrote:
we have experienced a serious issue with the new dynamic images loading
system.
I assume that you mean option "Load images in a background task" =
"Remote images only" (Options|Preferences, View section)
http://www.xmlmind.com/xmleditor/_distrib/doc/help/viewOptions.html#viewOptions_images
To reproduce, you should load into XXE a document with the following
characteristics:
* short document (DocBook section for example) with images in it, all
stored on WebDav remote server
* when the images are not loaded the full content fits on screen (no
right slider)
* when the images are loaded the full content does not fit on screen
When that happens, the images are not shown but blinks so it makes it
really hard to edit the document.
A workaround consists in resizing the window.
Other workaround: turn off "Load images in a background task".
Thanks for letting me know if you can reproduce.
No. As expected, I cannot reproduce this issue.
I have used attached DocBook section, stored on a fast WebDAV server and
also on, much slower, Google Drive.
I have used Java 6, Java 7 and Java 8 on my Linux box to reproduce the
problem.
I have used XXE v6.
It always worked fine. The images were displayed cleanly one after the
other. No blinking. No weird page scrolling.
Unless:
1) you are much more precise in your bug report (you didn't even specify
XXE version, Java version, OS, WebDAV server, etc),
2) you provide us with everything needed (document, images, access to
your WebDAV server, etc) to reproduce this issue,
we consider that this issue is closed.
<?xml version="1.0" encoding="UTF-8"?>
<section version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Test</title>
<para>First figure:</para>
<figure>
<title>Figure 1</title>
<mediaobject>
<imageobject>
<imagedata fileref="figures/hussein256x256.jpg"/>
</imageobject>
</mediaobject>
</figure>
<para>Second figure:</para>
<figure>
<title>Figure 2</title>
<mediaobject>
<imageobject>
<imagedata fileref="figures/hussein256x256.png"/>
</imageobject>
</mediaobject>
</figure>
<para>Third figure:</para>
<figure>
<title>Figure 3</title>
<mediaobject>
<imageobject>
<imagedata fileref="figures/hussein512x512.png"/>
</imageobject>
</mediaobject>
</figure>
</section>
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support