#11 ✓resolved
Matthew Holmes

Control.ScrollBar breaks in IE 6

Reported by Matthew Holmes | July 7th, 2008 @ 01:25 PM | in 1.0

I am using Control.Scrollbar and it works great in FF and IE7. It breaks in IE 6. The problem is where the scrollbar gets positioned in the container. It is too high and only scrolls up.

Comments and changes to this ticket

  • Ingo

    Ingo February 4th, 2009 @ 03:01 PM

    try this:

    change in css the height of the #scrollbar_track from % to px. usually you should use the value of height from #scrollbar_content. this should solve the problems with IE6

    for example

    
    #scrollbar_track {
    	position: absolute;
    	top: 0;
    	right: 0;
    	height: 240px;
    	width: 11px;
    	cursor: move;
    }
    #scrollbar_content {
    	overflow:hidden;
    	width:475px;
    	height:240px;
    }
    
  • Nathan L Smith

    Nathan L Smith May 20th, 2009 @ 07:21 PM

    • State changed from “unconfirmed” to “resolved”

    Ingo's workaround should be sufficient. Closing.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

NOTE: Please do not open tickets here. If you have an issue, please open it on http://github.com/syntacticx/livepipe-ui/issues/

High quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.

Pages