jeffreyhi1 / jscrollpane

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

Toggle bug? #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create div with a visibility:hidden
2. Apply jScrollPane to the new div
3. toggle should show/hide div

What is the expected output? What do you see instead?

Only the scroll pane is displayed, when the div should be shown with the
jScrollPane.

What version of the jScrollPane are you using? On what browser? And
operating system?

Windows XP / FF 3.0.14 + IE6

Please provide a URL to a page displaying the problem.

Please see attached zip.

Please provide any additional information below.

I have read issue #30 but $('#pane1').show().jScrollPane().hide(); does not
solve my problem.

When the div is initially loaded, only a scrollbar appears and the
toggeling only works on the main content area.

Any ideas?

Original issue reported on code.google.com by hyo...@gmail.com on 20 Oct 2009 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok, i managed to get the scrollbar to appear but as shown in the example below:

http://users2.macrobatix.com/kelly/test/scroller.html

The scrollbar is not styled.

I also think the display:none bug with jscrollpane still exists. When a div is 
set to
display:none and when an onClick is mapped to it to display the div, it will 
not show
the scrollbar and or/ not style it.

Any ideas?

Original comment by hyo...@gmail.com on 20 Oct 2009 at 5:22

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:12