Right-click menu objects

Hello.. I had a problem with the context menu, creating graphic objects that remain in Office until another window passes over it.

This only happens when the browser window is not available to the bottom of the screen. If I call the menu at the bottom of the browser, and the menu fills down from my position of the mouse, then no matter what part of the menu that extends below the browser window, will be visible... until I have spend another window on the desktop area.

It does not affect performance, but in 20 minutes of work, the bottom of my desk looks like a collage of context menu.

Is this just right click in Firefox, or right-click in the whole of Windows? If the latter, I've seen before, and it is either a problem with your graphics driver or with Windows itself. Try updating your graphic driver, update your drivers graphics to use hardware acceleration and WebGL

Tags: Firefox

Similar Questions

  • Right-click menu drop-down

    I am running Windows Vista on my Compaq laptop. I had to restore my computer. Before restore, I right click on a folder and the drop down menu would have options
    move to...
    copy to...
    and then asked to select one of them, the next drop down where you want to copy or move.

    Now, after the restoration, when I right click on a folder, the only option it shows is
    Send to...

    How can I return the other drop-down menus?

    Hello

    Troubleshooting problems of contextual Menu (right click) are a process of eliminating exercise.

    Make a right-click is slow or weird behavior caused by context menus managers
    http://WindowsXP.MVPs.org/slowrightclick.htm
    and here:

    Manage the entries in the context menu for files, folders, disks, and objects in the Namespace
    http://WindowsXP.MVPs.org/context_folders.htm

    The ShellExView utility displays the details of shell extensions installed on your computer, and
    allows you to enable and disable easily each shell extension.
    http://www.NirSoft.NET/utils/shexview.html

    ShellMenuView is a small utility that displays the list of menu items which appeared in the
    context menu when you right click on a file/folder in Explorer Windows and allows you to easily
    disable unwanted menu items.
    http://www.NirSoft.NET/utils/shell_menu_view.html

    How to change or remove items from the right click Menu.
    http://www.WinVistaClub.com/E11.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • My right click menu is crushed and unreadable

    When I right click on anything for some reason my right click menu is broken together. The options are all stacked on each other and cannot be read. It doesn't matter if I'm clicking on something or just space. It happens on every website that I use. I have uninstalled/reinstalled, has used the "firefox tune up" tool and uninstalled all my Add ons. None of that helped him.

    You can check policies corrupt and duplicate and other police issues:

  • Right click menu items of modules have changed

    For some reason, I'll only have this problem on my work computer, not at home, even though I know I am running the same version of Firefox and most of the same extensions (both computers running Windows 7, too). I have at least three different add-ons that include (or) elements of context menu - Pushbullet, Adblock Plus and open in current tab recently - and I don't know what changed to cause this - open in current tab disappeared altogether in the context menu, and Pushbullet and Adblock items moved to the top of the menu, above all that is supposed to be on top , as 'open in a new tab '. I can't find anything in the options of these modules is all relevant. Open in current tab doesn't seem to not even have options. I also installed menu editor, thinking I want to manually change the right-click menu options to the way they were, but none of these menu options Add on appears in the list of available options.

    No idea what could be wrong?

    HE may have updated in preparation for the e10s in versions every night.

    However, it is most likely your addons interaction with the other. Ones you mention have elements in the right click menu, so you can disable all the add ons but those, show the menus right click upward?

    Also check the malware:

  • When you move to a link * in * a Web page, want to right-click menu drop down for "this e-mail link" line

    When I read a blog and you want to send a link of thread/topic/from own section, I don't want to send the whole blog (I could do with the Menu file, send this link), I want to send the link to this thread * in * the blog. Only see it 't to do is right click hover on the title of the thread (which is a link), then copy the location of the link, then go to my mail... application which is awkward and time-consuminb
    What I want is another line of right click menu that would be "location of the Email link. None of the Add-ons I've looked at seem to do. Or am I missing something?

    Sorry my mistake, completely missed this sentence in your post. I'm so glad you found what you are looking for good.

  • How to bring back the old right click menu

    How can I get rid of this stupid xxxx?

    http://imgur.com/NK73GEh

    want old right-click menu back

    You can also consult the extension Classic theme restaurateur.

    You can find the option to get labels instead of the icons in the context menu in the Options for the extension of the CTR in the section general UI.
    Replace page with label context menu icons (back, forward, stop, reload, page bookmark)

  • Long left clicking displays the right click menu

    When I press and hold the left mouse button, the right-click menu is displayed.
    I want to turn this feature off, but can't remember which extension it controls or if the function is built into Firefox.

    Hooray! Found! Thank you Google.

    I found an old - very old - thread on Mozillazine.org:

    http://forums.mozillazine.org/viewtopic.php?f=38 & t = 340572

    And it IS a normal feature of Firefox, but it is normally OFF.

    I think I need to have recently turned it on after reading an article of "Tips and tricks of Firefox" somewhere.

    In any case, the preference is called 'ui.click_hold_context_menus '.

    And I just remembered that I added it in my preferences file "user.js", among a load of others:

    /*

    *   Disable the Delay When Installing New Extensions
    */
    

    user_pref ("security.dialog_enable_delay", 0);
    /*

    *   To turn off the URL greying
    */
    

    user_pref ("browser.urlbar.formatting.enabled", false);
    /*

    *   To unhide the "http" portion of a URL
    */
    

    user_pref ("browser.urlbar.trimURLs", false);
    /*

    *   Enable spell checker in multi-line text boxes & single-line text boxes
    */
    

    user_pref ("layout.spellcheckDefault", 2);
    /*

    *   Double underline style
    */
    

    user_pref ("ui. SpellCheckerUnderlineStyle «(, 4);
    /*

    *   Cycle through open tabs with Ctrl+Tab
    */
    

    user_pref ("browser.ctrlTab.previews", false);
    /*

    *   Disable Animations for Full Screen
    */
    

    user_pref ("browser.fullscreen.animateUp", 0);
    /*

    *   Click and hold on a hyperlink to show the context menu
    */
    

    user_pref ("ui.click_hold_context_menus", true);
    /*

    *   Instant Apply Preferences Without Closing Options Window
    */
    

    user_pref ("browser.preferences.instantApply", true);
    /*

    *   Middle-click in any textfield, addressbar or searchbox to paste clipboard
    */
    

    user_pref ("middlemouse.paste", true);

    So there's a lesson here: do not add too many settings to your preferences of Firefox at the same time or you may forget what you were doing!

    Thank you, all. I will now mark this as "resolved".

  • do not click on the menu that appears when I right-click my taskbar, such as the right click menu disappears when I move the mouse the right click menu

    PROBLEM: CONTEXT MENU DISAPPEARS WHEN YOU TRY ON THE LEFT, CLICK AN OPTION

    Hello
    I'm using Windows 7, and I could always
    go to my taskbar and right click
    Icons and active icons, bring to the top
    the list on the right click on the standard Menu.

    PROBLEM
    As soon as I moved my mouse away from
    the background of windows 7 taskbar to go a couple
    millimetres above on the left, click an option in
    I opened with my right click context Menu
    The whole Menu disappears, and it happens in
    Firefox version 29.01, other programs in Firefox,
    and others such as Skype.
    When I was running Firefox 28
    I didn't have this problem, can you help out me.
    Thank you
    Kev Borg

    PROBLEM
    MAKE ONE CLICK RIGHT MENU DISAPPEARS WHEN YOU MOVE YOUR MOUSE TO THE LEFT, CLICK ON A MENU OPTION IN THE RIGHT CLICK MENU.

    'YOU can not because WHEN YOU MOVE YOUR MOUSE TO THE MENU YOU JUST a RIGHT CLIC ON OPEN DISAPPEARS before you HAVE a CHANCE TO CLICK LEFT of YOUR CHOICE. "

    SOLUTION
    [ 1] GO TO control PANEL AND click HERE FOR the VIEW MENU
    [ 2] GO to "EASE of ACCESS CENTER" AT the TOP.
    [ 3] LEFT CLICK ON the MENU ITEM "theEASE of ACCESS CENTER.
    [ 4] AFTER YOU are a LEFT CLICK ON 'EASE of ACCESS CENTER' seems.
    [ 5] LOOK down THE LIST UNTIL YOU FIND to "MAKE THE MOUSE EASIER to USE".
    [ 5] THE UPPER SHOWS YOU HOW to CHANGE YOUR MOUSE COLORS ETC.
    [ 6] SCROLL DOWN UNTIL YOU SEE THIS TOPIC "MAKE IT EASIER to MANAGE WINDOWS".
    [ 7] UNDER this MENU, there is check.
    "ACTIVATE a WINDOW BY HOVERING over IT WITH YOUR MOUSE"

    [8] ARE OF COURSE IS NOT A CHECK MARK IN THIS BOX TO OPTION, IS THERE A CHECK IT AND APPLY AND CLICK OK TO SAVE.

    And now, you should have no more problems with your right click Menu disappears when you move your mouse over the menu left click on a menu item on a right click menu.

    SOLUTION SOLVES THE PROBLEM.

    Thank you and I hope this answer help all the other people who have had this frustrating problem.

    was soon KiwiKev

  • icon of the taskbar right-click menu 'task' gone

    When I right click on the taskbar icon, I used to get several options, including a section called tasks. However, for about two days, I now only get three options of Mozilla Firefox, remove this program from the taskbar and close the window. I don't know where the options to open a new tab, open a new window, etc. I did change all the parameters of topic: config and tried to reinstall firefox without success. If there is a possible fix, please help.

    Edit, I rechecked to the subject: config just now and found that browser.taskbar.lastgroupid keeps returning to the user being bold. I'm certain I have reset the first time, but I did it again for fun and at least for now I seem to have the right click menu rear complete with tasks and frequent. Thank you so much Gingerbread Man and someone else who posted suggestions. Your a lifesaver!

  • By selecting 'Open in a new tab' right-click menu does nothing

    I just updated to firefox 24 on OXS. The right click menu now is meaningless.

    When I right click on a web link, and select 'Open in new tab', nothing happens. No tab opens.

    However, I see now countless options irrelevant for that link, such as 'copy the audio location', 'copy the location of the image', 'play', 'pause', etc., when the article I have clicking on is not an image, audio, video or any other type of media. The content of the right click menu is now longer than my entire screen, completely out of place for the link I'm clicking on and the only option that is relevant does nothing.

    How can I fix?

    I had the same problem. I found that disable Firebug in my Extensions menu solved the problem, so when I right click it appears the menu of standard options rather than the new options 100 or so which do not apply.

    If you have installed too much Firebug, you might want to give this a shot. I have not upgraded my Firebug in no time so it might be a problem with running an older version of it.

    Hope that helps

  • Right click menu was very, very long which it wasn't before

    After upgrade to version 20, made a right-click menu got very, very long that it wasn't before. That's happened? Therefore, it is easier to use. All my Add-ons are up to date, if it's important.

    Thanks, I did check the updates also from the page modules. I have Firebug 1.11.2.

    However, now it seems that the problem has been fixed when I started Firefox in safe mode, all modules turned off, then switced on one (try to find who was, I have not), then restarted Firefox again normally: bing, returned to the normal menu.

  • Right click menu is huge, how to get back the old menu in order to highlight a Word and then look for?

    In previous versions of FF I could highlight one or more words and then right click menu context had a "search on the internet with the help of these words" option. What makes the search so much easier.
    How can I get that back and get rid of that right Monster click menu?

    TIA

    Win 7 pro 64-bit
    using Google

    I had the same problem, I think he appeared with version Firefox 20.0
    That's how my right click menu resembled http://prntscr.com/z0k15
    Half of the links on this subject did not.
    Reinstalling firefox did not help.

    Problem was caused by the FIREBUG Addon 1.10.6.
    Problem is solved if I disable and re activate firebug. I hope that newre version of firebug will fix the problem.

    EDIT: FIREBUG 1.11.2 fixed problem. It seems that firebug is not updated autoamticly, you must remove the old addon and reinstall the new version.

  • Menu of Firefox, right click menu, dropbox menu appears

    I had a problem with Firefox. When I start firefox, it works. But I can't click on the firefox menu plus for awhile (randomly). The right click menu does not work either. The dropbox (selection box) in the Web site does not work.

    I use Xubuntu 12.04 64-bit:

       Linux minh-desktop 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux.
    

    Whenever I get this problem, I have to restart firefox.
    I had a problem with Firefox 12 the problem with 13 and 14. I don't know if the version of Firefox or Linux Kernel is causing the problem.

    I tried safe mode, but it does not help.

    Help, please. Thank you.


  • How "inspect element" arrived on my right click menu?

    I have installed several addons when it appeared. Anyone know where this right click menu item came? My research has suggested "firebug" - whatever that is. This isn't on my XP but it's on my Vista and both have the same addons.
    Thank you

    Hello

    It's a new tool in Firefox which is also accessible via Tools ("Alt + T") > Web Developer > inspect. Pressing ESC will close it. See also this.

  • I was on facebook and remove an icon by using the right-click menu, but then all my photos and pictures of profile, could no longer be seen. I was able to view them in the browser, so it's something I've done in Firefox. How can I unlock a site? "

    I was on facebook and remove an icon by using the right-click menu, but then all my photos and pictures of profile, could no longer be seen. I was able to view them in the browser, so it's something I've done in Firefox. How can I unlock a site?

    If you select that right click menu context then you block all images from this area and not a specific image, so do not use that.

    • Check exceptions in tools > Options > content: Load Images > Exceptions (for example sphotos.ak.fbcdn.net)

    You can use the following steps to check if the images are blocked:

    • Click on the "More information" button to open the "Page Info" with the Security tab selected (also accessible via "tools > Page Info").
    • Go to the Media of the window tab "tools > Page Info.
    • Select the first link of the image and scroll down through the list with the arrow down.
    • If an image in the list is grayed out and there is a check mark in the box "block Images of..." and remove this mark to unlock the images from this area.

Maybe you are looking for

  • change the computers with ripped mp3s?

    So here is the scenario.  I have itunes for windows on my PC Windows 'desktop '.  I synchronize this PC to an I - Pod.  I have well over 1,000 songs in my library.  About 25 percent are from the I-Tunes store, the rest are mp3 that I tore it CD years

  • How to work with flags in scripts

    Hi all I am trying to automate the process of evaluation of data for tiara using flags. So far, I can put the flags through script commands (chnflagset), but after that, I need go to the interactive mode to replace the data with NoValues flag (flags:

  • When I reconfigure messages dating back to June 2011 only, Windows Live Mail are loaded into the new account

    For the fourth time in a year and a half WIndows Live mail continues to receive mail. THIS TIME, when I reconfigure the new account that some of the emails are reloaded. Some emails dating back before June 2011 are reloaded. This means that the whole

  • high Windows Cup Director of video

    I can't think of anyone who uses Windows Movie Maker(for XP) more than me, but, here goes nothing.I've been shooting videos (pictures, videos, combined) for yearssss and usually I can always understand the question, but it left me speechless.I'm comb

  • Any suggestions for prelude CC 2015.3 gel ingest?

    Hi, prelude CC 2015.3 running on Windows 7 and it freezes when I double click to ingest or select file - interfere in the menus. I work with a project that I have already ingested files.  Therefore ingest worked in CC 2015.3 and then stopped working