EasyUI Forum

General Category => Bug Report => Topic started by: Rinat on July 13, 2015, 10:09:34 AM



Title: Accordion - Google Chrome
Post by: Rinat on July 13, 2015, 10:09:34 AM
Hello!
I have some bug in google chrome

Example:
Code:
    $('#aa').accordion({'fit': true});
or
Code:
<div id="aa" class="easyui-accordion" data-options="fit:true">

Some accordion elements not visible in Google Chrome.

GoogleChrome
https://www.dropbox.com/s/nxcioathttzfdq8/google_chrome.png?dl=0

In Firefox all ok.
https://www.dropbox.com/s/6q1cni6h3dczjca/firefox.png?dl=0


Title: Re: Accordion - Google Chrome
Post by: jarry on July 13, 2015, 06:38:09 PM
Make sure the parent container of accordion has a correct size. Please refer to this example http://www.jeasyui.com/demo/main/index.php?plugin=Layout&theme=default&dir=ltr&pitem=Complex%20Layout.



Title: Re: Accordion - Google Chrome
Post by: Rinat on July 31, 2015, 10:04:56 AM
Hm...
No, this is your example in google chrome:
One difference  - in my version I use fit:true in easyui-layout

https://www.dropbox.com/s/gor893u6kfnwqea/2015-07-31_200129.png?dl=0


Title: Re: Accordion - Google Chrome
Post by: jarry on July 31, 2015, 04:07:27 PM
Please show an example or a link page to demonstrate your issue.


Title: Re: Accordion - Google Chrome
Post by: Rinat on August 03, 2015, 07:21:25 AM
I update llib to 1.4.3 version, and this bug  was lost.