1. #1
    Sencha User
    Join Date
    Jun 2007
    Posts
    43
    Vote Rating
    0
    magicfrog is on a distinguished road

      0  

    Default Tiny bug on the accordion extension

    Tiny bug on the accordion extension


    When the accordion.css file provided with the extension is loaded, the border of the east panels disapear. (only in "quickview" mode, not "expanded" mode)

    To solve that, the style .x-layout-panel-east has to be corrected to "border-left: 1px solid #98c0f4;" in accordion.css

  2. #2
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,154
    Vote Rating
    82
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Quote Originally Posted by magicfrog View Post
    When the accordion.css file provided with the extension is loaded, the border of the east panels disapear. (only in "quickview" mode, not "expanded" mode)

    To solve that, the style .x-layout-panel-east has to be corrected to "border-left: 1px solid #98c0f4;" in accordion.css
    Thanks for pointing out and giving the solution.