Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the drag up into three seperate parts #2

Closed
vitch opened this issue Aug 17, 2010 · 2 comments
Closed

Split the drag up into three seperate parts #2

vitch opened this issue Aug 17, 2010 · 2 comments

Comments

@vitch
Copy link
Owner

vitch commented Aug 17, 2010

To allow greater control of appearance when using transparency

@RwwL
Copy link

RwwL commented Aug 21, 2010

Might I recommend four? I had to implement a design where I really needed: top and bottom fixed-height curved caps on the drag thumb, a stretchable fill in between, and a vertically-centered fixed height little set of vertical lines (a "grip" visual similar to resize lines in the bottom corner of a textarea), and I think this is a common design idiom for scrollbars. I just modded the plugin to embed additional divs in the jspDrag called jspDragMiddle (in between top and bottom) and jspDragOverlay. No nesting is required if you style jspDragMiddle to position: absolute and set both top: and bottom: values. Works like a charm.

@illuusio
Copy link
Collaborator

illuusio commented Dec 7, 2017

Hello @vitch I'm trying to get jScrollPane development going again and try to clean up old PRs and bugs. Is this bug still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants