Hello List,

here is an example of a QxList which is filled from data retrieved via QxXmlHttpLoader. This is a InternetExplorer example only. In my real code the bug shows in FireFox as well.

The bug shows if one of the two buttons is clicked (then released) and the mouse is NOT moved: nothing is drawn into the QxList. After moving the mouse the items are drawn. You can test it by alternately clicking the reload buttons.

I hope the bug is reproducable.

The xml-Files items1.xml and items2.xml have to be located in the same directory as Data_Handling_3.html.

Any clues what is wrong here?

Any help would be great.

Thank you.

Best regards....

--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH

<?xml version="1.0" encoding="ISO-8859-15"?>
<data>
	<item>Jenny</item>
	<item>Carol</item>
	<item>Anna</item>
	<item>Jona</item>
</data>
<?xml version="1.0" encoding="ISO-8859-15"?>
<data>
	<item>Peter</item>
	<item>Will</item>
	<item>Karl</item>
	<item>John</item>
</data>
Title: qooxdoo demo dev

Test for QxData, QxDataManager and QxXmlHttpLoader. The input fields have a noticeable flickering while loading the page. This is because we send 4 load requests for the persons in list below on the page load.

Reply via email to