jQsafi / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

jScrollpane does not appear to work on iE5.5 on the PC #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use IE 5.5 on the PC; Using 5.01 reverts to a normal scrollbar.
2.
3.

What is the expected output? What do you see instead?
I expect to see a scrollbar.  Instead I see an empty track.   

What version of the jScrollPane are you using? On what browser? And
operating system?
1.2.3 on IE 5.5 on a PC

Please provide a URL to a page displaying the problem.
http://www.evokeworks.com/projects/cbk/aboutus_cindy.php

Please provide any additional information below.

Note that on this page the white box goes too far to the right; I am not
sure why this is, but it also occurrs on IE6.  On IE7 and above the
scrollbar and container box works correctly. Does jScrollbar not work on
IE5.5?  I would be happy if it would revert to a normal scrollbar like on IE5.

Original issue reported on code.google.com by j_samm...@comcast.net on 24 Feb 2009 at 7:53

GoogleCodeExporter commented 9 years ago
Edit: Please use this link to view an example of this:
http://www.evokeworks.com/projects/thebond/aboutthebond.php

Original comment by j_samm...@comcast.net on 24 Feb 2009 at 9:50

GoogleCodeExporter commented 9 years ago
jQuery isn't supported on IE < 6 ( http://docs.jquery.com/Browser_Compatibility 
) so
jScrollPane also isn't supported.  That said, I would expect it to greacefully
degrade rather than to just die... 

Can you please test with the latest version of jQuery and update the test page. 
If it
still behaves the same then I'm going to bring it to the attention of the 
jQuery dev
team because I think that on an unsupported browser it should do nothing rather 
than
do some things...

Original comment by kelvin.l...@gmail.com on 25 Feb 2009 at 5:55

GoogleCodeExporter commented 9 years ago
A related report from the comments on my blog (
http://www.kelvinluck.com/projects/jscrollpane-custom-cross-browser-scrollbars/#
comment-6913
):

---

Hey,

I've found a bug. The Plugin is working fine in the normal version of Opera, 
but it
doesn't work in Opera Portable. There is shown no scrollbar, but the normal 
scrollbar
is missing too. The div is like overflow:hidden. I was testing it with 
Opera@USB 9.62

Greetings,
Sabrina

---

Original comment by kelvin.l...@gmail.com on 26 Feb 2009 at 12:49

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:01