Questions tagged [page-jump]

A page jump refers to the sudden change in the scroll position of the document that's loaded in a browser.

A page jump refers to the sudden change in the scroll position of the document that's loaded in a browser.

When done intentionally, the url fragment will be used to scroll an element on the page into view by matching their id or name attribute; the latter only applies to another anchor.

It can also be caused by bugs or otherwise unexpected behavior in either the browser or ui libraries, such as .

86 questions
2
votes
2 answers

Anchor link keeps jumping, no matter what I do

Ok, this is driving me crazy! I'm working with a "tab like" submenu to show 3 different tables. Each link inside this submenu hides the current content and show another one. NOTE: for now I'll leave a direct link to the page I'm working on so you…
rafaelbiten
  • 6,074
  • 2
  • 31
  • 36
1
vote
2 answers

Unwanted Page Jump when using hash URLs

I've checked out the other page jump questions here on SO and I haven't found anything that matches, so here we go... I'm working on building a website that uses CSS3 transitions and a bunch of hash-links as opposed to using jQuery to…
Brad Orego
  • 2,976
  • 3
  • 18
  • 24
1
vote
1 answer

How can I make it so only the tab area loads instead of the page jumping to the top after clicking on tab?

As the title states, I'm making a tabbed section to switch content upon click which works fine, how can I make it so upon clicking a new tab it has a smooth transition to the content as well as prevent jumping to the top of the page every time I…
Ricky Diaz
  • 11
  • 3
1
vote
0 answers

SwiftUI IPhone TextFields spanning greater than screen jumping, standard behaviour?

I have a screen layout where I have 2 text fields with content that pushes then last Textfield out of the screen: Textfield .... TextField When I enter data, in the top Textfield, and the click on the bottom textfield, the screen jumps back to the…
Etienne
  • 89
  • 4
1
vote
1 answer

CSS: Top of page after page jump

I have an html page that i must not modify, and everything i do it must be done with CSS. I hava 4 "section" tags in the html page, and on the top of that page there is a navigation bar. Each element of the bar is an internal link (page jump) to a…
NickPro
  • 304
  • 3
  • 14
1
vote
1 answer

Using UIScrollView with a minimum content top anchor causes visual glitch

I have a scroll view in which I have a content view. I set the scroll view's top anchor to be just above the bottom of an image. I set the content view's top anchor to actually be at the bottom of the image. That way you can pull down on the content…
Slaknation
  • 2,124
  • 3
  • 23
  • 42
1
vote
0 answers

Angular anchor jump within same page

I have recently inserted a "jump to anchor" within a page on my Angular page. When clicking on the href it scrolls down correctly but it returns to the start position directly after. I can't figure out what is the issue. HTML:
Henri
  • 11
  • 3
1
vote
0 answers

How to fix a jumping Collapsing Toolbar?

When I scroll a screen then Collapsing Toolbar start bounce. My problem on video — video When I pull the toolbar first, then the content, the toolbar starts to jump. If you just pull the content, everything works well. But the picture in toolbar is…
Dyno Cris
  • 1,823
  • 1
  • 11
  • 20
1
vote
1 answer

How to prevent Targetted Jump Links from opening in a new Tab?

When Links in the Page/Posts in my website are clicked, they correctly open in a new tab. But when the Anchor Texts or Page Jumps targetted to Top or any specific spot in the Page is clicked, that is also opening in a new tab.This may be because, I…
J M Das
  • 13
  • 1
  • 5
1
vote
1 answer

Concrete5: Scrolling to anchor when opening link to separate page

I am trying to link to sections of another page in Concrete5 but can't get it to work. When I hover over the link, the correct address appears in the lower left of the window (Chrome). However, when I click the link nothing happens (no text appears…
Tyler Hall
  • 11
  • 3
1
vote
0 answers

safari IOS bug with unexpected jump down

Bug on the following website - only on the sites which have embedded iframes. For example: https://gh-immoprojekt.de/angebote/ https://gh-immoprojekt.de/leistungen/verkauf/ If I open this website, content jumps automatically down to the embedded…
pe grem
  • 11
  • 2
1
vote
0 answers

How to make the corresponding bar to be fix with the page jump?

The following link is one of my page which gives the details about the invited speakers. http://iclaa2017.com/slide-show-test/#tab4 Everything is fine but when click the link(on speaker 1,2...), I am getting the toggle effect but, the speaker 1,2..…
user7229746
1
vote
0 answers

Scroll to link from another page loads to wrong position in Chrome

I'm attempting to do a scroll to link from another html page; when you click the link, page will change (if applicable) and will scroll from top to the ID section. It's bizarre that it works great on my local machine but doesn't quite work right…
1
vote
1 answer

Rails 4: scroll browser window to form after failed submission (validation errors)

So I have form (typical articles and comments example) for comments at bottom of page. If validation fails I display validation errors. Thats my comments controller code: class CommentsController < ApplicationController before_action…
dominikduda
  • 325
  • 3
  • 16
1
vote
1 answer

FadeIn and FadeOut jumps page

I have the following code: if (vm.theNextStep === true) { vm.theNextStep = false; vm.setSuccess = true; $('#theNextStep').fadeOut(500); $('#setSuccess').fadeIn(1500); $('#setSuccess').fadeOut(2000); } #setSuccess { …
Smitha
  • 6,110
  • 24
  • 90
  • 161