Skip to main content

Left/right Scroll not working

Comments

12 comments

  • Permanently deleted user

    Hi Ryan,

    I don't have scroll bars either (though you can center-click and drag).

    Cheers

    0
  • Ryan Kelley

    Does anyone know if there is a workaround for this issue by configuring the .css?

    0
  • Permanently deleted user

    Same issue here. No scrollbar on the results table view.

    0
  • Frank Martin

    Hi Ryan,

    I'm having the same issue.  Essentials: 4.2; Html5viewer 2.3.2

    Frank

    0
  • Ryan Kelley

    Thanks everyone! I filed a support case for this. I'll let everyone know if there is in fact a work-around, or if we'll have to wait for another patch. I have two other cases I have logged ahead of this, so it may be a little while;)

    0
  • Permanently deleted user

    Hi All,

     

    I figured out a work around for now. In your "common.css" file, comment out the "overflow-x:hidden," line (shown in bold below). The CSS file is in your webserver root directory ( for example, mine was inetpub\wwwroot\Html5Viewer\Resources\Styles).

     

    .results-table,

     

    .results-list {

     

        bottom: 6em;

     

        overflow: auto;

     

        /*overflow-x: hidden;*/

     

        position: absolute;

     

        top: 0px;

     

        width: 100%;

     

    }

     

     

     

    Matt

    0
  • Permanently deleted user

    Hi All,

    That is a viable workaround, you can also change the value of the overflow-x field from hidden to scroll.   In other words, replace -

    overflow-x: hidden;

    with 

    overflow-x: scroll;

    and not comment it out.

    I have created a ticket for our development team to look into having it changed by default.

     

    Thanks,

    Wayne

    0
  • Ryan Kelley

    Excellent!!! Thank you for investigating this further.

    0
  • Ryan Kelley

    Hi everyone,

    I am having issues with this again in 4.2.2, HTML5 2.3.3. Regarding the common.css file @ C:\inetpub\wwwroot\Geocortex\Html5Viewer\Resources\Styles:

    Using "scroll" for the overflow-x param below does not give me a left/right scrollbar in my results table. This was working as a solution in 4.2.1. 

    .results-list {

        bottom: 6em;

     

        overflow: auto;

     

        overflow-x: scroll ;

     

        position: absolute;

     

        top: 0px;

     

        width: 100%;

     

    }

    Any ideas? 

     

    0
  • Permanently deleted user

    Hi Ryan,

    I would try loading it in Chrome and right clicking in that area and selecting 'inspect element'.  In the Stlyes window in the bottom right you will see what syles are applied and I am guessing something must be over-riding that style.  If it is over-ridden it will be crossed out.

    You can also wait a few weeks until version 2.4 is released as this issue will not be present in version 2.4 :)

    I just tried doing the modification to my VM and it worked.  Maybe try commenting the line out?

    Regards,

    Wayne Richard   Latitude Geographics Group Ltd. Head Office: 200 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7 Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com    Developers of Geocortex web-based mapping software | www.geocortex.com  An Esri Platinum Business Partner 
    0
  • Ryan Kelley

    Hi Wayne,

    Here is my result with the Inspect Element. Seems right, yet no scroll. I am seeing the scroll bar, but it takes up all of the scroll area, so I can't move it left and right.

    .results-table, .results-list {

    bottom: 6em;

     

    overflow: auto;

     

    overflow-x: scroll;

     

    position: absolute;

     

    top: 0px;

     

    width: 100%;

    }

    We are already dedicated to 4.2.2 for a while and I am deploying a public facing app in a few weeks. I really need his to work.

    thanks,

    Ryan

    0
  • Ryan Kelley

    I did discover this was viewer specific, so other viewers do work on the same GC instance.

    The thing I am confused about is that any viewer I build from the site of interest does not allow scrolling, even a brand new one. So, somehow something is being overwritten on the Site side, not in any of the viewer's folders (ie. Desktop.css). So, where could bottom, top, and width be being overwritten?

    0

Please sign in to leave a comment.