Context menu problem, bug

I have two displays  – macbook pro 15 and Cinema Display 27. When using both ow them there is a trouble  –  context menu appears on one when in was calle on another
here is how it looks http://daniyar.com/temp/screen-GMrVZtBl5m.jpg

If you detach it the monitor so the screen goes to single-screen mode on your laptop, and then re-attach the monitor, does the problem persist? This is definitely not a universal issue in Mountain Lion.
Try creating a new user account and then log into that account to see if the problem persists in that account. This will indicate whether or not the problem is with an account-based setting or is more global.

Similar Messages

  • Context menu problem in ADF 11g

    Hi All,
    A context menu problem puzzle me. Following is the source,
    =======================================
    <af:tree id="tree" value="#{treeTest.collectionModel}" var="node"
    contentDelivery="immediate"
    disclosedRowKeys="#{treeTest.treeDisclosedRowKeys}"
    rowDisclosureListener="#{treeTest.rowDisclosureListener}"
    rowSelection="single">
    <f:facet name="nodeStamp">
    <af:group id="g1">
    <af:image source="/image/#{node.treeLevel}.jpg" id="i1"
    inlineStyle="width:16px; height:16px; vertical-align:middle;"/>
    <af:outputText id="ddl" value="#{node.name}">
    <af:showPopupBehavior popupId="myPopup" triggerType="contextMenu"/>
    </af:outputText>
    </af:group>
    </f:facet>
    <f:facet name="contextMenu">
    <af:popup id="myPopup" popupFetchListener="#{treeTest.popupListener}"
    contentDelivery="lazyUncached">
    <af:switcher id="s1" facetName="#{treeTest.level}">
    <f:facet name="1">
    <af:menu text="menu 1" id="m1">
    <af:forEach items="#{treeTest.menuItems['0']}" var="menuItemss">
    <af:commandMenuItem text="#{menuItemss.name}"
    actionListener="#{bindings.onNodeClicked.execute}"
    disabled="#{!bindings.onNodeClicked.enabled}">
    </af:commandMenuItem>
    </af:forEach>
    </af:menu>
    </f:facet>
    <f:facet name="2">
    <af:menu text="menu 2" id="menu1">
    <af:forEach items="#{treeTest.menuItems['1']}" var="menuItemss">
    <af:commandMenuItem text="#{menuItemss.name}"
    actionListener="#{bindings.onNodeClicked.execute}"
    disabled="#{!bindings.onNodeClicked.enabled}">
    </af:commandMenuItem>
    </af:forEach>
    </af:menu>
    </f:facet>
    </af:switcher>
    </af:popup>
    </f:facet>
    </af:tree>
    ========================================================
    I want to get the commandMenuItem tag's information, i use following code in onNodeClicked method try to get it,
    FacesContext facesContext =FacesContext.getCurrentInstance();
    ELContext elContext = facesContext.getELContext();
    ExpressionFactory expressionFactory =facesContext.getApplication().getExpressionFactory();
    ValueExpression exp =expressionFactory.createValueExpression(elContext,"#{menuItemss.name}", Object.class);
    but the exp is null.
    Please help me to solve this problem.
    Thank you very much.
    Edited by: Yitao Li on Dec 4, 2009 1:06 PM

    You might need a #
    ValueExpression exp =expressionFactory.createValueExpression(elContext,"#{menuItemss.name}", Object.class);

  • Right Click,Context Menu problem in Page Personalize

    Hi All,
    I am using EP6.40 and SP 13.  When I right click on portal content, showing context menu. I entered into Page Personalize  page by clicking options icon(Right-top corner of the page)-> personalize, a pop up window opened. In there, When I right click on  a folder in portal content, it opens browsers context menu.
    And also I am getting a java script error like 'Object expected'. How can I solve this..?.Please help me.
    Thanks & Regards
    Art

    Did u get this resolved. I am facing tghe same problem in Portal content admin. Java Script error  "Object Expected".
    Thanks
    Amandeep

  • Web Application Context Menu - Problem posting comments

    Hi all,
    We are using SAP BW 7.0 (nw2004s) and the web interface to the reports (Web Applications). Some specific reports have to enable users to insert information about specific lines (comments about non-conformity issues). We were planning to insert documents (via context menu) integrated with portal KM.
    Using the Analyzer, we had no problem at all. All the information posted was saved in KM and we could read it using "RSA1 - Documents" and using the Analyzer. The commented value shows a flag that indicates the comment (a small "paper" picture). But when we try to use the Web Application to post this information, it is saved ok but it can only be read using "RSA1 - Documents" and not by the Web Application (it always shows no new documents) and there's no indication in the commented value at all. Has anyone seen something like that? We need to use the web interface. Using the Analyzer is not an option.
    Thanks in advance

    This is not the 2004s runtime in the 2004s system. The url you provided is the BW 3.x runtime in the 2004s system. Make sure on the client side in IE, you don't have and script blocking or popup blocking. For client side settings in IE, make sure your settings are specified as outlined in this blog:
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
    Also, make sure your url has the fully qualified domain name for your server.

  • Chart Context Menu Problem

    Hi, When I Right-Click on my BI Chart I get both the Chart Context Menu and the IE Context Menu.  And of course the Chart Menu is 99% blocked by the IE Context Menu.  I can just barely see the edge of the Chart Context Menu and I can get it to take focus if I mouse over and select it just right.  But, I'm hoping to find out why the IE Context Menu keeps appearing?  It doesn't seem to happen to all of the charts except for the one in the Tab Container.  Any ideas?
    Thanks! Ken Murray

    I Found OSS Note that looks promising!
    Note 1119412 - Internet Explorer standard context menu displayed on chart

  • Context Menu Problem

    We upgraded from 3.1C to 2004s recently. We have some issues with our web reports.
    When we execute a report from the role menu, the report runs fine, but we dont see the WAD context menu but we see the standard IE context menu.
    Also, I get the message "Executing the Web item for ad-hoc query design requires JavaScript"
    When I just run the web report normally, not using the role menu, everything is fine and i see the WAD context menu.
    Any input would help!

    This is not the 2004s runtime in the 2004s system. The url you provided is the BW 3.x runtime in the 2004s system. Make sure on the client side in IE, you don't have and script blocking or popup blocking. For client side settings in IE, make sure your settings are specified as outlined in this blog:
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
    Also, make sure your url has the fully qualified domain name for your server.

  • BUG Un-sortable Column sortable in context menu

    Hi
    We have a table (wrapped in a panel collection), where only some columns should be sortable. Setting sortable="false" on the those columns nicely removes the up/down arrow controls. Making the column unsortable - from that perspective. If we however access the the context menu (right click the column header) and navigate to "sort" Ascending and Descending is available, which thus still allows the user invoking sort on that column.
    Anyone with insight on this? Do we need to set additional property (aside from sortable) or is this a bug in the built in context menu?
    Regards
    Tonny

    Hi,
    However as item 2 in the linked page states, the bug should be verified. So I hope that somebody in this forum could either second a bug in the behavior of the sorting in tables or help clarify if there other mechanisms than the sortable attribute on the column element in play.
    You provide a test case, someone runs the testcase in his/her environment and you got your verification. As simple as that. Note that its not helpful if you post issues without mentioning a JDeveloper version number as it leaves us uncertain of whether this issue is in an old version of JDeveloper or a recent.
    Btw.: If we however access the the context menu (right click the column header) and navigate to "sort" Ascending and Descending is available, which thus still allows the user invoking sort on that column.
    In 11.1.2.3 I don't see a context menu opening on the right mouse click onto the column header. The column I disabled from sorting also doesn't show in any of the panelCollection menu options. So I am not sure this problem reproduces in all JDeveloper versions.
    Frank

  • Problems with new start button right-click context menu

    I have been unable to come up with a rhyme or reason to this problem.
    For some reason the Windows 8.1 start button will no longer respond to a right-click.  The context menu will not come up.  You can see that the active window is no longer active because the border color changes.  The start button works as
    expected when left-clicking it.
    I first noticed this on a brand new Windows 8 machine that I upgraded to Windows 8.1.  The problem occurred while I was messing with trying to customize the default user profile.  The next time I logged in with a new user account the start button
    was broke.  The system I was using was stripped down.  It had NO additional software on it except the drivers and necessary associated applications, and all available Windows updates were installed.  I chaulked it up to something I messed up.
    Next, I reformatted 20 lab computers with Windows 8.1 Pro and joined them to a Server 2003 domain.  Users have roaming profiles and folder redirection policies.  The folder redirection policies redirect AppData, Documents, and Desktop to a folder
    on the server and the contents of these folders are shared between Windows XP and Windows 8.1.  The roaming profiles are unique and new.  Thus far all users have only logged on to Windows XP so they have the version 1 profile and when they logon
    to the Windows 8.1 box a new .v2 profile folder is created.
    Today, we logged about 12 users into these individual machines for the first time and about 3 or 4 of them could not right-click their start button.  Once the problem occurs, it never goes away regardless of what machine they log into.  The only
    way to solve the problem is to default the profile off the computer and delete the roaming profile folder off the server.  The problem has reoccurred after this but I'm not sure what triggers it.
    In addition, I have tried renaming the user's redirected application data folder and letting Windows 8.1 create a new one in case there was a conflict with a Windows XP setting.  This did not resolve the issue.

    In my environment we had a network "Default User.V2" profile that we used with Win7 clients.  Now, with Win8 and Win8.1 we've configured the clients to use V3 and V4 profiles (http://support.microsoft.com/kb/2887239/en-us). 
    That link is for the Win8 hotfix, which changes the roaming profile of users to .V3, but there's also one for 8.1 and it changes the profile folder to .V4.
    Anyway, we have since deleted the Default User.V2 from our network.  In testing the creation of .V4 roaming profiles with Win8.1, I've figured out a little more about the WinX folder.  If I have a roaming profile and log into a Win8.1 computer
    for the first time, the WinX folder is created as part of my profile during the "Hi, we're setting things up, many bright colors" spiel before you get to the Metro screen.  However, when I log out, because the WinX folder is in the Local AppData, it doesn't
    get uploaded to my roaming profile location.  If I then log back into the same computer, everything is fine because that computer still has a local copy of my profile with WinX in the Local AppData.  However, if I log into any other computer, the
    WinX folder doesn't get created and I can no longer right click on the Start menu (until I copy it to my Local AppData on that computer).
    So, it seems that when I first log in to a Win8.1 computer and go through the "Hi....etc etc....many different colors" startup, the WinX folder is created and will work on that computer, but if I log into another computer, it isn't downloaded as part of
    my roaming profile or re-created.  Also, if you have the GPO set to delete copies of roaming profiles off of the computer when a user logs out, I would guess that the WinX folder would then get deleted and when you log back in you'd have the same issue.

  • Bug: Context menu operations on multiple selection of uix-nodes do not work

    Hi,
    when i select multiple .uix files in the navigator and then chose "Check XML Syntax", "Validate" or "Auto Indent XML" from the context menu, the selected operation is only done for the first file in the selection.
    This is a nice Bug because this works for Make and Rebuild context menuitems, even if those items display the filename even for multiple selection ("Make AFile.uix).
    Would be nice if those operations would work on the "HTML Sources" node or a subfolder.
    Regards, Markus

    thanks. we'll try to fix this in an upcoming release.

  • Problem with APEX tree in 4.1.1.00.23-while adding context menu

    Hi,
    Version : Apex 4.1.1.00.23 and Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    i wanted to add context menu to my tree region.i followed Jason's blog
    http://jastraub.blogspot.com/2010/09/adding-context-menu-to-tree-region.html
    But after i add the javascript code he mentioned,nothing seems to have changed.The context menu appears the same way it was before.
    Is there anyone facing similar problem?
    Appreciate your comments,

    Also using Apex 4.1 and I successfully adapted the steps to my application and it worked well ... the context menu and the tool tips come up well and are functional. The only issue I am still having is that the drop-down arrows no longer work ... I had to use a dynamic action to keep the trees all expanded when the page loads. However, I cannot collapse them as I used to (if needed). I am looking forward to a fix to this issue too.
    Gerald

  • Problem printing with Reader 10.1.6 using context menue.

    After installing patch 10.1.6 some documents are not printing correct using the explorer context menue.
    The Document contains a link like WWW.heise.de and is printing like X X X /I f jtf /ef
    Open the Document and printing works fine.

    Hi,
    I am not able to reproduce the issue. Could you please share the document with which you are facing the issue.
    Also tell me more about the environment e.g Operating System. Is this problem occurring only on printing from the context menu ?
    Thanks.

  • Context Menu in Bex Reports - position problem

    Hello Experts,
    In CRM 2007 we have a BSP application with a BEx frame  that displays BW reports.
    When we want to jump to a CRM activity from a BW report - we right click the report and use the "go to --> activity" feature of the context menu.
    The problem is that the context menu is always being displayed in the same place.
    So if a user right clicks a report that is located at the bottom of the web page - he has to scroll all the way up to see the context menu.
    The context menu is suppose to appear at the location of the pointer when performing right click - but it doesn't.
    I hope i made the problem clear
    has anyone encountered this before ?
    Any help is appreciated...
    Adi J.
    Edited by: Adi Jabkowsky on Aug 3, 2009 9:23 AM

    Hello Experts,
    In CRM 2007 we have a BSP application with a BEx frame  that displays BW reports.
    When we want to jump to a CRM activity from a BW report - we right click the report and use the "go to --> activity" feature of the context menu.
    The problem is that the context menu is always being displayed in the same place.
    So if a user right clicks a report that is located at the bottom of the web page - he has to scroll all the way up to see the context menu.
    The context menu is suppose to appear at the location of the pointer when performing right click - but it doesn't.
    I hope i made the problem clear
    has anyone encountered this before ?
    Any help is appreciated...
    Adi J.
    Edited by: Adi Jabkowsky on Aug 3, 2009 9:23 AM

  • 2.1.1 Problem with User Defined Reports with actions on the context menu

    I use the User Defined Reports quite a lot, and export and publish these to other members of the team as Shared Reports. I'm also quite disappointed that there seems to be no further development in this area of SQL Developer.
    One of the totally undocumented features of User Defined Reports is the ability to attach actions to a context menu, and pass data from the grid to a procedure, for example. Copying, then exporting the sessions report (from All Reports -> Data Dictionary Reports -> Database Administration -> Sessions) exposes the XML for adding actions to the context menu. The snippet for killing a session looks like this:
    <item  reload="true"  reloadparent="false" removeFromParent="false">
      <title>Kill Session</title>
      <prompt type="confirm" >     
        <label>Kill Session?</label>     
        <default><![CDATA[]]></default>     
        <value><![CDATA[]]></value>        
      </prompt>
      <sql><![CDATA[ALTER SYSTEM KILL SESSION '#SID#, #SERIAL#' IMMEDIATE]]></sql>
      <help>Kill the selected session.</help>
    </item>So to add this type of functionality to your own user defined reports, you need to export the report, edit the XML, and import it again. It seems to work fine to add this to the master reports, but if you add an <item> element to the child reports, the context menu items appear on the master report too, and they are duplicated many times. I'm not sure if the action of exporting the report adds to the number of times the context menu appears.
    Warning - if you edit a report using SQL Developer, all the <item> tags are removed. Once you've added actions to a context menu, you can only edit the report by exporting it, modifying the XML and importing it again.
    Has anyone else seen this behavior? Have you found a work-around?
    To the SQL Developer team: Are there any plans to allow the adding of user defined context menu items to reports using the GUI in the near future?

    You're right the context menu needs a GUI desperately. You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • [Bug: JDeveloper 9.0.3] Context menu on active tab of Log window

    When I right-click on one of many tabs in the log window to open the context menu, and when for some reason another tab becomes active, the context menu now targets the active tab, instead of the original one.
    Say, I ran a project and want to clear the respective tab, so I right-click on the tab to open the context menu. But before I can click on 'Clear', some other running project generates output on its tab, so that other tab becomes active. Now, when I click on 'Clear' anyway, the newly activated tab will be cleared, in stead of the tab I intended to clear.
    I don't suppose this one's is a biggy, but I'd like to report it anyway.

    Ow by the way, of course this is a bit of a bigger issue when you select 'close'. ;)

  • How to add/delete items in right click context menu when opening a new link FF17 osx... 6 instances of open link in new identity profile have appeared

    The menu items appeared without any idea why, they had not been there before. I have macbook with os 10.6.8 I had been trying to get pdf to work in firefox, so had followed a recipe suggesting enabling the pdf reader part of firefox. Required making 2 adjustments to the about:config. One disabling the browser.preferences.incontent and would changing default of pdfjs. Pdf still won't display, but don't know if what I did is related. Now I am trying to just find out how the menu gets modified at all, and whether I can do so as a user.

    A little research revealed addons can add items to context menu, in this case multifox adds option to open tab in new profile for multiple gmail etc logins. I had updated addons earlier, think that triggered it. So now I know why and what it does. The problem is why 6 times listed (instead of just one)... it also varies, sometimes the context menu will have one instance... and have seen as many as 9. Not sure why it varies, but would still also like to know how to modify context menu. Could just be a bug in multifox with FF17 I suppose. I will disable multifox and see if problem goes away.

Maybe you are looking for