Is it possible to prevent automatic scrolling in the history sidebar

Something that has always been an annoyance for me and perhaps the solution is right under my nose.
When I watch something in my story, but I'm not sure of the exact link, I often have to toast on several pages to find the exact. The problem is every time I do the side bar autoscroll completely back up which is very annoying back to where I was before.
Is it possible to disable this auto-scroll to the top of the sidebar (new link in the history).

Thank you

When you click a link in the sidebar of history or in the history Manager to open the link for inspection, then you create a new story visit that link and makes the link appear as the first in the list in case you have sorted by visit date.
The visit of the old is removed (hidden) in the list.

There is no way to avoid this, other than to copy links to a file or bookmark links and treat them like that.

Copy and paste this code into the address bar to open an edit window in a tab.
You can also create a bookmark to the location set to the code for complete data.

data:text/html,<html><head><title>EDIT window</title></head><body onload="document.body.contentEditable='true';" onclick="if(event.shiftKey){this.contentEditable='false';this.innerHTML=this.innerHTML.replace(/(<\/a>)/ig,'$1<br>');event.preventDefault();}" height="99%" width="100%"></body></html>

Click to the left of a history item in the sidebar of history to, select that item, but not open it.
Select multiple items using the shift and the slider down and copy the selected items to the Clipboard using the context menu.

If you click on the page that was open to the above displayed code data, then you should see a slider.
Press Ctrl + V or shift + insert to paste the contents of the Clipboard to the page web (the context menu does not work).
Once you are done copying, you can hold the SHIFT key and click on the text to cut the contentEditable mode has and make clickable links.

Tags: Firefox

