Widget is missing it's scroll bar

After publishing my project and viewing the project in Chrome, the tabs within a widget that have more content then the widget frame can hold are not accessible because the scroll bar has dissapeared.  Please advise on how to fix this.
Thank you in advance for your help.

How come? Built-in Glossary widget has a scrolling container (side list of terms) that works perfectly well in HTML5. I checked that it's built using overflow-y:auto;
It has to be possible then....

Similar Messages

  • Missing (Functional) Vertical Scroll Bars In IE 11.0 After Upgrade

    We are in the process of upgrading our SharePoint 2010 Farm to SharePoint 2013.  We have begun our database-attach upgrade and have not yet converted the "look and feel".  (The SharePoint 2013 farm has the latest patches and fixes)
    The sites have no customizations or custom code.  Under SharePoint 2010 farm the sites render correctly in Internet Explorer 11.0, Chrome, etc.  The migrated sites do not show the vertical scroll bars in Internet Explorer 11.0, but show correctly
    in Chrome (Version 39.0).  Both the original farm and new farm are using the default unmodified v4.master page.
    I have tried searching in the forums for an answer and on the internet and I see references to .css and .js settings.  I don't know if that is the issue.
    Oh and we have tried the compatibility settings but they did not make any difference.
    Any thoughts?

    Hi Roger,
    I recommend to verify the things below: 
    Please reset IIS and check if there is any application pool is not start in IIS.
    Would you please capture the screenshot about missing Vertical Scroll Bars and let me know the URL address.
    Also, please collect ULS log for further research:
    Collect the ULS log:
    •Enable Verbose logging via Central Admin> Monitoring> Reporting>Configure diagnostic logging(You can simply set all the categories with Verbose level and I can filter myself).
    •Reproduce the issue for three times.
    •Record the time and get a capture of the error message(including the correlation ID if there is). Collect the log file which is by default located in the folder:  <C:\Program files\common files\Microsoft Shared\web server extensions\15\LOGS>. Compress
    them to a zip file and send it to me via workspace
    •Stop verbose logging.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Missing a sideways scroll bar on itune so can't click to accept terms

    HELP
    I got an ipod nano for Christmas, downloaded itunes, plugged my ipod in and get as far as the terms and conditions page and the page won't scroll across so that I can click on accept, therefore I can't see what's on my ipod!! On every other page I've got a horizontal scroll bar but not this one.
    Also it's not charging my ipod when plugged in.
    Please help I've tried everything I can think of.
    Much appreciated

    Reset your screen settings to 1280 X 768.
    If you are using a desktop computer make sure you are using a rear port on your computer.

  • Missing zoom timeline scroll bar

    Since yesterday the  zoom scroll bar has disappeared that should be underneath the timeline on Premiere Pro CS6. I cannot find how to turn it on again, I would be grateful for any help please.
    Michael

    Hi mike_ben.
    Welcome to the forums.
    Please try to reset the workspace ( Window>workspace>reset current workspace ),  to its original layout and check if it fixes the issue.
    Regards,
    Vinay

  • Horizontal Scroll Bar not displaying

    Hi,
    We have a page with many recursive tables for alignment.
    We have a lot of graphs displayed horizontally, so that we need to scroll the page horizontally.
    We happened to change the layout and suddenly we are missing the horizontal scroll bar !!
    We could not scroll to see the hidden page details.
    This happens only in IE6, IE7. Firefox, Mozilla displays it with horizontal bars
    Does anybody knows as what the problem could be ??
    - Mohan

    Horizontal Scrollbar in base window... has nothing to do with Framework, its a browser feature and should appear automatically. I m still wondering what must have caused in ur cause.Can u upload the page screenshot on any pic website, would like to have a look !
    There is CSS work around for this but it would be difficult to inject it in a OAF page!Anyways upload the screenshot.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Scroll Bar in forms 6i

    I have the following requirement-
    to create a form based on table columns of a customized table as per bissuness requirement and register it onto oracle apps 11i. the table has around 80 columns. so horizontal scroll bar is required to scroll thru all the columns. and it is also required to display 10 records when the form opens. so vertical scroll bar is required to scroll through the records.
    i tried lots of combinations like - seting show scroll bar - yes, scroll bar orientation - vertical on the DataBlock property pellet. and show horizontal scroll bar on the canvas property pellet. the canvas i created from the Datablock is a stacked canvas only.
    please suggest if i am missing anything, as scroll bar is never showing up. neither vertical nor horizontal. atleast m able to see the vertical scroll bar on the canvas layout editor. but its not coming on the Apps Forms window.
    Please Help !!!!!!!!!!!!!!!!!

    hi Sam,
    1. Create your main canvas Type will be CONTENT.
    2. Draw a stack canvas over it
    3. Set the Viewport width and height property of the stack canvas to visible area (Press F4 by selecting it or Right click Properties in Object Navigator).
    4. Set the Canvas Width so u can put all your field in that canvas.
    5. Set the Horizontal or Vertical scroll bar property of the Stack canvas.
    Note: Canvas width and viewport width both are different things. Viewport is the visible area of the canvas
    plz mark it helpful/correct

  • HT204406 HOW CAN I GET BACK MY RIGHT SIDE SCROLL BAR?

    how can I get back the right side scroll bar in I-Tunes?

    I am missing the right scroll bar in mail only i need help to get it back

  • Scroll bar actions script issue

    I am having a problem with the action script for a scroll bar
    the code is complex and I did not write it but have managed to make
    other adjustments to get it to work...think we got the wrong raw
    file to work from because the scroll bar works in the file on the
    seller's server. Can't find the programmer now. If someone could
    please tell me what I am missing. The scroll bar works if you use
    the solid scroller in the middle but does not move the information
    and the arrows do not work at all. You can check this out at
    http://74.53.228.34/~jacob753/vocab/
    Just click on crossword and then load a topic and you will
    see that the scroll bar does not work at all. The floating window
    is another issue and I will put this in another message after this
    is fixed.
    The code is below:
    initClueListScroll = function(y){
    // y : hauteur de la cluelist (height of the cluelist)
    _global.clueListHeight = y
    _global.clueListScroll = true
    var c = clScrollClip
    c._x = Math.floor(cluelistClip._x+cluelistClip._width)
    c.scrollBG._height = gridSize*cellSize-40
    c.scrdownClip._y = c.scrollBG._y+c.scrollBG._height
    c.scroller._height =
    c.scrollBG._height*(gridSize*cellSize/y)
    // ---- on définit les actions (action definitions)
    c.scrdownClip.onRollOver = c.scrupClip.onRollOver =
    function(){
    this.gotoAndPlay(2)
    c.scrdownClip.onRollOut = c.scrupClip.onRollOut =
    function(){
    this.gotoAndStop(1)
    c.scrdownClip.onReleaseOutside = c.scrdownClip.onRelease =
    function(){
    this.gotoAndStop(1)
    var c = getMain().clScrollClip
    c.scrollBG.onRelease()
    c.scrupClip.onReleaseOutside = c.scrdownClip.onRelease =
    function(){
    this.gotoAndStop(1)
    var c = getMain().clScrollClip
    c.scrollBG.onRelease()
    c.scroller.onRollOver = function(){
    this.gotoAndStop(2)
    c.scroller.onRollOut = function(){
    this.gotoAndStop(1)
    c.scroller.onPress = function(){
    this.gotoAndStop(2)
    var c = getMain().clScrollClip
    var yMin = c.scrollBG._y
    var yMax =
    c.scrollBG._y+Math.floor(c.scrollBG._height-c.scroller._height)
    this.startDrag(false,0,yMin,0,yMax)
    getMain().onMouseMove = function(){
    var c = getMain().clScrollClip
    var yDes = c.scroller._y-20
    var yMax = Math.floor(c.scrollBG._height-c.scroller._height)
    var yFin = 20+Math.min(yDes,yMax)
    c.scroller.setGoTo(c.scroller._x,yFin,100,c.scroller._yscale,100,0,4)
    var yDiff =
    (yFin-c.scrollBG._y)*(gridSize*cellSize/c.scrollBG._height)
    if(yFin==yMax+20){
    var ymn = 0
    var ymx = clueListHeight-(gridSize*cellSize)
    yDiff = (ymx - ymn)*(yFin/(yMax+20))
    // pX, pY, pW, pH, pA, pR, pSpeed
    var cl = getMain().cluelistClip.contClip
    cl.setGoTo(cl._x,-yDiff+gridPosition.y,100,100,100,0,4)
    c.scroller.onRelease = c.scroller.onReleaseOutside =
    function(){
    stopDrag()
    this.gotoAndStop(1)
    delete getMain().onMouseMove
    c.scrollBG.onRelease = function(){
    var c = getMain().clScrollClip
    var yDes = c._ymouse-20<c.scroller._height ? 0 :
    c._ymouse-20
    var yMax = Math.floor(c.scrollBG._height-c.scroller._height)
    var yFin = 20+Math.min(yDes,yMax)
    c.scroller.setGoTo(c.scroller._x,yFin,100,c.scroller._yscale,100,0,4)
    var yDiff =
    (yFin-c.scrollBG._y)*(gridSize*cellSize/c.scrollBG._height)
    if(yFin==yMax+20){
    var ymn = 0
    var ymx = clueListHeight-(gridSize*cellSize)
    yDiff = (ymx - ymn)*(yFin/(yMax+20))
    // pX, pY, pW, pH, pA, pR, pSpeed
    var cl = getMain().cluelistClip.contClip
    cl.setGoTo(cl._x,-yDiff+gridPosition.y,100,100,100,0,4)
    c.scrollBG.onReleaseOutside = c.scrollBG.onRelease

    Try it in a simple test case.  I don't think that is default behavior.

  • My scroll bar is now missing on some of my pages that I need to scroll through and it won't let me use my mouse to scroll either, how can I get this back?

    When I am logged into the tool section of our website where I process orders or make edits to products on our website, the scroll bar on the right hand side of the screen is missing. So I am unable to view orders or products that go down further than what I can view immediately on my screen. The scroll bar is only missing on pages with lists of items it is not missing if I click into an individual order. I really need this back so I can work on the website.

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • My horizontal scroll bar went missing when I maximise the window. How do I fix them?

    My horizontal scroll bar went missing when I maximise the window. How do I fix them? I tried everything; such as auto hide the task bar. Even with this, I still can't see the horizontal scroll bar. I even tried the following and I still can't see the horizontal scroll bar.
    1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste dom and pause while the list is filtered
    (3) Double-click the dom.disable_window_open_feature.scrollbars preference to switch it from false to true. By choosing true, you disable sites from deciding whether there can be scrollbars on a window, and Firefox uses its standard behavior for the page.
    If you want to always get other bars, here are the corresponding settings:
    Menu Bar: dom.disable_window_open_feature.menubar
    Navigation Toolbar: dom.disable_window_open_feature.toolbar
    Bookmarks Toolbar: dom.disable_window_open_feature.personalbar
    Please help.

    Can you post a screen shot?
    Taking a Screen shot; '''''Windows > Start >''''' search box '''''> Snipping Tool'''''.
    Save the picture(s) to your desktop. Now look at the '''Reply''' box below.
    Do you see the button under it that says '''Browse'''? Click it and then select
    the screen shot(s) from the desktop.

  • Frames missing scroll bar in browser

    I have created a webpage index.html that will be my main page
    on the web with three frames on it. The top frame will hold the
    name etc… and the bottom one will hold about 100 small size
    jpeg pictures that will be linked to display the larger size in the
    middle frame. So only the middle frame will have its content change
    based on the clicks on the small jpeg in the bottom frame.
    The problem is when I browse my index.html in the browser (
    IE or firefox) it only shows 7 or 8 small jpegs on the bottom and I
    can’t see the rest of my small jpeg in the browser since
    I’m missing the scroll bar to get to the rest of the small
    jpegs. In dreamweaver it works fine but not in the broser.
    Appreciate all the help I can get… thanks

    We would have to see the pages. Can you post a link?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jakroo99" <[email protected]> wrote in
    message
    news:fnrpkr$2kl$[email protected]..
    >I have created a webpage index.html that will be my main
    page on the web
    >with
    > three frames on it. The top frame will hold the name
    etc? and the bottom
    > one
    > will hold about 100 small size jpeg pictures that will
    be linked to
    > display the
    > larger size in the middle frame. So only the middle
    frame will have its
    > content
    > change based on the clicks on the small jpeg in the
    bottom frame.
    >
    > The problem is when I browse my index.html in the
    browser ( IE or firefox)
    > it
    > only shows 7 or 8 small jpegs on the bottom and I can?t
    see the rest of my
    > small jpeg in the browser since I?m missing the scroll
    bar to get to the
    > rest
    > of the small jpegs. In dreamweaver it works fine but not
    in the broser.
    >
    > Appreciate all the help I can get? thanks
    >
    >
    >

  • Missing Scroll Bar from Applications Folder in Dock

    When I click the Applications Folder from the Dock in the Grid format, the scrollbar is missing. The only way to "scroll down," to other apps is by pressing the up/down arrow keys, in which the vertical bar briefly pops up but then disappears (no arrows pop up). I can view the Applications Folder as normal in Finder, but I prefer to just be able to click and scroll from the Dock.
    I've tried switching from Fan to List to Grid to Automatic, etc. Whenever I return to Grid, there's still no scrollbar.
    No scroll bar visible...
    Vertical scroll bar shows up when I use the Up/Down arrows on keyboard, but then disappears again; no arrows visible.

    From your system preferences under general, you can select if you want scrollbar to only show when actively scrolling, always, or based on mouse or trackpad.

  • Scroll bar is missing

    Hello,
    My horizontal scroll bar is missing and disabled. Ive tried using overflow-x:scroll, overflow-x: auto, all of it. The scroll bar appears but is disabled. It works in Chrome and IE
    What's up. Why would you disable the scroll bars? This makes NO sense.

    I see very similar results in IE8 and Fx14. Both have a scroll bar at a certain width and then as I expand the window (this is a 1440px display) the scroll bar vanishes. The width where this happens is slightly different, but not by much.
    Please note that pop-up windows may display differently than regular windows. The script code for the pop-up can remove certain controls from the new window such as scrollbars. If you think this might be what's happening, you can force scrollbars in popups using a hidden preference.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''window_open''' and pause while the list is filtered
    (3) Double-click the '''dom.disable_window_open_feature.scrollbars''' to switch its value from the default of false (don't disable sites from hiding scrollbars) to true (prevent sites from hiding scrollbars).

  • Scroll bar in finder is missing

    Suddenly the scroll bar in Finder is missing in Pictures. Any idea how can I get it back?

    Hi Hawaiian Starman,
    I'll confess that at this point I am feeling so overwhelmed I can't believe it and yet I seem to know more than most of my friends and associates about computers when it's obvious I know so little. Not a great place for a society to be racing to, but ... First, I have looked for the scroll bar in various views on my initial account. It will show up at times but only scrolls an inch or so and then other times--nothing. To be honest, I've never seen a computer act so strange.
    I looked at Carolyn's suggestion and thought geez! I want my computer to work--I didn't say I want to work for Apple and figure all this out. Reload this but be careful of this and this and this. I thought go to what HS says and try his solutions out.
    I created another account, went into it and naturally I can see no scroll bar because I don't have any pictures. What I was shooting for is some degree of normalcy so I can see the picture files I have. I'm beginning to think it may be easier for me to keep inventing ways to get past the peculiar curves this Mac wants to toss at me! I can't operate under the new account because it doesn't have a printer assigned to it, there's no Microsoft Office program ... and of course I somewhat concluded that the answer is assigning everything in the one account to the other account and that's ... pardon my novice attitude ... like hard! The hardest thing I ever had to do with a Dell is re-install Internet Explorer and I thought that was complicated.
    Now that I've gone on and on, what am I missing in concept about creating a new account? How can I check for a scroll bar when it has nothing to scroll .... without signing up for brain surgery 101? Any hope here? I appreciate your help. The dedication you have to understanding malfunctioning computers is indeed impressive.

  • Scroll bar of the side menu is missing.

    The scroll bar of the side menu of InDesign CS4 is missing. Even after rebooting. How do I find them? When editing files with many pages a real problem. Please help me!

    Follow these instructions
    http://forums.adobe.com/thread/526990

Maybe you are looking for

  • Change the Logo in iStore Home page

    All, Can any one tell the process to place the custom logo in iStore home page ??? Thanks in advance

  • PDF-Import in Corel oder Indesign

    Hallo, habe Acrobat 9.2 installiert und erstelle PDF-Files aus Word und Exel, die auch im Reader lesbar sind. Ein Import in Corel oder Indiesign scheitert jedoch. Meldung bei Corel: Die Datei ist beschädigt Meldung bei Indesign: Das Format wird nicht

  • Mouse wheel value update

    Hello everyone I am trying to get the value from "mouse scroll" changed by mouse wheel. The attached code is very simple and seems to be right wired, but it's not working properly. If you run the VI and scroll up and down  mouse wheel, you will see t

  • Catalog backup error message

    I have LR 5.7. When backing up, I get the error message: LR encountered an error when reading its preview cache and needs to quit. LR will attempt to fix this problem the next time it launches. Does anyone understand what the problem is?

  • How to import .txt for catalog

    Is there a way to import .txt into InDesign like Pagemaker used to do?