საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

change page up / page down settings

  • 8 პასუხი
  • 3 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 3 ნახვა
  • ბოლოს გამოეხმაურა ithinktfiam

I'm in W10. When I use the page up & page down keys, windows seem to scroll more than a page. I searched and found a site's suggestion to change the default y scrolling. I looked and it was already 100. that might just have to do with the scroll wheel.

What config needs to change to work with the keys on a standard keyboard, to change their page scrolling distance?

I'm in W10. When I use the page up & page down keys, windows seem to scroll more than a page. I searched and found a site's suggestion to change the default y scrolling. I looked and it was already 100. that might just have to do with the scroll wheel. What config needs to change to work with the keys on a standard keyboard, to change their page scrolling distance?

ყველა პასუხი (8)

Does the same happen when you press the Space bar?


To be sure, you can check this setting:

You may have switched on caret browsing.

You can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).

  • Options/Preferences -> Advanced -> General -> Accessibility: [ ] "Always use the cursor keys to navigate within pages"

Note that this is an accessibility feature of Firefox.

Nope, caret browsing still false.

Found this, but it's an older solution: http://forums.mozillazine.org/viewtopic.php?f=38&t=1832245

Does that work for you?

If you want a specific line count then use code like this:

MAX = 20;
for(i = MAX;i > 0 ; i--){ goDoCommand('cmd_scrollLineDown'); }
MAX = 20;
for(i = MAX; i > 0; --i){ goDoCommand('cmd_scrollLineUp'); }

You can also use the PrefBar extension to create a button with this code and assign a shortcut.

Fizix: Do you know if that can be added to about:config, or is it too old for safety?

Cor-el: I'm not in the least interested in code. Configuration settings are one thing, but ease of use matters.

There are no prefs to set the scroll amount for a full page, only for normal scrolling with the mouse wheel or keyboard.

It looks like you'd need to use the most recent version of the Keyconfig extension Dorando Keyconfig, and paste the line of code provided into it, to adjust the scroll distance. Adjusting the -50 to -130 seemed to solve the issue for the original poster there.

window.content.document.getElementsByTagName('html')[0].scrollTop+=window.content.document.getElementsByTagName('html')[0].clientHeight-50;

ჩასწორების თარიღი: , ავტორი: ABitMore1024

I just noticed something that changes the context of the problem. It was noticed in using Page Down on Indeed pages. What I just noticed is that on LinkedIn, the pages seem to Page Down almost exactly a page. The two different sites are acting differently.

Does that sound link Indeed is just interpreting the instruction from Firefox incorrectly, and sending a bad scroll back to the FF client?