Similar Questions

  • I a s 6 more and when using the phone, if my face touches the screen it clicks on the logout button and the phone hangs up the call. Is it possible to prevent this without holding the phone away from my face when calling?

    I a s 6 more and when using the phone, if my face touches the screen it clicks on the logout button and the phone hangs up the call. Is it possible to prevent this without holding the phone away from my face when calling?

    iPhones have a proximity sensor which is supposed to automatically turn off the screen when you hold it in your face. If this is not the case you can take the phone and have it checked.

  • [Solved] Active tab automatically scrolls to the right of the tab bar

    Firefox 34.0.5

    Using the option [don't load tabs until selected], when I click on a tab that needs to be loaded, the tab is automatically scrolls to the far right of the tab bar, as you can see in this screenshot.
    http://PUU.sh/eAhdx/296a80d319.PNG

    Is there a way I can disable this behavior?

    [Solved] There was a conflict with an extension that appears to have been resolved.

    Could you clarify - which is what you see:

    • The tab you are activating moves to the bottom of the tab bar to the right
    • The tab you are activating kept his place even in the sequence, but Firefox is scrolled to the left on the tab bar if you end up seeing more tabs to the left of the you active and few of them to the right

    (I didn't notice either of those myself, but I try to understand what is happening).

  • When I try to highlight text on any page why it automatically scrolls to the top? Very frustrating problem just occurred, was not there before.

    Curiously, an error just for me that was not there until tonight (I have nothing new installed on my firefox). When I try to highlight text on any page why it automatically scrolls to the top? Very frustrating problem, no matter whether on gmail on an email, facebook or a web page regular when I try to select my browser text is now scroll upward on its own literally as soon as I'm going to highlight, that means I end up selecting everything on the page when it scrolls upward. Can anyone shed some light on how I can solve this problem suddenly?

    Thank you

    I am pleased to learn that you have been able to solve your problem of Firefox.

    I reported this problem to the addon developer, in the hope that they will be able to patch the issue soon.

    Please use the Mozilla Support Forums. We hope that you will continue to sail with us.

  • On some files, such as Documents, when I open the file it automatically scrolls to the bottom of the page.

    I have problems with the scroll bar. On some files, such as Documents, when I open the file it automatically scrolls to the bottom of the page. I can scroll upward, but as soon as I let go of the mouse button it drops to the bottom of the page. On some windows so it both vertically and transversely sometimes scrolls upwards and downwards is OK but he pages all the way to the right. Also in IE, I can't click on the scroll bar and drag it, I have to the top or down of arrows or the wheel.

    Thank you; Brand:

    I found the problem. It was the mouse.

    I do not understand why it worked on some programs and others do not, but I guess until I found a solution, it is not matter. Brand:

  • No matter what page I click on the screen automatically scrolls to the bottom of the screen

    original title: any page I click on the screen automatically scrolls to the bottom of the screen so THST I'm unable to read whats above. I suspect a recent windows update caused this problem

    See above

    Hi centerZQ of windows media.

    Since it is a recent issue, use System Restore to restore your computer to a point before the issue. This allows you to uninstall the updates or programs that you installed after the date you have selected, then make sure you have a way to reinstall all the programs, if necessary.

    Then, check the updates on your computer. If you have several updates to install, install them in small groups, until the problem reoccur. Once you have identified the update at the origin of the problem, post in the forum.

  • Automatic scrolling of the list of favorites on the start menu to stop before you reach the bottom

    I open the start menu, point the mouse on the Favorites bar and keep the cursor under the small arrow pointing down at the bottom of the list of favorites, as well as the list of bookmarks automatically scrolls down. But after scroll down a number of bookmarks, automatic scrolling stops before reaching the bottom of the list of favorites, view the rest of the empty list. I removed a lot of unnecessary bookmarks in the Favorites folder in Documents and Settings, but this does not resolve the issue. I would like suggestions for this problem, which I have not come across so far. I ran CHKDSK disk cleanup and defragged the volume of disk hard, but in vain. I have Windows XP Pro SP 3 with IE8 installed on my computer.

    THIS POST has BEEN contrary to the ETHICS of COPY AND published by www.qnundrum.com on its website. I don't know how to report this error to Microsoft. Anyone can report to Microsoft?

    Hi ErhanKarabekir,

    Run a full scan of the computer with the Microsoft Safety Scanner to make sure that the computer is virus-free.

    Microsoft Safety Scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Security Scanner warning: there will be data loss through an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    Thank you.

  • Why the page automatically scrolls to the cfgrid controls

    I have a page that is large enough so that it scrolls vertically. When it finishes loading, the browser scrolls automatically to the bottom of the page where a cfgrid element. It happens in IE, Chrome, and Firefox.

    I reduced the cause down to the JavaScript server ColdFusion 11 adds at the top of the page. If I disable scripts in the browser, the page does not automatically scroll down.

    Addition of window.scrollTo (0,0) at the onload of the body does not work. What JS is scrolling down occurs after the onload event. I have not tried. ready() jQuery yet; in the hope there is a fix.

    Has anyone else seen elsewhere and don't know a fix or a workaround?

    I found that the solution is to add the attribute selectOnLoad = "false" to the cfgrid tag. Its default value in CF11 is 'true '. I'm not sure CF10, but in CF9 is seems to default to 'false '.

  • How to prevent users to clear the history on my computer?

    How to prevent someone delete the history on computer? I need help with this...

    Hello

    If you have company, integral or professional strategies Group (GPedit) and for other versions there
    Parental control.

    Start - type in the search-> find gpedit.msc in top - box double click.

    See this and the 'related links '.

    How to install and use Parental controls in Vista
    http://www.Vistax64.com/tutorials/95139-parental-controls-Setup-use.html

    and these:

    Setting up Windows Vista's Parental control
    http://www.bleepingcomputer.com/tutorials/tutorial139.html

    Set up Parental controls
    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-parental-controls

    =======================================

    -Start - type in the box search-> Regedit find manually top - make a right click on - RUN AS ADMIN

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel

    In the right pane - set a DWORD value named DisableDeleteBrowsingHistory to 1

    What it defines for the particular user

    Put in the key Explorer\Control Panel

    who assigns it to all users.

    I hope this helps.
    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • When a pdf file is open in a tab, automatic scrolling of the cushion does not work in the other tabs, but only for the specific PDF tab.

    The Tablet/mouse scroll function does not work for the other tabs when a PDF file is opened.

    Hi ESNE,.

    Have you checked to see if your PDF is updated? You should take a look at the Base files display PDF in Firefox article. There are lots of good information in there. You should try both of the suggested PDF Add-ons to see if this solves the problem.

    Hope this helps!

  • Prevent automatic Expansion of the users folder

    It is a loss of a lot of time for me.  When opening explores, it automatically expands the users folder that I can navigate and collapse to get to where I really want to go.  How can I disable this annoying behavior?

    Go to start / computer and you will have a view that is not developed (at least mine isn't) - it shows C:\ and does not yet show the subfolders as users.  Or if you want just your own profile information, click on and it will give you just the files and folders in your profile (not developed).

    I hope this helps.

    Good luck! Lorien - a - MCSE/MCSA/network + / A +.

  • Disable automatic scrolling on Satelite 660D

    Is it possible to disable the very boring on the 660D Stelite autoscroll please?

    What auto-scroll that say you? Automatic scrolling of the touchpad?
    You can do it in the settings of the touchpad.

    Go to control panel-> mouse-> last tab control-> advanced settings (button)
    Here you should find all the possible options.

  • How to scroll through the front panel when running

    Hello

    I'm using LabVIEW 8.5. I want to scroll the front panel automatically according to the moving object. I enclose a vi for example, in which I move the image, but if it is out of range of screen I have to scroll manually horizontal scroll bar to see the position of the image, it is possible that it automatically scrolls according to my position of the object.

    -Thanks in advance

    Hi, Mary,

    Well, now I see what you wanted. From my point of view using front panel scrolling for this animation is wrong way (if not I do not know your final objectives).

    I would recommend that you use the image for this control. Here the work by hand a little more, but you will get better results and will not scroll to your façade.

    For example, "quick and dirty" implemented:

    Andrey.

  • Scrolling of the cat

    Hello

    I do an application based chat and I want to scroll through my verticalfieldmanager (where messages shown after entering the pop-up window)

    whenever we talk to someone and write us a msg and press enter this show of text in the box above and its scrolls automatically each time as the new message being sent.

    how it is possible that verticalfieldmanager auto scroll on the addition of a labelfield.

    Thank you

    Zahid

    I'm not the best person on this forum for the user interface, so it is likely to need a correction.  But that's...

    You can set the 'size' of your manager in a similar way to how you set the "size" field, so managers can be any size you want.  This size is the size of the window in which the Manager is displayed.

    You can also set a 'virtual' size to the Manager, which is the size that there is stuff to display.

    So if you set the height of your Manager to 100 and its virtual size 200, then the Manager must scroll to see the second part of its display.

    So, your manager to be the same size as the value display and scrolling.

    To view the "wallpaper, you will not be added the Bitmap to your manager, you use the bitmap in the paintbackground method of your Manager."  If you do these two you should get your correct background.

    To get an EditField downstairs, you need to add another layer of managers.  Other people have asked this question and there are a number of forum messages that tell you how proceed, in addition to those of people like me that tell you to use the status area of the screen...

    So a play with the help of sublayout in your handler sets, its extent and the virtual measurement and use paintbackground to display your wall paper and see how you go.  To get your EditField downstairs, search the forum for similar issues.

  • It is possible to click on an element in the 'History' without him returning to the top window?

    Whenever I select an element in my story the window comes up to the top. This makes them extremely frustrating for anyone trying to navigate through their history to look for something specific in the use of a range of internet from any item of interest that gets clicked on is automatically taken out of context. Y at - it a fix for this? I hate having to stop using firefox on a minor issue, but it's one I repeatedly having problems with and no can't find a solution online.

    No, this is not possible.
    If you open the link, then you create a new history entry and Firefox shows only the visit latest, although the old entries are still present.

    A possible solution is to select all the history items using Ctrl and shift in the usual way and copy them to the Clipboard through the context menu.

    This way you can bookmarks in a folder and open them at will.

    In the sidebar of history (Ctrl + H), click on the left of the favorite icon to avoid opening a link.

Maybe you are looking for

  • Pavilion g6 - 2076sr: Windows Installer?

    Hello! I would like to know what necessary windows install, for the excellent work in games and the latest drivers for a video card? my laptop http://support.HP.com/kz-ru/document/c03327487 Thx for the help!

  • Why the fan on my macbook pro continue to run at a fast pace for long periods?

    The MacBook Pro mid-2010 OS X El Capitan, 10.11.3 version Processor: 2.4 GHz Intel Core 2 duo Memory: 4 GB 1067 MHz DDR3 Graphics card: NVIDIA GeForce 320 M 256 MB 163 GB available iWorks ' 09 has been upgraded to the latest versions No new upgrade i

  • Recent update with KB947821, may 2013, failures to receive the 9370001 error code.

    I have Windows Vista 64 SP2 and could not update KB947821, may 2013, receive the error code 9370001.  I tried several times and found no mention in this error online code. Did someone did with the line this problem? I'd appreciate any help! Thank you

  • Can I upgrade to Windows 7 from Vista without having to install Vista Service Pack 1?

    Several years ago, I made the huge mistake of update Win XP Pro to Win Vista Ultimate. In doing so, I immediately fell on so many questions that I spent more time each day trying to solve problems, to do the calculation and in some cases it was pract

  • IPS module does not

    Hi, I'm currently running active / standby and my sometimes (twice a year) IPS module goes on which triggering a failover. The current status is: This host: secondary: enabled Another host: primary - failed and on the primary host-: slot 1: ASA-SSM-1