Scrolling and windows resizing

Is there a way to turn off the feature where if you scroll up or down with your mouse positioned over a windows title bar it resizes the window. This "feature" works with both a standard mouse using a scrollwheel and also when using a touchpad with two finger scrolling.

The only third party program that I use which modifies the mouse is Sizeup and I have rigorously gone through its setting to determine if it was causing this behaviour. Also the behavior persists even when I shut down sizeup so I don't think it is the cause.
edit:
I would also add that this behaviour only appeared after I upgraded to 10.8. While I do have a lot of third party programs running and alot of them were updated when mountain lion was released so it is theoretically possible that this is behaviour is comeing from an external source I have no idea why any of the other programs I have running would affect window resizing.

Similar Messages

  • Samsung p2270 scrolling and window lag

    I have a new 2.8ghz xenon Mac Pro with 6 GB of ram. It's attached to a Samsung P2770HD monitor via a DVI cable.
    When I scroll a window in Safari, or drag any window, or even when a new window is opening, it is extremely laggy and redraws the window very slowly. I've tried adjusting all of the monitor settings with no success. I have no options to change in the monitor prefs.
    Any advice??

    I'm using the same monitor on a macpro with the ATI HD 5770 card. I don't have a problem with moving windows but when I set my resolution to 1920x1080 the image goes off the screen. I can't see any of my icons on the far right or left. Do you have that issue?

  • Verizon email and window resizing

    Has anyone else noticed that for the past few days, when you click on a link within an email in Verizon webmail, that the window that opens seems not to retrieve the size of the previous window opened (outside of VZ webmail), and is "restored down" to a size similar to that of the webmail display (minus the ad region on the right hand side), even though the last window opened (outside of VZ webmail) was maximized?   If so, does anyone have a way to remedy or get around it?  (I prefer to see only one window at a time on my screen, so I maximize whenever possible, and find it really annoying that I must do so everytime I click on a link in an email.   It should be MY choice, not Verizon's!)

    I haven't noticed anything but a simple way to fix it is to use MS Outlook (or express), Windows Mail or Macmail.  That way you download the emails onto your computer in a program that runs on your computer.  You control everything.  If something did change on the website, it is Verizon's website and they have full control over it. 
    I would suggest if this keeps bothering you to try one of the programs listed above.  If you have Windows you should have Outlook Express (or Windows Mail).  I think Macmail is self explanatory.

  • DataSocket and window resize

    Does somebody have an idea about a DataSocket error (for OPC protocol) "-2147417843 DataSocketUpdateData.vi can't read data" occuring when the user resizes the running window using Windows classical upper right button?
    Thank you for your help
    Jean-François COUPAT
    Fabricom Systèmes d'Assemblage

    Bonjour,
    Merci de vous intéresser à  mon problème.
    Les 3 vi joint sont appelés cycliquement, car le programme Labview est "esclave" d'un Automate Programmable avec lequel il échange des commandes par l'intermédiaire d'un mot d'état.
    La connexion DataSocket est établie par programme. La version de Labview est 7.1.
    Le programme fonctionne, mais le fait de réduire la fenêtre de la face avant semble perturber la connexion DataSocket.
    Salutations
    Jean-François COUPAT
    Fabricom Systèmes d'Assemblage
    Attachments:
    InterfaceOPC_parametre.vi ‏80 KB

  • Scrolling, and Adaptive Layout help

    Hi guys, I am new to edge animate,
    I would like to know, like when a person scrolls its scrolls to a cirtain point seemlessly, not like when you are using a mouse, like blobk by block.
    also I would like to know more about adaptive layout, if anyone can help me more thorught skype,
    I would me really pleased, thank you
    my skype is Kevin2019170
    Thank you

    Well, only can help you with the background image...  put this code on document.compositionReady and window.resize events:
    var imageRatio = 1.7777; // Aspect 16:9, you can use any proportion depends of your image dimensions
    var sWidth = $(window).width()
    var sHeight = $(window).height()
    if ((sWidth / sHeight) > imageRatio) {
      sym.$("imgBackground").css("width", sWidth +"px");
      sym.$("imgBackground").css("height", sWidth/imageRatio +"px");
    else {
      sym.$("imgBackground").css("width", sHeight*imageRatio +"px");
      sym.$("imgBackground").css("height", sHeight +"px");

  • Gmail scroll down arrow is covered by Firefox 4 window resize icon

    I updated Firefox to version 4 and now the scroll down arrow for the main mailbox of Gmail is covered up by the window resizing triangle icon for Firefox at the bottom right on the window.
    The scroll down arrow is effectively made unavailable.
    This appears to be the only site that causes this problem.

    You can add the bottom back back to your screen, which will move the resize corner below the scroll arrows. Just go to the '''View menu''' > '''Toolbars''' and enable the '''Add-on bar'''.

  • WIndow scrolling and refresh issues.

    I am having problems with intermittent window scrolling and refreshing. I noticed it first in Safari but I have confirmed it is happening in other applications as well. Typically I have no problems with window scrolling and refreshing. At times however, it becomes sluggish. For instance, I will be reading a web page and attempt to scroll down and the there will be a delay of approximately one or two seconds before the window updates. This occurs whether I am using the keyboard, trackpad or mouse to scroll. There is no video tearing or graphics artifacts, just a delay followed by an updated window. During this time, moving windows also results in a delay of one or two seconds. Again, there is no tearing or artifacts, the window just appears in it's new positioning seconds later. This unfortunately makes the system near unusable as I can not accurately scroll or position. The problem occurs whether or not I have a significant number of applications and the CPU and memory usage is not abnormal. Restarting solves the problem temporarily but it still returns. Oddly, activating show desktop or show all windows via Expose eliminates the problem for some time as well until it returns later. My system is up to date with 10.5.6.
    Seems like a problem with WindowServer. Has anyone seen this before or have any suggestions?

    Did you ever get an answer to your window scrolling issue. My new PowerMac seems to always have this issue now. (I just moved to the Intel platform from the G4.) Thanks for any help you can give.

  • I need help with scrolling and keyboard buttons on windows 7

    I've been able to install sound, bluetooth, and I'm able to do a right click.
    But for some reason, I still *can't scroll* and *the buttons on the keyboard (i.e. the eject button*), still won't work.
    There are two trackpad drivers on the snow leopard dvd. One is called multitouch and one just called *track pad*. Which one of those should I install?

    Hi nayefo,
    Try installing multitouch, and then see, while in windows, if you've successfully installed multitouch and multitouch mouse, you should have those drivers. Also check if you've installed trackpad and trackpad enabler.
    Cheers,
    Erik

  • Make text areas and textfields streach as window resizes

    im using the border layout for most of my panels. how do i make text areas and textfields stretch as the window resizes?

    Components placed in BorderLayout.CENTER will resize as the window resizes.
    You will likely need to have nested JPanels, with different layouts, to create the ultimate layout of all your components in a frame, especially for non-trivial applications.
    If you need specific help with layouts, you'll have to post an SSCCE.

  • WINDOW-RESIZED and WINDOW-ACTIVATED

    The WHEN-WINDOW-RESIZED and WHEN-WINDOW-ACTIVATED
    triggers seem to be conflicting - when both of them
    should fire (focus is on one window but go on to
    resize another one), the WHEN-WINDOW-RESIZED trigger
    doesn't fire.
    Any solution or tricky workaround? Thanks in advance.

    Please, anyone?

  • Disable window resizing and lock them?

    Is it possible through a prefernce or maybe an application to disable window resizing and lock their positions. I let my friends and family use my computer and they always move stuff around and resize everything. It really annoys me and I hate having to adjust everything to the way I like which I have spent hours setting up so they can just destory in a matter of seconds. I know I can setup a guest account but I don't have the memory or processing power for it since I usually have about 3-5 applications always open. I would also I like to steer clear from that route if possible. Thanks for any help on my issue! I did try searching to no avail however if this is already been discussed I appologize and a link to the discussion would be appreicated.
    1.42Ghz G4 Mac Mini   Mac OS X (10.4.8)   ATI Raedon 9200, 256MB ram, Model number: A1103

    The setting up and use of a guest account will not affect the memory or processing power but will use some of the hard disk space depending on how much stuff you allow your guest user(s) to save.
    You can easily set your favourite apps to load when you login again by clicking and holding on the app icon in the your Dock before you setup the new account - a pop menu appears. The advantage of having a separate account is that if you set it up as a non-administrator account the guests would not be able to screw up things too much, where as at present they could cause havoc.
    chris

  • Java Applet painting broken in IE11 and Windows 8.1

    When running a Java applet in Internet Explorer 11 window on Windows 8.1, JRE fails to repaint the viewport correctly when the web browser window is resized or scrolled. (assuming the Java Applet has display dimensions larger than the window, necessitating the need to resize or scroll host IE window). Webpage is displaying the java applet using any of OBJECT or EMBED tags. 
    This JRE behavior prevents the user from interacting successfully with the Java Applet (typically input data fields or click buttons in applet) should user need to resize or scroll the window.
    This bug only occurs on IE11 on Windows 8.1 with JRE 7 and JRE 8 (include 8u31)
    This bug does not occur on  IE11 on Windows 7,  IE10 on Windows 7 / 8 ,  Firefox on Windows  7 / 8 / 8.1 ,  Google Chrome on Windows  7 / 8 / 8.1
    This bug has also been posted to the IE Feedback website since 2013 as we do not know if this is to be resolved by Oracle or Microsoft.
    With the upcoming removal of Java Plugin support in Google Chrome, and, with this JRE bug (or incompatibility?) in IE11 Windows 8.1, this leaves only Firefox as the only usable web browser for Java Applets on Windows 8.1.  Our customer base on Windows 8.1 is only using IE11 or Chrome.  

    I am seeing a minor issue with the timesheet grid after users are upgraded from IE8 to IE11.
    We are using Project Server 2010 with SP1 and Oct 2013 CU.
    When some users (using IE11) switches between filters or views in the Timesheet page, the grid shrinks making to content un readable.  The only way to get it back is to refresh the page. After a refresh, the grid returns to normal size, but the pane
    divider is too far to the left and always must be dragged to the right in order to see the task names in the left grid. 

  • Snagit v10 build 788 - unable to capture input - scrolling active window

    Hello,
    I use Snagit v10 build 788.
    I cannot use the "Scroll Active Window" option on Firefox 4 Beta.
    It does not work.
    I get the Snagit message : "Unable to capture input".
    Using Internet Explorer or on an other PC the Firefox v3.6, the "Scroll Active Window" option of Snagit v10 is working.
    How to solve it ?
    Thanks
    Caius

    FIXED!
    Guys, you will not believe how easy this is to fix! After hours of frustration I finally discovered a Firefox add-on called '''Screengrab'''. Install Screengrab, then right click in Firefox, choose Save, Complete Page - and you get a perfect scrolled page capture!
    Even better, you can open it in Snagit to work on it further (Screengrab saves it as a png)

  • Flash content distorts when scrolling and switching tabs.. since FF 13.0.1..

    Before describing the issue
    Please note from the System Details pane to this post that I have the latest flash, etc.
    And Windows updates,are up to date.
    ==================================================
    Issue: Scrolling distorts flash player window (Youtube, hulu, etc.)
    Since: FF 13.0.1 update in June. (I posted on the issue under "badly scrambled images".)
    Problem is still there with FF 14.0.1
    This distortion happens:
    # even with just starting the browser (so no bloated cache)
    # even with just only one or two tabs open.
    And since last week's update to FF 14.01, I have also detected:
    Switching to the the tab with flash content will "imprint" the image from the my previous tab on to the flash player. I have to scroll or refresh to get the flash player to show its content.
    FYI, none of these flash player problems occur with IE9.
    The advise from a regular contributor was to turn off hardware acceleration, but these did not solve this issue.:(
    Solutions suggesting disabling all the plugins etc. have not solved the problem either.
    So if you can tell me some other way to solve this, I will appreciate it.
    Thanks.
    Images:
    [URL=http://imageshack.us/photo/my-images/824/ff14scramblesyoutubecon.png/][IMG]http://img824.imageshack.us/img824/4443/ff14scramblesyoutubecon.th.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/715/stillscrambledflashcont.png/][IMG]http://img715.imageshack.us/img715/6813/stillscrambledflashcont.th.png[/IMG][/URL]

    Sorry, it took me a while to give feedback for the suggestions you have given here.
    (Please refer to sidebar on the original post for system details.)
    I have reset the profile and updated the Nvidia driver. The version of FF is 14.0.1. But it still scrambles the pictures.
    On top of scrambling the flash content when scrolling, it has additional problems:
    As you can see from the attached image, another tab's content is showing on the youtube flash player. This happens when I have paused the video even for a short time.
    I have a suspicion that the combination of Flash and Firefox does some weird things to graphic processing and memory.
    (I realize that IE implements Flash differently, but they seem to have this right.)
    I might just have to say goodbye to Firefox for a while.
    Thanks.

  • Scrolling and clicking on link capture

    Hi,
    I'm using Captivate 4.
    When I capture a window in which i'm scrolling to the bottom and then click on a link
    in the bottom of this window, Captivate for some reason doesn't capture the mouse click on this link.
    What i see in the preview is that Captivate captured a click on an area i haven't clicked and
    way above the captured area (which was the bottom of the scrolled window).
    It happens for any scrolled window i capture.
    Captivate for some reason doesn't capture the right clicks after scrolling a window.
    Thanks in advance for any help.

    Welcome to our community
    When you see this thing happening and you know that it fails to capture properly, the next best thing to do is to scroll the window, then press the Print Screen key after you have scrolled it to force Captivate to capture the screen. Then click the mouse.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Sound stopped after installing hp dc7900 low profile video card

    i installed a  low profile video card on hpcompaq dc7100. since then the sound stopped working. anyway to uninstall the sound portion of the video card and use the computer's original sound card? or any other suggestion to have the computer see the n

  • How to Use IDOC and ALE in SAP?

    Hi anybody,                  I want Use Idoc and ALE in sap ABAP. What is inbound and outbout process of IDOC? Please give me sample code for Idoc . and Sample code for ALE. anybody Please tell me. Thanks Regards, S.Muthu. IT Dept.

  • Form submission in IE9

    Hi All, I test the coldfusion program in IE9. However, I find some problems. I use javascript to add new input box (type=hidden, name="attach") in the form. Before submit the form, I use document.getElementsByName("attach") to check its existence. It

  • HT1414 I can not buy gems in clash of clans.  What can I do?

    I can't buy gems. What should I do?

  • DAO not installed?

    When I try to open RoboHelp, I get a dialog box that reads "DAO is not installed. This application cannot run without DAO, so please install DAO then try running the application again." What is DAO? Has anyone else ever had this?