context menu problem

"In windows Explorer and right clicking on a file, by selecting: open with ' then select 'choose program' the file is opened in Notepad. How can I change this to allow me to choose a program? XP

Hi Miles92069

 

You can check out the article below and check if the assist steps, you set the program to open with a file - type

http://support.Microsoft.com/kb/307859

 

I hope this helps.

Tags: Windows

Similar Questions

  • Fonts for the context menu problems

    Photoshop CS5 12.0.2 x 32

    How can I reset the police in the context menu? Mine seems to be everywhere. For now, the boxes are empty, but in the past, it was very large and crossed, or angled at 45 degrees. I want to just be what it is supposed to be (that is to say, readable). I am including a screenshot. I tried to delete the preferences already.

    Untitled-1.jpg

    Search the Forum, it is a known problem with the 12.0.2 update and its been reviewed by at least 5 other threads.

    Mylenium

  • Ampersand in context menu problem

    Is there anyway to get the ampersand to display in the pop-up menu. It is a simple string and I do not understand why it considers the ampersand as code instead of text. I have attached the affected code. You can help a beginner!
    Thank you!
    JK

    If the caption contains an ampersand, the character following the ampersand
    is underlined to indicate a keyboard mnemonic.

    Type it twice &:

  • Problem VLC media player - option of the context menu "add to vlc media player playlist" disappear in the selection of multiple files.

    OK, here's my problem. I installed VLC. It works very well. I have 'Add to playlist in vlc meadia player' on the pop-up menu file.

    PROBLEM: If I select more than 16 files and then "Add to vlc meadia Player playlist" disappear from the file context menu.

    ANNOYING: This stupid Windows Media Player is still there.

    QUESTION: Why vlc disappear from the file context menu if I select more then 16 files but wmp doesn't?  Is M$ trying to force people to use WMP?

    I also did my OWN program and he added in the context menu, and I discovered that my OWN program has also 16 files limit.

    Why windows deletes non MS program context menu, if I select more than 16 files? How can I solve this problem? I want to have my custom context menu program, even if I select more than 16 files.

    How to fix this?

    Hello
     
    I ask you to post this question on the Microsoft Development Network forums.
    Here is the link:
    http://social.msdn.Microsoft.com/forums/en/windowspro-audiodevelopment/threads
     
    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Webview from landscape orientation to portrait mode causes the font size to become smaller and a problem with the context Menu

    Hi, I have a webview with inline html. It works fine except that when I pass in landscape mode, the screen fills fine and the police grows, but when I go back to portrait fonts are tiny, even smaller then when initially in the portrait. I am installing this on a Z10 with cascades 10.1 SDK. Is this a Bug somewhere in the SDK or BB10?

    Another problem I have is in Web mode, the shortcut menu appears when I touch a Word. I is no need to use the context menu. How can I get rid of him. In the case where I would like to someday use this menu, I would need to add code to it. I can't find the code. Where can I find it?

    Thanks for your help

    Concerning

    Roland

    I' to propose taying far WebView as much as possible and using TextArea (with type HTML). There are still a few bugs present in WebView that make it unpleasant to use.

    You cannot get rid of the context menu, so it will disappear once you remove WebView. You can still share with other methods.

    This may seem more work and it's probably, but it's going to do to improve the user experience and fewer headaches for you.

  • Context menu with video player problem

    Hello

    I don't think I'm doing something stupid... It seems that having a MediaContainer onstage prevents somehow the ContextMenu send a click event, someone else knows it? I created a very simple example below to illustrate the problem. If you click anywhere on the stage, you will get the ContextMenu correct (with the custom "click me"), but only if you click outside the MediaContainer will be distributed ContextMenuEvent. If anyone has any ideas of what I could do wrong, or could confirm that maybe it's a bug, I'd be very happy.

    package
    {
    import flash.display.Sprite;
    Import org.osmf.containers.MediaContainer;
    Import org.osmf.elements.VideoElement;
    Import org.osmf.media.MediaPlayer;
    Import org.osmf.net.DynamicStreamingResource;
    Import org.osmf.net.DynamicStreamingItem;
    import flash.ui.ContextMenu;
    import flash.ui.ContextMenuItem;
    import flash.events.ContextMenuEvent;

    [SWF (width = "1024" height = "600", backgroundColor = "#000000", frameRate = "30")]
    SerializableAttribute public class OSMFPlayerTest extends Sprite
    {
    public void OSMFPlayerTest()
    {
    var dynamicStreamingResource:DynamicStreamingResource = new DynamicStreamingResource ('rtmp://myhost/');
    dynamicStreamingResource.urlIncludesFMSApplicationInstance = true;
    var stream1:DynamicStreamingItem = new DynamicStreamingItem ('mp4:mystream.f4v', 190);
    dynamicStreamingResource.streamItems.push (stream1);

    var videoElement:VideoElement = new VideoElement (dynamicStreamingResource);
    Player: var = new MediaPlayer MediaPlayer (videoElement);
    Display: Var MediaContainer = new MediaContainer();
    display.addMediaElement (videoElement);
    addChild (display);

    menu: ContextMenu var = new ContextMenu();
    menu.hideBuiltInItems ();
    var point: ContextMenuItem = new ContextMenuItem ("click me '");
    item.addEventListener (ContextMenuEvent.MENU_ITEM_SELECT, onMenuItemClick);
    menu.customItems.push (item);
    menu = this.contextMenu;
    }

    private void onMenuItemClick(e:ContextMenuEvent):void
    {
    trace ('click');
    }
    }
    }

    Thank you very much

    Simon

    Hi Simon,.

    You stumbled upon a known issue of Flash Player and its impact on the event of shipping on the video object context menu.

    There are two possible solutions:

    1 Add a transparent sprite on top of the video and add event listeners.

    2 use something like a sprite "control bar" as a target for event listener context menu.

    Hope this helps,

    ANDRIAN

  • Problem with the context menu: eception typeError: cannot read property CONTEXT_IMAGE undefined

    Hi, I wanted to try the following context menu with the javaScript function:

    function addMyItem() {
            var myItem = { actionId: 'Delete', label: 'Delete', icon: 'delete.png' },
                contexts = [blackberry.ui.contextmenu.CONTEXT_IMAGE, blackberry.ui.contextmenu.CONTEXT_INPUT];
            blackberry.ui.contextmenu.addItem(contexts, myItem, function () { console.log('hi') });
        }
    

    I have this function of reference on the API [1]

    When I try to run this function, I get the error:

    Eception typeError: cannot read property CONTEXT_IMAGE undefined

     


    What's not here?

    EDIT: I have the function ID in my config

    
    

    [1] https://developer.blackberry.com/html5/apis/blackberry.ui.contextmenu.html

    I have a little differently, but have checked that it worked for me during a test.

    var share = {
      actionId: 'share',
      label: 'Share Image',
      icon: '../images/share.png'
    };
    
    var contexts = [blackberry.ui.contextmenu.CONTEXT_IMAGE];
    
    blackberry.ui.contextmenu.addItem(contexts, share, function(){
      alert('Sharing is caring!');
    });
    

    If this does not work, can you let us know what development kit software that you use, and we can test again if necessary?

  • ListView context menu function problem

    I'm trying to get positions in my context menu and the button to work, but the file for routing functions doesn't seem to work

    ListView {
                        function getApp() { // 1
                            return _app
                        }
    
                        id: listView
                        property string selectedItemID
                        dataModel: _app.dataModel
    
                        listItemComponents: [ // 2
    
                            ListItemComponent {
                                type: "item"
                                Container {
                                    id: itemContainer
                                    layout: StackLayout {
                                        orientation: LayoutOrientation.LeftToRight
                                    }
                                    StandardListItem {
                                        id: rootItem // 3
                                        title: ListItemData.name
                                        description: ListItemData.description
    
                                        contextActions: [
                                                      ActionItem {
    
                                                        title: qsTr("Clear All") + Retranslate.onLanguageChanged
                                                        imageSource: "asset:///images/ic_clear_list.png"
                                                        attachedObjects: [
                                                            SystemToast {
                                                                id: clearToast
                                                                body: qsTr("All Items Deleted") + Retranslate.onLanguageChanged
                                                            },
                                                            SystemDialog {
                                                                id: clearDialog
                                                                title: qsTr("Clear List") + Retranslate.onLanguageChanged
                                                                body: qsTr("This action will delete all list items.  This action cannot be un-done.") + Retranslate.onLanguageChanged
                                                                onFinished: {
                                                                    if (clearDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        rootItem.ListItem.view.getApp().clearObjects() // 4
    
                                                                    if (clearDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        clearToast.show()
    
                                                                }
                                                            }
                                                        ]
                                                        onTriggered: {
                                                            clearDialog.show()
                                                        }
                                                    },
                                                    DeleteActionItem {
                                                        title: qsTr("Delete") + Retranslate.onLanguageChanged
                                                        imageSource: "asset:///images/delete.png"
                                                        attachedObjects: [
                                                            SystemToast {
                                                                id: deleteToast
                                                                body: qsTr("Item Deleted") + Retranslate.onLanguageChanged
                                                            },
                                                            SystemDialog {
                                                                id: deleteDialog
                                                                title: qsTr("Delete Item") + Retranslate.onLanguageChanged
                                                                body: qsTr("This action will delete this item.  This action cannot be un-done.") + Retranslate.onLanguageChanged
                                                                onFinished: {
                                                                    if (deleteDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        rootItem.ListItem.view.getApp().deleteObject(ListItemData.customerID) // 4
    
                                                                    if (deleteDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        deleteToast.show()
    
                                                                }
                                                            }
                                                        ]
                                                        onTriggered: {
                                                            deleteDialog.show()
    
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                    Label {
                                        text: ListItemData.lat
                                        textStyle.fontSize: FontSize.Large
                                    verticalAlignment: VerticalAlignment.Center
    
                                }
                                    Button {
                                        leftPadding: 30
                                        rightPadding: 30
                                        preferredWidth: 150
                                        imageSource: "asset:///images/ic_add.png"
                                        onClicked: {
                                            rootItem.ListItem.getApp().updateObject(ListItemData.customerID, ListItemData.name, ListItemData.description, ListItemData.datefield, ListItemData.lat + 1, ListItemData.lon, ListItemData.categorySelect, ListItemData.mapurl)
                                        }
                                    }
                                }
    
                            }
    
                        ]
                        onTriggered: {
                            clearSelection()
                            select(indexPath)
    
                        }
    

    Any help would be greatly appreciated.

    Okay, I should have added more information.  I managed to find a workaround.  instead of using a standard list item, I just made each item container.

    Here is the new labour code:

    ListView {
                        function getApp() { // 1
                            return _app
                        }
    
                        id: listView
                        property string selectedItemID
                        dataModel: _app.dataModel
    
                        listItemComponents: [ // 2
    
                            ListItemComponent {
                                type: "item"
                                Container {
                                    id: rootItem
                                    rightPadding: 20
                                    leftPadding: 20
                                    contextActions: [
                                            ActionSet {
                                                title: ListItemData.name
                                                actions: [
                                                    ActionItem {
                                                        title: qsTr("Edit") + Retranslate.onLanguageChanged
                                                        imageSource: "asset:///images/ic_edit.png"
                                                        attachedObjects: [
                                                            Sheet {
                                                                id: editSheet
    
                                                                Page {
    
                                                                    id: rootPage
                                                                    titleBar: TitleBar {
                                                                        id: editBar
                                                                        title: qsTr("Edit") + Retranslate.onLanguageChanged
                                                                        visibility: ChromeVisibility.Visible
    
                                                                        dismissAction: ActionItem {
                                                                            title: qsTr("Cancel") + Retranslate.onLanguageChanged
                                                                            onTriggered: {
                                                                                // Hide the Sheet.
                                                                                editSheet.close()
                                                                            }
                                                                        }
                                                                        acceptAction: ActionItem {
                                                                            title: qsTr("Save") + Retranslate.onLanguageChanged
                                                                            onTriggered: {
                                                                                // Hide the Sheet and emit signal that the item should be saved
                                                                                rootItem.ListItem.view.getApp().updateObject(ListItemData.customerID, name2.text, ListItemData.description, datefield2.text, counter.text, limittwo.text, ListItemData.categorySelect, ListItemData.mapurl);
                                                                                editSheet.close()
                                                                                editToast.show()
                                                                                name2.text = ""
                                                                                counter.text = ""
                                                                                limittwo.text = ""
                                                                            }
                                                                        }
                                                                    }
    
                                                                    Container {
    
                                                                        layout: DockLayout {
                                                                        }
                                                                        //! [0]
                                                                        Container {
                                                                            horizontalAlignment: HorizontalAlignment.Center
    
                                                                            topPadding: 30
                                                                            leftPadding: 30
                                                                            rightPadding: 30
                                                                            Container {
                                                                                topPadding: 30.0
                                                                                layout: StackLayout {
                                                                                    orientation: LayoutOrientation.LeftToRight
                                                                                }
    
                                                                                TextField {
                                                                                    id: name2
                                                                                    text: ListItemData.name
                                                                                    horizontalAlignment: HorizontalAlignment.Center
    
                                                                                }
                                                                                Label {
                                                                                    id: datefield2
                                                                                    text: {
                                                                                        var today = new Date();
                                                                                        (today.getMonth() + 1) + "/" + today.getDate() + "/" + (today.getFullYear() - 2000);
                                                                                    }
                                                                                }
    
                                                                            }
                                                                            Container {
                                                                                layout: StackLayout {
                                                                                    orientation: LayoutOrientation.LeftToRight
                                                                                }
                                                                                topPadding: 40
    
                                                                                TextField {
    
                                                                                    id: counter
                                                                                    text: ListItemData.lat
    
                                                                                    inputMode: TextFieldInputMode.NumbersAndPunctuation
    
                                                                                }
                                                                            TextField {
    
                                                                                id: limittwo
                                                                                text: ListItemData.lon
                                                                                hintText: qsTr("Limit") + Retranslate.onLanguageChanged
                                                                                inputMode: TextFieldInputMode.NumbersAndPunctuation
    
                                                                            }
    
                                                                        }
    
                                                                            attachedObjects: [
                                                                                SystemToast {
                                                                                    id: editToast
                                                                                    body: qsTr("Item Edited") + Retranslate.onLanguageChanged
                                                                                }
                                                                            ]
                                                                        }
                                                                        //! [0]
                                                                    }
                                                                }
                                                            }
    
                                                        ]
                                                        onTriggered: {
                                                            editSheet.open()
                                                        }
                                                    },
                                                    ActionItem {
                                                      title: qsTr("Reset") + Retranslate.onLanguageChanged
                                                      imageSource: "asset:///images/update.png"
                                                      attachedObjects: [
                                                          SystemToast {
                                                              id: restToast
                                                              body: qsTr("Item Count Reset") + Retranslate.onLanguageChanged
                                                          },
                                                          SystemDialog {
                                                              id: resetDialog
                                                              title: qsTr("Reset") + Retranslate.onLanguageChanged
                                                              body: qsTr("This action will reset the item count to one.  You can edit the count afterwards in the edit sheet if you wish.") + Retranslate.onLanguageChanged
                                                              onFinished: {
                                                                  if (resetDialog.result ==
                                                                  SystemUiResult.ConfirmButtonSelection)
                                                                      rootItem.ListItem.view.getApp().updateObject(ListItemData.customerID, ListItemData.name, ListItemData.description, Date(), 1, ListItemData.lon, ListItemData.categorySelect, ListItemData.mapurl)
    
                                                                  if (resetDialog.result ==
                                                                  SystemUiResult.ConfirmButtonSelection)
                                                                      resetToast.show()
    
                                                              }
                                                          }
                                                      ]
                                                      onTriggered: {
                                                          resetDialog.show()
                                                      }
                                                    },
                                                    InvokeActionItem {
                                                        title: qsTr("Share") + Retranslate.onLanguageChanged
                                                        query {
                                                            mimeType: "text/plain"
                                                            invokeActionId: "bb.action.SHARE"
                                                        }
                                                        onTriggered: {
                                                            data = ListItemData.name + " count: " + ListItemData.lat + ". Shared using the TiCat app!";
                                                        }
                                                    },
    
                                                    ActionItem {
    
                                                        title: qsTr("Clear All") + Retranslate.onLanguageChanged
                                                        imageSource: "asset:///images/ic_clear_list.png"
                                                        attachedObjects: [
                                                            SystemToast {
                                                                id: clearToast
                                                                body: qsTr("All Items Deleted") + Retranslate.onLanguageChanged
                                                            },
                                                            SystemDialog {
                                                                id: clearDialog
                                                                title: qsTr("Clear List") + Retranslate.onLanguageChanged
                                                                body: qsTr("This action will delete all list items.  This action cannot be un-done.") + Retranslate.onLanguageChanged
                                                                onFinished: {
                                                                    if (clearDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        rootItem.ListItem.view.getApp().clearObjects() // 4
    
                                                                    if (clearDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        clearToast.show()
    
                                                                }
                                                            }
                                                        ]
                                                        onTriggered: {
                                                            clearDialog.show()
                                                        }
                                                    },
                                                    DeleteActionItem {
                                                        title: qsTr("Delete") + Retranslate.onLanguageChanged
                                                        imageSource: "asset:///images/delete.png"
                                                        attachedObjects: [
                                                            SystemToast {
                                                                id: deleteToast
                                                                body: qsTr("Item Deleted") + Retranslate.onLanguageChanged
                                                            },
                                                            SystemDialog {
                                                                id: deleteDialog
                                                                title: qsTr("Delete Item") + Retranslate.onLanguageChanged
                                                                body: qsTr("This action will delete this item.  This action cannot be un-done.") + Retranslate.onLanguageChanged
                                                                onFinished: {
                                                                    if (deleteDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        rootItem.ListItem.view.getApp().deleteObject(ListItemData.customerID) // 4
    
                                                                    if (deleteDialog.result ==
                                                                    SystemUiResult.ConfirmButtonSelection)
                                                                        deleteToast.show()
    
                                                                }
                                                            }
                                                        ]
                                                        onTriggered: {
                                                            deleteDialog.show()
    
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    Container {
                                        id: rootItemtwo
                                        layout: StackLayout {
                                            orientation: LayoutOrientation.TopToBottom
                                        }
    
                                    Container {
                                        id: rootItemthree
                                        layout: StackLayout {
                                            orientation: LayoutOrientation.LeftToRight
                                        }
    
                                    Label {
    
                                        preferredWidth: 450
                                        text: ListItemData.name
                                        textStyle.fontSize: FontSize.Large
                                    }
                                    Label {
    
                                        minWidth: 100.0
                                        preferredWidth: 100.0
                                        maxWidth: 120
                                        text: ListItemData.lat
                                        textStyle.fontSize: FontSize.Large
                                    verticalAlignment: VerticalAlignment.Center
    
                                }
                                    Label {
                                        translationY: 5
                                        text: "/" + ListItemData.lon
                                        textStyle.fontSize: FontSize.Small
                                        verticalAlignment: VerticalAlignment.Center
    
                                        textStyle.color: Color.DarkGray
                                            minWidth: 100.0
                                            preferredWidth: 100.0
                                        }
                                    Button {
                                        leftPadding: 30
                                        rightPadding: 30
                                        preferredWidth: 150
                                        horizontalAlignment: HorizontalAlignment.Center
                                        imageSource: "asset:///images/ic_add.png"
                                        onClicked: {
    
                                            rootItem.ListItem.view.getApp().updateObject(ListItemData.customerID, ListItemData.name, ListItemData.description, ListItemData.datefield, parseInt(ListItemData.lat) + 1, ListItemData.lon, ListItemData.categorySelect, ListItemData.mapurl)
                                        }
                                    }
                                    }
    
                                    Label {
                                        translationY: -20
                                        minWidth: 600
                                        preferredWidth: 600
                                        text: "Last Count: " + ListItemData.datefield
                                        textStyle.fontSize: FontSize.XSmall
                                        textStyle.color: Color.DarkGray
                                        horizontalAlignment: HorizontalAlignment.Left
                                    }
    
                                    Divider {
                                        translationY: -20
                                    }
                                }
                                    bottomPadding: 5
    
                                }
    
                            }
    
                        ]
                        onTriggered: {
                            clearSelection()
                            select(indexPath)
                        }
                    }
                }
    
  • Problem with context Menu appearance

    I didn't know where else to post this, so if this is in the wrong section, sorry.

    Whenever I right click, now my context menu looks like this: http://gyazo.com/1f8d086bf5c73137728f88124bad0911 . It is not normally look like this on the victory. 7.
    What would cause this? Is it possible to fix this?

    The menu appears fine for me. Perhaps you are wondering why it apperas in the style "classic"?

  • Just updated to 38.0.5 and now when I right click on a bookmark to edit, the context menu is grayed out and it won't let me. Why?

    I read a lot of web comics, so I change the bookmarks for them on a daily basis on the last page on each site. I just tried to do that tonight after you install the 36.0.5 update, now when I right click on the bookmark in the menu, I have yet to get the context menu, but all the options are greyed out. He was most certainly not in this way the last night before the update. That is what it is?

    Oops, it's probably the bug to customize. After using customize it, most of the items on the context menu are gray to the bookmarks Menu in the classic menu bar.

    It does not affect the button drop-down bookmarks menu *, and it does not affect the bar Favorites (Ctrl + b). And if you launch a new window (Ctrl + n), he works on the menu bar, too. Very strange.

    I don't know when this is going to get it fixed but at least you know a few places to access the properties for the moment.

    Which doesn't seem to be the problem?

    One on the taskbar near the star

  • Firefox won't let me copy the web address of the bar using the context menu with the second mouse button or trackpad to address

    Hello!

    I am writing to report a problem I have with the new patch v35 and v35.0.1 Firefox address bar

    With the new version 35 of Firefox on Mac OSX Yosemite, clicking with the right mouse button in the address bar to copy the web address, a context menu DO NOT allowed to copy the link, he shaded in grey, inactive... you click on an other browser zone before returning to click a second time and be able to copy the link in the context menu

    I mean, with the first right click on the menu bar that appears to address do not allow me to copy the link directly, you must click another area and then click again with the right mouse button in the address bar to copy the Internet address (happens to all pages)

    I tried to open Firefox plugins and completed inactive and reset Firefox on first use (as the first installation) and the problem is here again... The problem with or without add-ins and plugins is here

    What happens before and then when I format my computer

    Here I put a screenshot that explains the problem better than my words
    http://i.imgur.com/QxKd8P1.gif

    I hope you can help me

    Hello

    I want to just inform you that with the new version 36 of Firefox, this problem has been corrected in my browser
    Now I can access the copy option in the context menu directly in the address bar
    Thanks for the replies

  • Context menu (or click on the right button) does not appear in the menu window

    The context menu does not appear in certain sections of the browser.
    If I run the browser in safe mode, it works without problem.
    I tried to reinstall firefox, after uninstalling I also manually deleted everything hidden and visible files - did not help.
    Also I tried the restore mode by default - did not help.

    Here, I put screenshoot.
    Kind regards.

    Sorry for my eng

    Hello

    Try disabling graphics hardware acceleration. As this feature has been added to Firefox, it has gradually improved, but there are still some problems.

    You will have to perhaps restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    Then perform the following steps:

    1. Open the Firefox Options (Preferences on Mac or Linux) as follows:

      • In Firefox 29,0 and above, click on the menu button

        then select Options Preferences on Mac or Linux, or Windows.

      • In 28.0 Firefox and earlier versions, click on the Firefox orange upper-left button, then select the 'Options' button or, if there is no button up Firefox, go to tools > Options.
    2. In the window of Firefox Options (or preferences), click on the Advanced tab, and then select general.
    3. You will find in the list of parameters, the checkbox use hardware acceleration when available . Clear this check box.
    4. Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

    This solve your problems? Please report to us!

    Thank you.

  • Make a right click on the e-mail list no longer opens the context menu.

    Hello world
    Thunderbird collapsed to display the context menu on the mailing list recently. Make a right-click displays just the cross line. What is the problem could be?
    Thanks anyone for any help.

    Win 8.1 64
    Thun 31.3.0

    Very strange.
    Make a right click on the email list should open a menu drop-down.
    Usually a line crossed through something means that it is marked as deleted in an imap e-mail account.

    See if there is a conflict with an add-on.
    Restart Thunderbird in safe mode.
    Help > restart with disabled addons.

    then run the same test; Right click on the email list.
    Do you get the drop down, if so, then one of your addons is the origin of the conflict.
    You'd have to disbale each in turn to find what the problem is.
    Maybe the addon should update.
    Report on the results.

  • Context menu (including all the other menus) does not work after a while.

    I use ubuntu 12.04 LTS, 33.0 firefox (thunderbird also same problem).

    Context menu and all menus are not works after a while (maybe 30 min)?

    I have to close all firefox windows to make the menus work (make an another new firefox windows does not solve problem)

    The problem this menu would not be displayed (menu popup and also normal menus) have not been reproduced approximately 2 days.

    I have not try your solution because I had planned to try your solution after I encounter the problem again.

    Only difference when I got problems with menu meets it is that I ran firefox from terminal invites no task bar of the unit...
    (I expect to capture some bad newspapers of the terminal prompt when I encounterd new menu problem)

    Maybe it takes other hours or days before I met the new problem or there is a possibility that I could not this problem again until I do some changes (restart firefox from unity...)

  • Context menu is off of the user interface element that spawned it

    (1) go to the add-on Manager.
    2) click the gear that creates a context menu with the option to force all the Add-ons to check updates.
    (3) shortcut menu does not appear to be linked to the button wheel pinion and is rather offset bottom-right of the key.

    Final version of Firefox 33.

    Edit: I guess it could be a problem with the add-on "Classic theme restaurateur"

    Through the process of elimination, it seems to be caused by "Zoom Page 11.1". Disabling the addon and reset the browser fixed the position of the context menu.

Maybe you are looking for