EasyUI Forum

General Category => Bug Report => Topic started by: glogge on June 12, 2013, 04:47:26 AM



Title: Google Chrome Tree Problem/Bug
Post by: glogge on June 12, 2013, 04:47:26 AM
Hello,

I have a problem with a tree when I use Google Chrome (Version 27.0.1453.110 m).

The Page (see blow) loads fine. But when I klick the Browsers REFRESH Button, the tree don't show... I have to clear the cache to show the tree again.

This only happens in Google Chrome Browser. Firefox and Internet Explorer works fine.

Here is the link to the test Page.

http://terraboard.de/tree.html

Greetings,
Marius


Title: Re: Google Chrome Tree Problem/Bug
Post by: stworthy on June 12, 2013, 06:40:13 AM
Please try using the 'get' method to retrieve tree data.
Code:
<ul class="easyui-tree" data-options="url:'menutest.json',method:'get'">


Title: Re: Google Chrome Tree Problem/Bug
Post by: glogge on June 12, 2013, 06:48:31 AM
it works.  ;)

Thank you !