Scroll down is always on

So I've had my Mac for a few months now. It came fitted with the wireless mouse and keyboard. When I open a browser be it a web browser or a window in finder or any other app and it has the option to scroll down, then the computer will do so. It just seems like the scroll down option is always on. At first i thought it had to do with the mouse, so I plugged in a diff mouse and that didn't work. Also tried changing the keyboard and that didnt work. I also tried deleting the cookies and history from both safari and firefox and that didn't work neither. Any help?

But all menu items is already on top layer,
and youtoub link is below them.
Youtube link is emended as I-frame so maybe there is problem here is html code:
<iframe width="640" height="360" src="https://www.youtube.com/embed/fC5K8hpath0" frameborder="0" allowfullscreen></iframe>

Similar Messages

  • HT1365 Hi can anyone help with this issue regarding my wireless magic mouse? When im on google chrome and scrolling down the page i always have youtube running in the background but the audio cuts/spits/pops can anyone help me with this?

    Hi can anyone help with this issue regarding my wireless magic mouse? When im on google chrome and scrolling down the page i always have youtube running in the background but the audio cuts/spits/pops can anyone help me with this?

    The figures you mention only make sense on your intranet.  Are you still using the same wireless router.  The verizon one is somewhat limited as far as max wireless-n performace.  For one thing it only has a 2.4 radio.   I like many people who wanted wireless-n performance before they even added a wireless-n gigabit router, have my own handling my wireless-n network.

  • JEditorPane always scrolls down to the bottom, how can I prevent this?

    Hello, I have the following code that contains a JTable and JEditorPane in a panel. When I click on a headline on the table, I have some text showing up in the lower pane. My problem is that the lower pane (that is inside a JScrollPane) always scrolls down to the end of the text, but I want to to always point to the beginning.
    Does anyone know how to do this?
    Your help will be appreciated.
    Thanks!
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Point;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JSplitPane;
    import javax.swing.JTable;
    import javax.swing.JViewport;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.ListSelectionListener;
    import javax.swing.table.DefaultTableModel;
    public class MyHTMLPaneTest {
         JFrame frame;
         JPanel panel;
         JSplitPane splitPane;
         JTable table;
         JEditorPane htmlPane;
         JPanel tablePanel;
         DefaultTableModel model;
         JViewport viewPort;
         public MyHTMLPaneTest()
              frame = new JFrame("MyCalHTMLPane Test");
              panel = new JPanel(new BorderLayout());
              splitPane = new JSplitPane();
              tablePanel = new JPanel(new BorderLayout());
              setTable();
              tablePanel.add(table.getTableHeader(), BorderLayout.NORTH);
              tablePanel.add(table, BorderLayout.CENTER);
              htmlPane = new HTMLPane();
              JScrollPane pane = new JScrollPane(htmlPane, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
              viewPort = pane.getViewport();
              viewPort.setViewPosition(new Point(0, 0));
              splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, tablePanel, pane);
            panel.add(splitPane, BorderLayout.CENTER);
              frame.getContentPane().add(panel);
              frame.setSize(new Dimension(400, 300));
              frame.setVisible(true);
         public void setTable()
              String[] columnNames = {"Date","Time","Subject"};
             Object[][] data =
                  {"03/31/05", "8:20 AM EDT", "Headline 1"},
                  {"08/24/05", "8:19 AM EDT", "Headline 2"},
                  {"08/18/05", "8:18 AM EDT", "Headline 3"},
                 {"08/12/05", "8:17 AM EDT", "Headline 4"},
                 {"06/20/05", "8:16 AM EDT", "Headline 5"},
                 {"06/20/05", "8:15 AM EDT", "Headline 6"}
             model = new DefaultTableModel(data, columnNames);
             table = new JTable(model);
             table.getSelectionModel().addListSelectionListener(new ListSelectionListener()
                 public void valueChanged(ListSelectionEvent e)
                      String text = "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING"+
                                "LOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOONG" +
                                "\nLOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOONG"+
                                "\nLOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOO" +
                                "\nOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG"+
                                "\nSTRIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIII" +
                                "\nIIIIIIIIIIIIIIIIIIIIING";
                      htmlPane.setText(text);
         public static void main(String[] args) {
              MyHTMLPaneTest test = new MyHTMLPaneTest();
    }

    try setCaretPosition:
            table.getSelectionModel().addListSelectionListener(
                    new ListSelectionListener()
                        public void valueChanged(ListSelectionEvent e)
                            String text = "LOOOOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nOOOOOOOOOOOOOOOO"
                                    + "\nIIIIIIIIIIIIIIIIIIIII"
                                    + "\nIIIIIIIIIIIIIIIIIIIIING";
                            htmlPane.setText(text);
                            htmlPane.setCaretPosition(0);  // ******* here **********
                    });

  • A problem with my mail in 10.8, crashes on scrolling down a PDF doc

    Hey guys,
    I've spent 2 1/2 hours on the phone today attempting to resolve this issue, fingers crossed an answer may be out there.
    When I attached a PDF doc to an email, it embeds in the message, no dramas does take a little while to load it on, then when I scroll down the email to make sure it's the correct doc, the spinning curser of death shows and then 3-4 seconds later the email scrolls down but slowly loads sections of the PDF.  At times the mail app crashes when it does this.
    It doesn't matter about the file size or amount of pages (one page 87kb, or 10mb 6 pages) it always 'skips' or 'freezes' even on sent items.
    I have:
    unistalled Adobe, through my PDF's are all controlled by Preview
    rebooted in safe mode etc and run by another user
    done the whole CNTRL, OPT, SHIFT, P, R thing
    hold down P and PWR and waited for 2 beeps
    plus everything else
    New to MacBook etc and I'm about to throw it as I can't opperate like this and costs me deals!
    Any help, hints etc would be appreciated.
    Nathan

    Hi - I'd guess that the adapter you bought is the problem ...do you have another to try? Also, having a guitar cable plugged into an 1/8in. adapter into your Macbook isn't the greatest situation as it really doesn't take a lot of cable movement for there to be a LOT of pressure on that small jack - which could easily screw up the insides. If you do try another adapter I'd suggest one with a longish/small cable attached so that you can plug your guitar in and not have any force on the jack at all.
    I too can get a signal this way (I have active pickups), and when I switch to the Macbook's speakers as the output the signal is delayed quite a bit. I use (and really recommend) the Griffin iMic for any real work with Garageband or the laptop in general - the USB signal is better, the cable doesn't pose a problem (as mentioned above) and if you're looking to record other sounds it can handle both line and mic levels ...and of course the price is great. The next real step up from this is a firewire interface of some type.
    Blackbook C2D   Mac OS X (10.4.9)   120Gig, 1Gig, Superdrive.

  • Best method to "scroll down" in a BDC?

    I'm trying to write a BDC where the incoming data may or may not take up more than 1 screen's worth.  In other words, I may have to have the BDC scroll down once or I may have to have the BDC scroll down more than once.
    Is there a best practice for handling this?  Do I have to count the number of rows I have and program to hit down arrows accordingly?
    Thanks!

    Hi,
    There could be two ways.
    1. After entering the records have the OK_CODE 'P+' every time.
    This will ensure that your subsequent lines are always placed on Line 2 of the table control. This will relieve you the headache of having to count the rows and use that logic.
    2.If available use the button to append new rows.. This implies every row you enter is a new row. It is equaly helpful.
    Regards,

  • How do I scroll down my mail box folders as they are not all in view

    HHow do I scroll down my mailbox folders as they are all not in view

    Hi Happybude1,
    If you can't see the scroll bars you can enable them in the General System Preferences.
    OS X Mountain Lion: Change how scroll bars work
    http://support.apple.com/kb/PH10895
    Use General Preferences to customize scroll bars in windows.
        Choose Apple menu > System Preferences, and then click General.
        Set the scrolling options. For more information about the scrolling options, click the Help button.
    Some apps let you scroll through a document in other ways, such as by dragging in the document, using arrow keys, or pressing the Space bar.
    I like to have mine set for Show scroll bars:  Always.
    Thank you for thinking of Apple Support Communities for your support needs.
    Nubz

  • How do I scroll down compose mail screen in aol. I just increase size

    How do I scroll down in aol compose mail? I just keep enlarging screen when I try

    Hi Happybude1,
    If you can't see the scroll bars you can enable them in the General System Preferences.
    OS X Mountain Lion: Change how scroll bars work
    http://support.apple.com/kb/PH10895
    Use General Preferences to customize scroll bars in windows.
        Choose Apple menu > System Preferences, and then click General.
        Set the scrolling options. For more information about the scrolling options, click the Help button.
    Some apps let you scroll through a document in other ways, such as by dragging in the document, using arrow keys, or pressing the Space bar.
    I like to have mine set for Show scroll bars:  Always.
    Thank you for thinking of Apple Support Communities for your support needs.
    Nubz

  • Enabling scroll down bar in PDF reader

    Hi,
    Does anyone have any idea how to get the scroll down bar in text field in PDF Reader? I am unable to read the full text in the field without the scroll down bar.
    Normally this should be a default feature?
    Some background
    I have a few text fields where the data to be displayed are governed by a dropdown list. So depending on what the users select there will be different texts in the field displayed. However for those long texts, when reading in PDF Reader there is no scroll down bar so I can't read the whole string of text.

    Hi.
    I have downloaded all the browsers on the web for iPad. Perfect Browser, Mercury Browser, Opera Mini. firefox and Google Chrome are not available for iPad.
    It's the same problem with all.
    I am sure all other iPad users must be having this very common problem. Since scrolling inside frames in web pages is very often required whenever you are browsing.
    I have a brand new Mac air and a PC but in them the scroll bar is always available for inframe scrolling.
    If you have an iPad, aren't you facing the same problem? Is the scroll down bar available to you when you visit the Apple communities page?
    Thanks.

  • Macbook freezes everytime I open the finder or use spotify! Really only happens when I scroll down past downloads folder, advice?

    My Macbook 3.1 freezes eveytime I open the finder and scroll down to the downloads folder. I was attempting to clean out my mail downloads and all the stuff that seems to accumulate there so the folder is open. As soon as I go near it the whole things freezes up! The funny thing is that when I open the finder its fine so long as I stay clear of that folder or any of the items in it. Any advice? Am running 10.5.8 and would like to upgrade, that is why I was clearing files!

    Office 2008 isn't exactly "clean". Office loves to install all sorts of fonts, and always because it is such a big application, it needs patches to work properly. Get the latest patches from http://www.microsoft.com/mac/
    Or get an alternative application*:
    http://www.macmaps.com/crossplatform.html
    - * Links to my pages may give me compensation.

  • Scrolling down automatically

    Hi
    I noticed some strange behaviour of a JTextArea in a JScrollPane (I always use this like that, perhaps there might be better ways - I appreciate any suggestions on that, too). When I init the text area with "" the display always scrolls down to the new text when I append more.
    But when I init the text area with some longer text the display won't scroll down anymore automatically - how can I fix that. I'd like it always to scroll the display down and to show the fresh text/last lines.
    I wrote a demo to demonstrate the problem:
    package scollbar;
    import java.awt.GridBagConstraints;
    import java.awt.GridBagLayout;
    import java.awt.Insets;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
    import javax.swing.WindowConstants;
    public class NewJFrame extends javax.swing.JFrame {
         private JScrollPane jScrollPane1;
         private JButton jButton1;
         private JTextArea jTextArea1;
         * Auto-generated main method to display this JFrame
         public static void main(String[] args) {
              NewJFrame inst = new NewJFrame();
              inst.setVisible(true);
         public NewJFrame() {
              super();
              initGUI();
         private void initGUI() {
              try {
                   GridBagLayout thisLayout = new GridBagLayout();
                   thisLayout.rowWeights = new double[] {0.1,0.0,0.1};
                   thisLayout.rowHeights = new int[] {7,7,7};
                   thisLayout.columnWeights = new double[] {0.1};
                   thisLayout.columnWidths = new int[] {7};
                   getContentPane().setLayout(thisLayout);
                   setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
                        jScrollPane1 = new JScrollPane();
                        getContentPane().add(jScrollPane1, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
                        jScrollPane1.setPreferredSize(new java.awt.Dimension(300, 100));
                             jTextArea1 = new JTextArea();
                             jScrollPane1.setViewportView(jTextArea1);
    //                          leaving it like this - it always scrolls down to the new text automatically
                             jTextArea1.setText("");
    //                          BUT uncommenting this the display won't scroll down anymore automatically - why?!
    //                         jTextArea1.append( "Your\n mouth\n keeps\n moving...\n but\n all\n I\n hear\n is\n blah!\n blah!\n blah!\n");
                        jButton1 = new JButton();
                        getContentPane().add(jButton1, new GridBagConstraints(0, 2, 1, 1, 0.0, 0.0, GridBagConstraints.NORTH, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
                        jButton1.setText("click");
                        jButton1.addActionListener( new ActionListener(){
                             public void actionPerformed( ActionEvent ae){
                                  jTextArea1.append( "Your\n mouth\n keeps\n moving...\n but\n all\n I\n hear\n is\n blah!\n blah!\n blah!\n");
                   pack();
                   setSize(400, 300);
              } catch (Exception e) {
                   e.printStackTrace();
    }

    When I init the text area with "" the display always scrolls down to the new text when I append more.
    But when I init the text area with some longer text the display won't scroll down anymore automatically Read my reply in this posting for an explanation on what is happening:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=638441

  • The touchscreen is too sensitive on my Blackberry Q10 to scroll down to read text in Huffington Post.

    I enjoy reading Huffington Post online, but when I try to do so on my Blackberry Q10 it is virtually impossible, since I almost always activate a link, without wanting to, when I try to scroll down to read text.  Is there any way to adjust the touchscreen sensitivity on my Blackberry Q10 or is there some other solution?

    I actually had trouble reading through an article on their website with my Z10.  The thing is, to be honest, the whole page is full of links and their website is.... not very good.  You can't avoid touching a link when you try to scroll because their is no "non-linked" area after the article.  It's one of the only sites I've noticed that problem.  I haven't gone back, but maybe request the desktop version in your browser settings?

  • Getting JTextArea to scroll down automatically

    I want my text area to automatically scroll down once certain text has gone below the view area, however when i update the carot to the position it still does not scroll...and i have also tried scrollPane and i just cant use them, they always mess up for me...maybe the two problems are related, so tell me if you have any ideas, thanks

    however when i update the carot to the position it still does not scroll...Works fine for me:
    textArea.setCaretPosition( textArea.getDocument().getLength() );

  • Having an image follow you as you scroll down a page

    Hello,
    Forgive me for not knowing the proper term for this question.
    I have a basic html website that consists of a table with many cells.  I want to add an image on the left side below my navigation that when I scroll down a page that image will follow me down the page so that it always shows nomatter where I am at on the page.
    Any assistance would be greatly appriciated.
    Thanks

    CSS fixed division or Sticky-Text
    http://alt-web.com/DEMOS/CSS2-Sticky-Text.shtml
    You can modify the CSS positions from right to left, bottom to top.  And insert your image inside the Sticky container.
    HTH,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Why isn't my wired Mighty Mouse scrolling down?

    Some days like right now my wired Mighty Mouse that came with my late 2007 20" aluminum iMac doesn't want to scroll downwards. The scroll ball scrolls upwards and sideways perfectly but doesn't want to scroll down. Why is it doing this? I tried cleaning the area of the scroll ball but still nothing. Please don't say that I need a new mouse.

    I have the same problems with my less than six weeks old 24" iMac & two yr old macbook: i always wipe my hands before using them. I have tried most suggestions on this forum and others to no avail.
    I could probably get a replacement thru apple care for my iMac, but since the problem is so prevalent, another mouse is not a viable solution.
    At this time, I actually prefer using an old cheap wired mouse that was in storage .
    To those considering another brand, I had random waking & waking only with restarting issues with a wireless logitech mouse on my macbook.

  • Since i have downloaded the latest update, I no longer have a slider bar on the right side to scroll down through albums

    Since I downloaded the latest update, I no longer have a slider bar on the right side of screen to scroll down through albums and such. Any ideas for help??

    You may have switched on [http://kb.mozillazine.org/accessibility.browsewithcaret caret browsing].
    You can press press F7 (on Mac: fn + F7) to toggle caret browsing on/off.
    * Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    * http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    * http://kb.mozillazine.org/Accessibility_features_of_Firefox

Maybe you are looking for

  • Firefox.exe has encountered a problem and needs to close

    I have a laptop that runs on Windows XP SP3. I download and install Firefox 13.0. It was working. I turned off the laptop, then turned it on some time later. Whenever I click Firefox, the error message appears, however, I can still use Firefox. Firef

  • How would I count items in DataSet2 and have them grouped by the column that is tied to DataSet1?

    Greetings! First, thank you for looking at my question. I am trying to count the number of items that = "True" in DataSet2 and display them in the "Week" column in a table who is pointed to DataSet1. I have a simple table that is set up something lik

  • External data storage for iPad

    I am a student and just purcased an iPad (due to arrive any day now eek!) to be able to order my textbooks in e-book format. The issue I am running into is non wifi data back up.  I don't want to keep the books on the actual iPad as the files are hug

  • Plug In Failure

    For any video related to any media player i can not watch that video. i get this message.. and where the video should be it says plug in failure. can anyone please help with this issue. thanks Process: WebKitPluginHost [3053] Path: /System/Library/Fr

  • Adobe 9 Pro - PDF Portfolio

    If I create a PDF Portfolio and add 8 seperate forms to that portfolio, is there a way I can have a field populate on all of the forms within that portfolio by only typing it in once?  Say for instance I have "First Name" as a field on each of the fo