Freezes, Especially When Navigating Menu Items

Computer / Mouse freezes for a few seconds (and then recovers) almost every time I'm navigating the menu items (Bookmarks, adding Bookmarks), History etc.
I have both Firefox and Nightly and both have same problem. Even disabling add-ons, themes etc. does not seem to have helped.
It is a fairly new computer from HP and they said it was a software issue. Can anyone help?
Thanks.

Hi
it happens cause the entire page is one form when you try to navigate out what it does is that it submits the form.
To avoid validation for particular links or buttons set their property immediate to "true"
hope this helps

Similar Messages

  • Why does form validation take effect when navigating menu items?

    I am using JDev 10.1.3.3.
    I have a data entry form where all the af:inputField's are set to Required=true. I expected that the mandatory fields should only be enforced if I click the form 's submit button.
    However, when I navigate to another menu item from my menu bar without filling in the fields, the mandatory fields also get enforced (e.g. Required Messages on fields appear and I am forced to have to enter some data on the field before I am able to navigate to another menu item. ) Navigating menu items should imply I am not proceeding with the data entry and should allow me to navigate instantly, even if there are blank fields.
    I notice the SRDemo also had this same behavior. Under "New Service Request", if you don't fill in a description and navigate to another menu item from the menu bar, it will complain and ask you to enter a problem description before switching tabs.
    This is obviosly not the intended behavior. How do I change this behavior so that when I switch menu items, data validation will not take place?

    Hi
    it happens cause the entire page is one form when you try to navigate out what it does is that it submits the form.
    To avoid validation for particular links or buttons set their property immediate to "true"
    hope this helps

  • How to make menu to auto close when a menu item is selected?

    hi ...my question is described above..
    to make things clearer i have written a mini code to demonstrate my problem
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    /* just a frame with a JMenuBar with a JMenu with two RadioButtons
    public class myFrame2 extends JFrame implements ActionListener{
         JMenuBar mb ;
         JMenu mi;
         JRadioButton rb1;
         JRadioButton rb2;
         public myFrame2(){
              super();
              mb = new JMenuBar();
              mi = new JMenu("New");
              rb1 = new JRadioButton("Button 1");
              rb1.addActionListener(this);
              rb1.setActionCommand("action1");
              rb2 = new JRadioButton("Button 2");
              rb2.addActionListener(this);
              rb2.setActionCommand("action2");
              mi.add(rb1);
              mi.add(rb2);
              mb.add(mi);
              setJMenuBar(mb);
              pack();
              setVisible(true);
         @Override
         public void actionPerformed(ActionEvent e) {
              // Do something......
         public static void main(String args[]){
              new myFrame2();
    }If you run this program you will see that when you select a RadioButton the menu doesn't hide ...
    How can i make it hide when a menu item (JradioButton) is selected?
    thanks in advance
    Edited by: Pitelk on Jun 10, 2008 7:42 AM

    On a menu use JRadioButtonMenuItem.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class JRadioButtonMenuItemExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            JMenuBar mb = new JMenuBar();
            JMenu menu = new JMenu("menu");
            mb.add(menu);
            ButtonGroup bg = new ButtonGroup();
            JRadioButtonMenuItem item1 = new JRadioButtonMenuItem("alpha");
            bg.add(item1);
            menu.add(item1);
            JRadioButtonMenuItem item2 = new JRadioButtonMenuItem("beta");
            bg.add(item2);
            menu.add(item2);
            JRadioButtonMenuItem item3 = new JRadioButtonMenuItem("gamma");
            bg.add(item3);
            menu.add(item3);
            JFrame f = new JFrame();
            f.setJMenuBar(mb);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setSize(400, 300);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • Error when selecting detailed navigation menu item

    Hi,
    Usually on selection of a menu item from detailed navigation an iview appears which contains values from an R/3 system, but now when i select any item for the detailed navigation i get a download pop up window
    which  ask me to save the page. When i press the save button the download stops.
    Is this a problem with the SAP GUI ? please give me a solution ?
    Regards
    Christina Dove

    hi
    GUI Properties
    Description -
    > New ECC 6.0
    AppServer -
    > here application Server
    SysID       -
    > here System ID
    System Number -
    >
    SAP System  ---> R/3

  • Why does my Desktop Mouse freeze (moves erratically) when selecting menu items in PSE13 Editor?

    It seems that my computer with 8GB of memory may not be enough to use PSE13.    The Organizer menu works fine when I select menu items.   The problem is when I switch to the Editor.   My mouse starts to freeze, move fast, or too slow.  It is difficult to select
    a menu item in this situation.

    Unusual. In theory PSE13 should be better as it's a 64 bit application.
    Can you try re-setting the prefs then close and re-launch the Editor. First you need to go to:
    Edit >> Preferences >> General
    Then click the button shown on the image below.

  • Apple TV remote skips music tracks when navigating menu

    I've just set up my Apple TV and paired it to my Macbook through home-sharing. However, when I'm navigating the main menu (using the Apple TV remote), it will pause/skip/go back on the music tracks that are playing, as well as moving between menu items. Is there any way to keep the same track playing without skipping it every time you click the remote?
    I have set up the remote app on my phone which doesnt seem to suffer the same issue but I'd like to use the tv remote if possible.
    Thanks

    Go to System Preferences > Security & Privacy. Click Advanced in the lower right. Click "Disable remote control infrared receiver."

  • Top navigation menu items should open in new tab

    In a share point 2013 site, i have created top navigation using term set from managed meta data. some of the menu items navigate the user with in the site whereas some other menu items will navigate to the external sites. My requirement is I want to open
    external links in new tab and internal links in same tab itself.
    Please advise.
    Regards,
    Chaitanya.

    Assuming that internal URL are relative and external urls are absolute, you can use a jQuery script to add target="_blank" attribute to the links.
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Changing color of Navigation menu items

    I can't figure out how to change color of the navigation menu. any help?

    The treatment of the navigation bar is hard-coded in XML files which control the appearance of iWeb templates. You cannot change this from within iWeb itself.
    In fact, iWeb treats items on the navigation bar as images, as you'll see if you open a folder for one of your iWeb pages on your iDisk. Go to iDisk/Web/Sites/iWeb/SIteName/PageName_files and you'll find files such as navbar0normal.png, navbar0rollover.png, navbar1normal.png, navbar1rollover.png and so on. iWeb generates these based on the names you assign to your pages, using the font and colours specified in the controlling XML.
    It is possible to change the appearance of the navigation bar, but only by editing the XML files within the iWeb application itself. Take a look at the 11 Mystics site, where Suzanne Boben provides a detailed description of what's involved. It's not something for the faint-hearted to tackle.
    [ Visit here for iWeb Tips, Tricks and Hacks ]

  • Editing navigational menu items

    How do i change text in a copied widget menu item?  Tried double/singleright clicking...using text tool, know this is super simple but is evading me!
    Also created states and when copied, states did not copy with menu bar...how do I get 4 menu item states to copy page to page?  Thanks alot!

    Hello,
    If you are using Menu widget and created an automatic Menu then I am afraid the text labels of the Menu cannot be changed. Menu widget picks up the names of your pages and creates a Menu withe the corresponding Menu labels and links.
    If you want to edit the text of the labels then I would suggest you to use Manual option of the widget. Using Manual Menu type you can configure your own Menu labels and also hyperlink them to the desired pages.
    Please have a look at the screenshot on how to create a Manual menu :
    The only task here is that you need to create the Menu from scratch.
    And regarding the states not getting copied over, generally they should get copied over. Please try in a new test website if the Menu states are getting copied over for you or not.
    You can also place Menu on your Master page so that you do not have to copy them on different pages.
    Hope this helps.
    Regards,
    Sachin

  • Final Cut Pro X keeps freezing, especially when doing titles

    I have been editing on Final Cut Pro X for a few months and last week it suddenly started to freeze each time I tried to edit, especially when I try to write titles. I have spoken to many 'computer' experts none of whom have been able to help.

    It's working now, not as fast as before but still working so that's super! Thank you so so much!!!

  • Configure Firefox color when choosing menu item list

    Hi,
    At the moment, if I click on the Menu and scroll down and highlight a list from the Menu Item list, the highlighted portion has a white color and I can barely see it, is there anyway to change this.
    I got the same effect when I click on a link and then right-click on the mouse and choose item from the list,i.e. Open Link in New Tab etc.

    Dear Vanper,
    1. Make a Procedure with Following Code .
    2. Call it to When-new-form-instance.
    Following Code you can Refer.
    Declare
    rcg_grp RecordGroup;
    err_cd Number
    Begin
    Clear_list('TYPE');
    rcg_grp := Create_Group_from_query('GRpName','Select stu_name,Stu_code from Student_master order by Stu_name');
    if not id_null(rcg_grp) then
    err_cd := populate_group(rcg_grp);
    Popluate_list('TYPE',rcg_grp)
    else
    abort_query;
    end if;
    End;
    1. Instead list I will suggest to user Lov because Student exceed 10 or 20.
    Better to user Lov as compare than list Item.

  • Menu disappears when accessing menu items in Web Dynpro

    Hi friends,
    I have a peculiar problem. I created a webdynpro application in WD for ABAP which displays a menu of Employee self services(ESS). In the window on the leftside the menu is displayed. if you click on any of the service name, the corresponding service will be displayed on the right side of the window. If another service is clicked, the previous service session will be logged out and the new service will be started in a new session. This is working fine.
    But if the user clicks on two or more services alternately, for a random number of times, sometimes the menu disappears and the whole of the window is occupied by the service frame itself. Sometimes this happens for a second click itself and sometimes it doesn't happen at all. Some other times it happens after clicking the services for nearly 50 times.
    It is difficult to test even because we do not know after how many attempts the menu will disappear and whether it will disappear at all.
    Can anyone suggest a solution.
    Edited by: yogesh devaramapti on Jun 4, 2009 9:48 AM
    Edited by: yogesh devaramapti on Jun 4, 2009 9:51 AM

    Hi Sujesh,
        First create a menu. Add menu items and then bind the menu item events to view controller actions. Define an event parameter mapping if you need to determine the menu item that triggered the action, or use separate actions for the menu items.
    For api see the link below:
    https://media.sdn.sap.com/javadocs/NW04/SP9/webdynpro/index.html
    Hope this helps.
    Regards,
    Pooja.

  • Menutab not shown properly when second menu-item is selected.

    When my menutabs are shown everything seems fine, but when you click the 2nd menu-tab the first menu-tab isn't shown properly anymore.
    If I have a look at the code-source I can see that the first gif that's needed for the tabbed-view isn't present anymore if the 2nd menu-tab is clicked.
    Could somebody explain the different skins that are used by the menuTab component so I know if maybe I've forget to define a specific in my custom skin?
    Maybe somebody already used custom skins with your custom images for the tabbed view of menuTabs?
    Regards,
    Nathalie

    >
    Yes, you are right. In this sample program,
    paintcomponent() is not really necessary, but it is in
    the real program I am doing. So I can not get rid of
    the paintComponent() method. In this paintComponent()
    method I have added (add) and painted (paint) several
    JComponent objects and this is the only one which
    fails. I can not find the reason why.
    Regards.
    the reason is that on each call to paint , you add new components to the panel.
    the scenario goes like this:
    1. frame is made visible -> paintComponent() gets called - > fillPanel() gets called ,
    so on the panel are the following 4 components:
    one JButton
    one JTextField
    one JCheckBox
    one ComboBox
    2. click on the combobox, -> the popup list of the combo is displayed -> paintComponent() is called -> fillPanel() is called
    so you have 8 components on the panel;
    The popup list remain visible, is not actualy contained in the PanelNullLayout component due to the swing mecanics
    3. you select an option in the list, the list becomes invisible, paint() gets called -> fillPanel getsCalled(),
    so, again four componets are added. you have 12 components in the panel.
    The components are painted in the order they have been added to therir container. The first combo box, that you first clicked, has selected index 1, but the last two have selected index 0. As these two are added after the first one, they are painted "above" first one, so you see the last comboBox added.
    Add this code to the paintComponet method if you did not understand
    // public void paintComponent(Graphics g) {
    // super.paintComponent(g);
    // fillPanell();
    int count = getComponentCount();
    System.out.println("Total components :" +count);
    for ( int i = 0; i < count; i++ ) {
    Component c = getComponent(i);
    if ( c instanceof javax.swing.JComboBox ) {
    System.out.println("Selected index in combo " i+" :"+( (JComboBox) c ).getSelectedIndex() );

  • Photoshop CS4 Freezes on startup at "Building TWAIN menu items"

    Title says it all.. every time I start up Photoshop it freezes at "Building TWAIN menu items" and causes an error menu to pop up where I can choose to send it or not send it. Anyways I've never had a problem before until last night. It doesn't make any sense..
    Any thoughts?

    I fixed it, just incase anyone else gets the error heres how..
    Browse to C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\Import-Export
    then find the Twain_32.8BA file and rename it to ~Twain_32.8BA
    Cheers

  • FCE 4 hanging/not responding when navigating through photos to import/open

    Hi all,
    when I select the OPEN (or IMPORT) item in the FILE menu and I navigate through or scroll the images (presented as thumbnails and to be potentially imported) in my HDD or in iphoto events, after a certain moment the spinning wheel appears and FCE hangs / does not respond at all: only solution is the forced quit. CPU seems to work at this moment but not at full throttle because of the hang. This does not happen by doing the same with Imovie...
    May you please tell me if you have a similar behavior please? I have FCE 4.0.1 and all latest updates have been installed;
    thanks
    Emanuele

    Small precision:
    the hanging / freezing occurs when navigating inside the iphoto library (under the MEDIA title of the right bar of the finder-like window of the OPEN or IMPORT option). No hanging occurs when I scroll the thumbnail images of the ALL IMAGES folder: in spite of this the scrolling may be choppy with transient spinning wheel appearance but without hang...This problem has been reported in another post too, and I would like please to have confirmation then that it is normal to have this hang with iphoto library navigation in FCE from the open / import option.
    May you please also tell me if you have a choppy thumbnail scrolling of all your images (in the ALL IMAGES folder) when trying to IMPORT / OPEN?
    Cheers and thanks

Maybe you are looking for

  • Using an external drive for my iTunes Library

    One post, many questions. Sometimes I inadvertently open iTunes with my external drive turned off. It holds my library contents. iTunes however, with no warning or message, just reverts the library location to my internal drive and throws whatever it

  • SQL Query -How2bring multiple results into one field using Formatted Search

    Hi Everyone i am trying to bring in the results of the field dbo.Lot_ITEM.LOT using a formatted search into a row level using the following query: SELECT     dbo.LOT_ITEM.LOT FROM       dbo.DLN1 INNER JOIN dbo.LOT_ITEM ON dbo.DLN1.ItemCode = dbo.LOT_

  • Get filesize and filename of uploaded file

    Hello - I am somewhat of a newbie and am need of some assistance.  I am using ADT to upload a file and save to a database along with its filename and filesize.  The file uploads fine, but the filename and size are not being recorded in the database.

  • Apple TV not starting

    I have a brand new Apple TV (the black edition) that won't start up. I have connected it to the power and HDMI to the TV, bot nothing happens, not even when I press the buttons on the remote control. Is there something obvious I'm missing? There is n

  • Importing Movs instead of MPEGs

    I'm using Premiere Pro CS3 and recently I've had a problem with the program crashing. I noticed that the clips' thumbnails on the timeline were red (even though they were rendered) and then when I scrubbing on the timeline Premiere would crash. Also,