• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Scroll Bar below the Browser

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my project, i got two frames on the browser. When i click a link on the left navigation menu, details displayed on the right menu and status below the left corner of the browser is "Done". But i observed a blue scroll bar appears still scrolling.

Can any one help me how to stop the scroll bar not scrolling at the bottom, once request is Done.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you talking about the page loading bar...And are you talking about IE 6?

IE 6 is know to have issues with not fully loading the page and there is nothing you can do about it (I think).

Eric
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

IE 6 is know to have issues with not fully loading the page and there is nothing you can do about it (I think).



We've run into this problem as well and have found no solution.

In any case, this really isn't a JSP question so I'm moving it off to the General Computing forum.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's not related to the page not fully loading (it is) but for some reason IE (maybe other browsers too, I don't use them) not noticing that the page has loaded.
Whether it's something to do with the server or the browser I don't know.
My guess is the server as it happens only intermittently and thus is likely to do with the length of the request and/or network conditions.
 
reply
    Bookmark Topic Watch Topic
  • New Topic