Clicking problem on popup menus

When I am on the Amazon.com home page and I click on a sidebar menu a cascading popup menu appears. When I click on one of the popup menu items, the click registers on the graphic behind the menu, which takes me to the page related to the background graphic, not to the page related to the menu item.
The same thing happens to search string suggestions. As I am typing in the search text box, a popup list of suggestions appears below the text box. If I click on one of the suggestions, the click is registered on the graphic behind the suggestions, not on the suggestion I clicked on.

Thank you for your post and welcome to the Sony user forum.
USER-921825
There is currently no issue with regards to selecting items from a submenu. However, we were to duplicate the condition that you are referring to by slightly miss-touching the desired item. Please attempt to select items from the amazon site again making sure to intentionally touch the item in the center. If you are still experiencing the condition as described, contact our support team for troubleshooting assistance to verify screen touch accuracy.

Similar Messages

  • Problem in showing dynamically created popup menus in MacOs.

    I have problem with dynamically popup menus. When the menu item is selected, below method is calling:
    public JPopupMenu getPopupMenu(){
    JPopupMenu r = super.getPopupMenu(); // My class extends JMenu.
    r.removeAll();
    String[] remoteEngines = SimulationManager.getRemoteEngines();
    try {
    for (int i = 0; i < remoteEngines.length; i++) {
    JMenuItem item = new JMenuItem(remoteEngines);
    item.addActionListener(this);
    r.add(item);
    } catch (Exception ex) {}
    return r;
    On windows and linux I get menu populated by servers' names, but under MacOS popup menus don�t appear.
    I have MacOs 10.4 and Java 1.5.0.5

    The problems with the portlet provider. Edit it and do the following:
    Uncheck "Web provider in same cookie domain as the portal" and also for the User/Session Information, choose either "Always" or "Once per user session" NOT "never".
    Its bug no 4118067 in metalink, the above is a workaround!!

  • Popup Menus not working - software, not DVD

    Hi.
    On PowerBook G4 1.67, 1GB RAM OS 10.4.11 I use DVD Studio Pro 2.0.5. I use it once every three months to make a set of ads that runs on a theater screen. Occasionally I use it in between for small projects where iDVD just isn't quite enough (or too much, as the case may be).
    Since I last used the software I've installed at least one 'Security Update' and can't remember when I installed the x.x.11 update (before or after last time I launched DSP2).
    Anyway, I have a problem with some of the popup menus in the inspector window, or palette, where settings for objects (menu, track, buttons, etc) are made.
    For example, on launch, new empty project, the popup menu "First Play:" will empty and not actually pop up any options when I click on it. The same thing happens with "End Jump:" and "Target:"
    I've searched through this forum but keep only finding questions and answers about actual DVD menus and no mention of anybody else having this weird bug.
    Does anyone know what might be going on?
    I've deleted the .plist file from my ~/Library folder and reinstalled DSP2 to no avail. Any other suggestions?

    I have the same mysterious problem. I have a Dual PowerPC G4 running Os x 10.4.11.
    Running DVDSP 2.05 I believe everything was fine until I did some online update. Very aggravating.

  • Popup menus and trigger record

    I have a problem (in Forms 6i) executing code in popup menus: When right-clicking an item, the menu opens at the right position, but I am not able to find out which record was clicked - the input focus remains where it was, :system.mouse_record is empty and :system.trigger_record gives me the record number of the record with input focus, not the one where the user right-clicked at. Any suggestions?

    No ideas so far?

  • Popup menus in Forms 10g and Java Bean

    Hi all.
    What class in Java corresponds with popup menus(not in menu module) ?
    I know that oracle.ewt.lwAWT.lwMenu.LWPopupMenu is corresponds with MenuBar's submenu. I can find Buttons, Text Fields, Menu and other components in my Form-Applet, but I don't know how to find popup menus in forms through Java Bean...

    Hello François,
    I have created a java bean that dynamically creates a popup by left-clicking on the bean.
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_SEPARATOR', '' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item one' ) ;     
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item two' ) ;
    My problem is the layout. I want to simulate a button. I can't put the bean transparent over a button and I can't simulate a button with the bean.
    How can I add the popup functionality to a button and not only to the bean? Or any other workaround?
    Regards Pedro.

  • How to control Popup Menus

    Hello there,
    I have little problem controlling my popup menus, I need to have one menu item in the popup menu when I put the mouse on the top of a selected area. If mouse clicked on the selected area then I need to add more menu items. Here is my code so please help if you can.
    public void mousePressed(MouseEvent me) {popupmenus(me, true);}
    public void mouseReleased(MouseEvent me) {popupmenus(me, true);}
    public void mouseMoved(java.awt.event.MouseEvent me){
    popupmenus( me, false);
    public void popupmenus(java.awt.event.MouseEvent me, boolean pop)
    xpos = me.getX();
    ypos = me.getY();
    System.out.println(pop);
    if (xpos > rect1xco[0]&& xpos < rect1xco[0]+rect1width[0] && ypos >
    rect1yco[0] && ypos < rect1yco[0]+rect1height[0])
    if(pop==true)
    ar[0].add(it[0]);
    ar[0].add(it[1]);
    System.out.println("true");
    rect1Active[0] = true;
    ar[0].add(it[2]);
    ar[0].show(this,xpos,ypos);
    else
    rect1Active[0] = false;
    Thanks for your help.

    What is your particular problem?
    I see two things that may be issues...
    1) you do the same thing on mousePressed and mouseReleased. This means that if you click on the selected area, it will add the items twice.
    2) mouseMoved also seems to add an item, meaning that every registered event in the rectangle will continue to add the same item over and over.
    If neither of these are your problem, please share what you need help with.
    -JBoeing

  • Problem with contextual menus after 10.9.3 update

    Hello, since the update to 10.9.3 i am experiencing problems with contextual menus. The problem is more frequent when I use an external screen.
    First problem: I am losing the icons in the top bar of the finder. This happens mostly on external screens.
    Second problem: The arrows indicating submenus upon a right click are lost. This problem is also present when I use the internal screen of my Macbook.
    Sometimes, the icons in the left menu bar of the finder are also lost (mostly Dropbox):
    Is there anything I can do? Is this a known problem?
    My current system:
    Macbook Pro Retina 13" (late 2013)
    2.8 GHz Intel Core i7
    8 Gb Ram
    Intel Iris
    Thanks!

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Popup Menus in Forms 10g

    I have a tool bar that I added within a Form that has few popup menus...
    When I Run form on Web layout I noticed I have to right click in order to see the popup menu... Before in client server it would only require left mouse click and the popup menu would display.. is there anyway of setting it so it would display if I hit the left button vs the right button. Reason being users who are used to Non Web based will not know to hit the right mouse button vs. Hit the left mouse button..
    Anyway to fix this

    I would like to respectfully suggest that windows standards are such that a left-click will select an item, and a right-click will display a pop-up context menu if applicable. I believe the action you describe is how it should be. I mean, even on the page that I use to enter this very note, if I click a link or a button, it will perform the action, and if I right-click in this text box I get editing command shortcuts, right-click on a link I get options for how it is to open, etc.
    I don't believe a left click should open a context menu. If your users use other Windows standard programs, this should not be an issue, as this is how they work already.
    Gary

  • FRM-92100 at toolbar canvases on calling popup-menus

    Hi all,
    I am migrating our 6i forms to 10g and now there is following problem.
    When I call the popup-menu, attached to a toolbar canvas, I´ll get the frm-92100 failure-message. On other canvas-types and items, there are no problems of calling popup-menus.
    What could cause this problem?
    thank you.

    Thanks for your reply,
    I´ve created a new popup menu and attached it, but it doesn´t work too.
    The error message says:
    Java Exception:
    oracle.ewt.popup.NoPopupOwnerException
    at oracle.ewt.IwAWT.IwMenu.LWPopupMenu._displayPopup(Unknown Source)
    at oracle.ewt.IwAWT.IwMenu.LWPopupMenu.popup(Unknown Source)
    at oracle.ewt.IwAWT.IwMenu.LWPopupMenu.popup(Unknown Source)
    at oracle.forms.handler.FormMenu.show(Unknown Source)
    at oracle.forms.handler.MenuInfo.showPopup(Unknown Source)
    at oracle.forms.handler.MenuInfo.onUpdate(Unknown Source)
    at oracle.forms.handler.MenuInfo.onUpdate(Unknown Source)
    at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
    at oracle.forms.engine.Runform.processMessage(Unknown Source)
    at oracle.forms.engine.Runform.processSet(Unknown Source)
    at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
    at oracle.forms.engine.Runform.onMessage(Unknown Source)
    at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
    at oracle.ewt.IwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.IwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Thomas

  • Fireworks 8 PopUp menus-

    I create a page with single level popup menus in FW8. Export
    html/slices to DW8
    The menus only show up when I do a mouse over. I can modify
    the code in DW8 to remove the javascript onmouseover= ( ... ), and
    add a onload=(..). All then works as I want it to work. Top menu
    displayed on page load, mouse over/out behavior works as expected.
    The top level menus are acting like I would expect the lower
    level popups to work. Mouse over to display. Mouse out, timer
    delay, they go away.
    I assumed/want the first level menus should display on page
    load. Just the popups (lower menu levels) should popup with
    mouseover. Wrong assumption or something wrong?? I guess I could
    use Buttons instead.
    Insight????

    Check the uberlink and McFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial at Thierry's place (
    http://www.tjkdesign.com)
    Either of these are miles better than any DW/FW pop-up
    menu....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "borisbsp" <[email protected]> wrote in
    message
    news:e5pg36$nfb$[email protected]..
    >I would prefer a workaround to this problem (Since the
    money is spent on
    >the
    > software). However I will entertain other solutions as
    long as they can
    > provide me with the same design out come.
    >
    > The verticle popup menus need to be triggered by gif or
    jpeg images like
    > this:
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.eiptuning.com/eip/images/forum/navigation_01.jpg">Screen
    > Shot
    > Example</a>
    >
    > If you have some solutions that fit this criteria, and
    it doesn't mean
    > that I
    > have to reinvent the wheel, I would be interested.
    >
    > Thanks,
    > Boris
    >

  • Fireworks 8 CSS Popup Menus

    Hi,
    in previous versions of Fireworks I was able to create
    multiple popup menus and insert the menus into various table
    positions across a web page.
    In the latest version of Fireworks (8) I have tried to do the
    same using the CSS popup up menus but when previewing the page one
    or both of the menus fail to work properly. In some cases the popup
    menus appear onmouseover in the wrong place or other times the
    menus simply don't function at all.
    If I create a single CSS popup menu and insert into a page
    there is not a conflict and it is viewable in various browsers.
    Is there an adjustment that I can make to the code or the way
    that I export to Dreamweaver 8 so that multiple popup menus (in
    different tables) can function on the same page?
    Thanks,
    Boris

    Check the uberlink and McFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial at Thierry's place (
    http://www.tjkdesign.com)
    Either of these are miles better than any DW/FW pop-up
    menu....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "borisbsp" <[email protected]> wrote in
    message
    news:e5pg36$nfb$[email protected]..
    >I would prefer a workaround to this problem (Since the
    money is spent on
    >the
    > software). However I will entertain other solutions as
    long as they can
    > provide me with the same design out come.
    >
    > The verticle popup menus need to be triggered by gif or
    jpeg images like
    > this:
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.eiptuning.com/eip/images/forum/navigation_01.jpg">Screen
    > Shot
    > Example</a>
    >
    > If you have some solutions that fit this criteria, and
    it doesn't mean
    > that I
    > have to reinvent the wheel, I would be interested.
    >
    > Thanks,
    > Boris
    >

  • Popup Menus and Flash

    Hi All,
    I have created a you-beaut pop-up menu in Fireworks 8 and
    have it sitting on the webpage just nicely however, on the page is
    a Flash slideshow as well. The Popup menus are hidden behind the
    Flash content
    Now I have read all the stuff about making wmode transparent,
    but it makes no difference.
    Has anyone else come across this problem and found a
    solution?
    Thanks all.

    > which is probably why Murray is a little reserved about
    this animal.
    > But, it works for me.
    A little reserved? I'm rabidly opposed to it. A menu system
    that can
    generate > 3000 lines of css should be thrown in the
    toilet. I don't pick
    that number lightly - it was actually on a menu that was
    posted here for
    help not too long ago. Personally, I think you made a bum
    decision - all my
    experience is recoiling at this choice.,...
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "WollombiWombat" <[email protected]> wrote
    in message
    news:[email protected]...
    > As they say in the classics - Life's a bugger.
    >
    > I just posted a nice reply to this thread, and on the
    upload it got dumped
    > so
    > at the risk of repeating myself I will try again.
    >
    > Murray: Many thanks for the suggestion to take a look at
    the PVII options.
    > I
    > had not considered them as I was looking for a drop-down
    menu gizmo that
    > would
    > appear on top of Flash content. It is worth mentioning
    that I have indeed
    > used
    > many PVII solutions over the years. Thank Al !!
    >
    > So, I decided to take a close look at the solution
    SugnaShane proposed
    > using
    > SWFObject and Son of Suckerfish. To cut a long story
    short - that did not
    > work
    > either. That had me baffled for about an hour then the
    penny dropped !!!
    > Turns
    > out I had not read the fine print in SugnaShane's code
    example which is
    > different to the current practice as presented by the
    author of SWFObject,
    > Geoff Stearns at
    http://blog.deconcept.com/swfobject/
    >
    > What SugnaShane had shown in his example was an
    implementation based on
    > the
    > earlier iteration of SWFObject which when current was
    called FlashObject.
    > So,m
    > when I changed my code to reflect the application of
    FlashObject instead
    > of
    > SWFObject the drop-down menus appeared on top of the
    Flash content on my
    > webpage.
    >
    >
    - YOU LITTLE RIPPER SUGNASHANE
    >
    > In conclusion, I reverted back to the Fireworks popup
    menu code as it gave
    > me
    > what I was looking for quickly and easily. Along the way
    I discovered a
    > few
    > gotchas which is probably why Murray is a little
    reserved about this
    > animal.
    > But, it works for me.
    >
    > Many thanks again to all concerned. The "Work in
    progress" can be seen
    > here:
    >
    http://wollombi.wollombivalley.com/
    >

  • Popup menus getting cut off...

    I'm writing an applet, using Swing, which is contained within a small pop-up browser window. Within my applet i'm using a number of popup menus.
    The problem is in certain situations, when the pop-up menu is very wide, its gets cut off by the sides of the browser window. However when the pop-up menu is very tall and extends past the bottom of the browser window, the menu appears over the top of the window and so isn't cut off.
    So its clear that a pop-up menu can extend outside of the browser window, but i need to make it so it will do this when the menu is to wide, not just when it is too tall. I thought it might have something to do with menus being lightwieght components by default, so I tried using setLightWeightPopupEnabled to force the menus to be heavywieght, but this didn't seem to help.
    Anybody got any ideas on this?

    no, cuz if it extends outside the applet or frame, it usually uses a Window as the root popup container, so it shouldn't do that.

  • Popup Menus Dissappear too fast.

    I have an application that uses Right-Click popup menus. It worked fine with
    CVI v4.01. We upgraded to CVI v5.5 and now they pop up and disappear faster
    than they can be clicked on. What governs the timing of these popups? How do
    I lengthen their screen display time. They disappear even when the cursor is
    located within the menu popup.

    no, cuz if it extends outside the applet or frame, it usually uses a Window as the root popup container, so it shouldn't do that.

  • Do swing components work in sub-menus of popup menus??

    I want to have a JSlider as a component of a sub-menu of a pop-up menu. it shows up but acts very strangely. If I grab the slider handle and drag, nothing happens. If I click to one side of the handle, the slider makes single steps repeatedly until it catches up with the position i click on.
    On the other hand, if I add a JSlider to a top-level pop-up menu, it works just fine.
    are swing components supposed to work in sub-menus of popup menus??
    i'm running java 1.5 on Windows XP.
    Thanks, - Conal

    The music store is part of iTunes. That is why they are together on the menu. As many topics would offer the same advice for music in your library or music in the store, grouping them together makes sense in terms of reducing redundant entries.
    Sorry you found it confusing. I, too, once found some things Apple a bit different. That was about two years ago when I bought my iBook. StarDeb is another recent switcher. And I feel confident in saying this: either of us would be more than happy to help you with anything that gets "lost in translation". We both know there is a learning curve when you move from the XP world to a more fruit-based view of things

Maybe you are looking for