jquery sticky sidebar working second scroll - sticky

I have this page:
click here to see my apge
my problem is that the sticky sidebar works but it does not work the first time I scroll, can anybody help with this problem? I have no idea why it doesn't work the first time I scroll down.
Thanks

Related

Is there any way to prevent FormBuilder elements to scroll to top of page?

I have a long form with lots of textfield, datepicker, etc. When I click FormBuilder's checkbox, touchspin and radiobutton.Page scrolls to top until my clicked element is the first element. It's so annoying beacuse when I click touchspin's plus button at the middle of the page, it suddenly moves to top and I have to go on clicking at somewhere else.
Textfields, datepicker and dropdowns don't have this problem.
Is there any way to prevent this behaviour?
Visual
I faced the same issue.
just update form builder package to latest version 7.1.1, it solved for me.
https://pub.dev/packages/flutter_form_builder
see the change log for version 7.1.1 for mor update
https://pub.dev/packages/flutter_form_builder/changelog

Desync scroll in VS Live Share

My friends and i work on code(c++) using VSCode.
When he scroll down, my screen starts lagging and keeps dragging me towards his position. Same happens to him, if i try to scroll. I want to completely disable scroll sync when we work on one code.
How to disable scroll sync? Where can i find in VSCode?
I have tried to find something on the internet, but nothing and i need to disable this. I dont know exact name, but i think its scroll sync. I use 1.54.2 version.
Ctrl+Alt+F works, as well as there is an icon in the top right hand side of VSCode, a thumbnail that turns on/off follow participant.
Ctrl+Alt+F, thank you Kevin, you saved us.

Disable scrolling on Soft Keyboard launch

I've been struggling with this for several days. I have a very simple page in my mobile app with a textarea input and when I click on it the soft keyboard appears and scrolls the header of my page out of view. Is there a way to prevent this default scrolling?
Your is the default functionality of Phones, When user completes typing the screen automatically scroll backs, Kindly check it, If it works please reply.

scrollview with page control reset

Okay, I have a Scroll View with Page Control that works properly between 2 sections (2 pages).
So I can scroll left and right once. Is it possible to always scroll right?
Like when you get to page 2, it expands to the right, but not allowing to scroll back left.
I dont need it to simply add another page and have 3 pages then 4. at all times there should be only 2.
The reason I need this function is because I will use the scrolling to reset data. As you scroll to the right a duplicate of the interface with cleared fields will come on to the screen as the interface with the old data will go off. Its a neat way to reset, not just a boring old button.
Can someone point me in the right direction on how to do this?
There are many examples of this. Here are a couple.
InifiniteHorizontalScroll
StreetScroller
Hope this helps.

Jscrollpane and sliding tabs combination doesn't work

I have a test page that I have working with sliding tabs
(http://www.maggies-bayfield.com/wp/temp/old/slider_no_jscroll.htm).
if you click on a navbar item, the page scrolls down to the
appropriate place. this is exactly what I want. however, Android OS
doesn't support overflow:auto etc. and I NEED this to work on all
mobile devices. So, I found Jscrollpane and implemented it on my test
page. it works great (scroll bar shows up on android) but the sliding
tabs are now broken (http://www.maggies-bayfield.com/wp/temp/old/
jscroll_breaks_slider.htm).
Anyone have any ideas or solutions?
Much appreciated!
again:
sliding tabs with out jscrollpane: http://www.maggies-bayfield.com/wp/temp/old/slider_no_jscroll.htm
sliding tabs with jscrollpage: http://www.maggies-bayfield.com/wp/temp/old/jscroll_breaks_slider.htm
Thnx!
August