Problems with using scroll bar within some internet pages

I am a Volunteer here, not employed by HP.
You too can become an HP Expert! Details HERE!
If my post has helped you, click the Kudos Thumbs up!
If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

Try Onyx for Leopard: http://www.apple.com/downloads/macosx/systemdiskutilities/onyx.html
Run the maintenance and cleaning scripts and reboot.
Carolyn

Similar Messages

  • Problem with using mouse scrollwheel within CS5?

    Hey all.  Just upgraded my PS from CS3 to CS5, and I seem to be running into issues with the scrollwheel on my mouse.
    When trying to use it from inside CS5 (say, inside a long 'Open...' window), it seems to lock up the entirety of Photoshop for a moment or two every few seconds.  Checking the net out there, it looks like there appeared to be a problem with mouse wheels, but that was supposedly fixed nearly a year ago.
    I checked for any updates or patches, but the most recent update I can see on the Adobe site is to 12.0.4, which has me doubly confused, as my copy of CS5 say that it is version 12.1, which, theoretically, is a more recent copy...?
    I can provide system info, etc. if needed, but since I have not found anything along these lines since a year ago, I'm guessing there's probably some simple thing I'm missing somewhere.
    Thanks in advance,
    Steve M

    You mean Photoshop plugins?  No, the version of CS5 I'm having issues with is fresh as a daisy, just digitally downloaded and run for the first time earlier today.  I think my old copy of CS3 has some, however, although since they are not being loaded into CS5 (presumably) I'm guessing those wouldn't be the culprit.  If this helps any:
      Model Name: Mac Pro
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 3.2 GHz
      L2 Cache (per processor): 12 MB
      Memory: 4 GB
      System Version: Mac OS X 10.5.8 (9L30)
    I'm using a Logitech Performance Mouse MX.
    Thanks,
    Steve M

  • I want to always be able to page down using space bar, but some web pages seem to disable this.

    I often use the space bar to page down in web pages rather than scrolling with the mouse or arrow keys, but in the last few months I've encountered a number of pages that don't seem to allow this browser feature to work. For instance, space bar doesn't page down on https://medium.com/about-work/65d4740f7a2f, although it works fine on mozilla.org and nearly all other sites. The problem is specific to particular pages, so I think it's unlikely to be an add-on problem, and it's certainly not that I've turned on caret browsing. As far as I've tested, the arrow keys still work to scroll such pages, and the mouse always works, so it seems as if space bar has been specifically disabled. (Generally the pages on which space doesn't work seem to be specialized for phones, judging by layout and font size.) Is it possible to reject whatever code is disabling my browser so that my space bar always works?

    Another possibility would be a userscript. A userscript is generally written to work on a particular site, although it also can be made to work globally on all pages.
    To run a userscript, you require either the Greasemonkey extension or the Scriptish extension.
    And somebody to write the script! You can propose a new userscript to the community and see whether anyone is willing to create it for you.
    Ideas and Script Requests forum: http://userscripts.org/forums/2
    (I searched briefly on userscripts.org but didn't see a script for this purpose posted there. Please be careful in testing scripts from the site as many recently posted scripts mess with your Facebook account when you visit FB.)

  • I am having a strange problem with the awesome bar

    The awesome bar/location bar is no longer as awesome as it used to be. When I start typing in an address it seems like it no longer checks through my history and gives a list of possible matches but just gives the stem of an address. For example, if I type in 'goo' it will complete this to 'google.com' if I then append this with an '/a' it will complete this to 'google.com/analytics' but that's as good as it gets, as I say, no list from the history or bookmarks.
    I've checked the options and also about:config and all the settings are as they should be, as far as I can tell (and I certainly hadn't changed any of them when it started misbehaving). I've also disabled all extensions and plug-ins.
    It's driving my slightly bonkers because I quite often use sites with long addresses and can't remember each of the components of each address. I'd switch to using Chrome but I also use Firebug a fair bit so don't really want to do this.

    Hi cowtan, <br/>Sorry you are having problems with the awesome bar.
    I imagine the new behaviour may be reversed by changing some pref but I have not looked that up.
    Regardless of the new behaviour you seem to have some fault as my awesomebar still gives bookmarked items.
    As a troubleshooting step try adding an asterisk in the awesomebar (as first character or anywhere) that should then filter the results in the dropdown list to bookmarked only items, does that work ?
    * see [[Search your bookmarks, history and tabs with the Awesome Bar#w_changing-results-on-the-fly]]_changing-results-on-the-fly
    You possibly have some extension interfering with the awesome bar, try Firefox in safe mode (but do NOT* at this stage try the Reset Firefox option)
    <nowiki>*</nowiki>'''edit''' - personal opinion, if a user; such as you; is knowledgeable enough to use ''about.config'' the easy solution of ''FirefoxReset ''is probably not the best route, as it can have unwanted side effects that are avoidable.
    * [[Troubleshoot Firefox issues using Safe Mode]]
    Do your bookmarked items appear in safe mode ?
    <u>Try a new Profile.</u><br/>The best method for troubleshooting this will be to set up a new Firefox profile, you can then: experiment, troubleshoot, alter settings or extensions installed in that profile without changing and potentially damaging your current profile.
    * http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile
    I suggest to prevent unexpected problems you
    * use a sensible name such as test 2012 for the profile name
    * ensure an empty folder is used & do not then rename or delete the new profile (instead add or delete shortcuts to it)
    * also see http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • MENU's are coming with the scroll bar

    Hi,
    I have a problem like this, I am migrating one menu file from a forms6i to 10G after that i tried to put that menu in the form then i found that the menus are coming with the scroll bar is there any parameter so that i can set that to false so i can see all the menus at one time.
    Thanks in advance.
    Saravanan.K

    below is my code.
    Display will have some graphics, the mouse click on the part of the graphics will produce different values in the table. class DatabaseDataDisplay has the JTable who display the values.
    Display.addMouseListener(new MouseAdapter()
    {  public void mousePressed(MouseEvent evt)
    //get the location of the mouse
              int x = evt.getX();
              int y = evt.getY();
              current = find(x, y);
    if(current!=-1)
    DatabaseDataDisplay D_Display=new DatabaseDataDisplay(Table_Name, current);
                                       //remove the old panel
                        WholePanel.remove(scrollPane5);
              //add the new DataPanel
    JScrollPane scrollPane5 = new JScrollPane(D_Display,
    JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
    JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
    WholePanel.add(scrollPane5, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0,GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 2, 0, 2), 659, 5));
    /*if I put a repaint() here, the value on the table will always the values of the first time values when I click the mouse*/
    WholePanel.validate();

  • My webpage with parallax scroll effects flickers in internet explorer 11. How can I fix this?

    My webpage with parallax scroll effects flickers in internet explorer 11, when using the mouse wheel or the arrows in the scroll bar - Parcerias | Agrupamentos de Escolas | EEA | DGE
    It works fine in firefox, chrome and safari.
    How can I fix this?
    Thank you

    Hi FilipaG,
    Unfortunately there isn't much you can do. This is a performance issue with IE 11, so the only current way to make the site less jittery is to have fewer effects or group objects with the same effect then apply the motion to the group. Sorry for the inconvenience. You can also post in our feature requests section how you'd like to see easing added to Muse, because that would move all of the objects together much more smoothly than they do currently. Chrome and Firefox in particular have great built in easing so these sites usually look better on them.
    Thanks,
    Dana

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • Problem with use of COM+ Transaction and DB Transaction

    Problem with use of COM+ Transaction and DB Transaction
    We build a Web site that use sometime COM+ Transaction and sometime DB
    Transaction. If we use a COM+ Transaction and a few seconds later we try to use
    a Database Transaction (OracleConnection.BeginTransaction), we get the error
    Connection is already part of a local or a distributed transaction
    Of course the error does not produce everytime; it takes some try before we get
    the problem. And of course, if i use pooling=false on the connection string,
    the problem does not appear.
    i run the Web page
    and push the COM+ Transaction and DB Transaction one after the other for some
    times and the problem should appear.
    Environment: Windows server 2003, .Net Framework 1.1, ODP.Net 9.2.0.401,
    Database Server 9.2.0.4

    > Why in form builder can't I...
    Is this happening at runtime or at buildtime? You'll need to provide more info on what you are actually doing that's causing the problem.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • TS3938 I have a problem with the CD player plays some species, others give me this letter no longer supported PowerPC

    I have a problem with the CD player plays some species, others give me this letter no longer supported PowerPC

    Educational software suffers from having been written many years ago, but the financial market is not such to give the publisher much incentive to update the software.
    The problem for you is that Top Notch 2 with ActiveBook was written and released by Pearson back when Macs utilized the PowerPC CPU platform.  In 2006, Apple migrated the Macs to Intel CPUs, but released their Operating Systems with an invisible translation program, Rosetta, so that the user could continue to use their existing library of PowerPC applications and take time to update them as needed.
    The problem arises in that Apple no longer continues to update Rosetta for inclusion in Lion and now Mountain Lion, so that your CD-ROM cannot be executed on your Lion Mac.
    Since Pearson looks unlikely to rewrite and release an Intel version of Top Notch 2, you must find a workaround that will play your CD-ROM and allow you to continue utilizing your ActiveBook.
    You do not indicate which model of Mac you are using.  If you upgraded it to Lion from Snow Leopard, you have these workarounds:
    1.  Revert to Snow Leopard
    2.  Partition your hard drive or add an external hard drive and install Snow Leopard into it.  This will allow you to "dual-boot" into Snow Leopard when you need access to run Top Notch 2.  You would then have to "dual-boot" back into Lion when you needed access to those features required by Lion.
    If you purchased a new Mac that came with Lion, you only have one workaround available to run Top Notch 2: 
    3.  Install Snow Leopard (with Rosetta) into Parallels
                                  [click on image to enlarge]
    There is an easier way to run your Top Notch 2 in Parallels if cost is not a significant factor for you.  You must purchase Snow Leopard Server from a third party souce, such as eBay, which when sold by Apple was $499 or more.  I now see that it can be purchased on eBay for as little as $51.  Parallels allows for easy installation of Snow Leopard Server into Parallels.
    If cost is a factor, then use the link above the photo to follow my instructions on how to install Snow Leopard client ($19.99 from Apple) into Parallels and achieve the same result.
    Lastly, you could purchase a used Mac that will allow Snow Leopard to be the boot OS X installed (wth the optional Rosetta installed).  But this seems like an expensive alternative just to run one piece of software; and subject to hardware failure without notice or recourse.

  • ITS 6.20 SP18 Problem with the top bar menus

    Hello Henning,
    we're using ITS 6.20 SP18 and experience a problem with the top bar menus in the SAPGUI for HTML (Enjoy Design) in both MSIE 6 and Moz Firefox 1.0.4.
    When clicking the dropdown menus in the top bar the menu simply won't open. This only occurs in all of our homegrown (Z*) services when dropping into SAPGUI for HTML (ITS is in mixed mode). However - When running service WEBGUI seperately (via ...scripts/wgate/WEBGUI/! ) the menus work funnily enough.
    This worked fine prior to the upgrade. Is there a new service parameter that I need to set? Have you got any more documentation? I checked out any related SAPNet notes on the SP18 documentation sheet, but couldn't find anything related.
    Kind regards,
    Michael

    > There is no known problem regarding ITS 6.20 PL 18
    > and the menu at this time. Please provide an example
    > for a service file (.srvc) of one of your Z
    > services and also the global.srvc.
    >
    <u>These are the <b>global.srvc</b> settings</u>
    ~appserver 
    ~client  010
    ~clientcert  1
    ~cookies  1
    ~exiturl 
    ~hostsecure  xxxxxxxxx
    ~hostunsecure  xxxxxxxxx
    ~language 
    ~login 
    ~logingroup  ZZZZZZZZ
    ~menu2002  0
    ~messageserver  xxxxxxxx.xx.xx.xx
    ~multiinstanceservices  1
    ~password 
    ~portsecure  443
    ~portunsecure  80
    ~routestring 
    ~runtimemode  pm
    ~systemname  XXX
    ~systemnumber  00
    ~theme  99
    ~timeout  120
    ~urlarchive  /scripts/sapawl.dll
    ~urlimage  /sap/its/graphics
    ~urlmime  /sap/its/mimes
    ~usertimeout  1
    ~webgui_theme  99
    ~xgateway  sapdiag
    ~xgateways  sapxgadm,sapdiag,sapxgwfc,sapxginet,sapxgbc,sapextauth
    ~rfctimeout     10
    ~noheaderokcode  1
    ~http_use_compression  1
    ~http_compress_level  7
    ~mysapcomnosso1cookie  1
    <u>These are the service settings for one of our <b>Z* services</b>:</u>
    ~AUTOSCROLL     0
    ~COOKIES     1
    ~GENERATEDYNPRO     1
    ~HTTP_COMPRESS_LEVEL     9
    ~HTTP_USE_COMPRESSION     1
    ~LISTSCROLLING     0
    ~LOGIN
    ~PASSWORD
    ~POPUPS     1
    ~STYLE     DHTML
    ~TRANSACTION     Zxxxxx
    ~WEBGUI
    ~WEBGUI_POPUPS     1
    ~WEBGUI_THEME     99
    Kind regards,
    Michael

  • AxWindowsMediaPlayer problem with using subtitle sami.file in winform

    Hello every body
    I have a problem with using sami caption in axWindowsMediaPlayer;
    how can I use it?
    I used
    axWindowsMediaPlayer1.closedCaption.SAMIFileName="FileNameAddress";
    and
    axWindowsMediaPlayer1.ShowPropertyPages();//and select sami file
    but in both ways the subtitle is not shown in my axWindowsMediaPlayer1 control;
    please help me for solving this problem

    Hi ,
    As i know the Synchronized Accessible Media Interchange (SAMI) file must use an .smi or .sami file name extension.
    set the smi-file direclty like following
    AxWindowsMediaPlayer.closedCaption.SAMIFileName = "subtitles.smi";
    Please also refer here
    for more details.
    Follow the steps below for your Windows Media Player to display captions and subtitles.
    http://support.3playmedia.com/entries/21934486-windows-media-files-windows-media-player-settings
    Related thread, please note the Style secttion.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/wmp-12-doesnt-play-sami-files-closed-captions/96fe98b7-1cdf-41f5-aa9e-a4e55fd07c0a
    In addition, Could you please provide your smi or sami file and full code? It could be better to help us do some test on my side.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I'm on Mac OS lion and since your new upgrade, the page loads of center, with no scroll bar. On every computer I run I have to resize the page for the page to load correctly. How can I fix this?

    I'm on Mac OS lion and since your new upgrade, the page loads off center, with no scroll bar, this happens on every computer I run.
    In order to have the page load correctly, have to manually resize the page.
    How can I fix this?

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Scroll picture through draging on picture, without using scroll bars

    Hello every one
    My appliction is to hold and drag the picture without using scroll bars . ( Like we drag the map in google maps ) 
    I have started but not able to complete 
    Please see the attached vi
    Attachments:
    Map scrolling.vi ‏1052 KB

    This is called panning and you can find an example in this thread - http://forums.ni.com/t5/LabVIEW/Move-picture-inside-of-the-picture-control/m-p/623697?view=by_date_d...
    The Code Capture Tool also includes an example of this in its source code (the preview of the capture can be panned), which also demonstrates one way of handling only some of the mouse move events (which is important, because usually there are too many events and you want to discard some of them).
    Try to take over the world!

  • Illustrator Fullscreen mode with out scroll bars

    Hi,
    I'm using Illustrator CS5 for Mac. When I go to full screen mode all toolbars disappear but scroll bar is still there.
    How can I solve that?
    Thanks,
    Gregor Cepek

    Let me explain my situation. In our company we have one big screen (full hd) for clients to see our work in realtime.
    Now I just create "window -> new window" so I have copy of document I'm working on. Then I move it to the big screen and enable "full screen mode".
    It hides all toolbars which is perfect, but it doesn't hide scroll bars (and zoom and page drop down). In manual is written that full screen mode should be with out scroll bars.
    As our designs are mostly for FULL HD resolution it would be very nice to display them full screen on HD TV set. With no distracting scroll bars.
    In photoshop it works ok.
    Thank you,
    Gregor Cepek

  • Having problems with using shift alt command when using the square tool

    having problems with using shift alt command when using the square tool

    Marco,
    If no good reason, such as the one suggested by Silkrooster, is present, you may try the list, hoping for one of the easy ones at the top.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

Maybe you are looking for

  • How to easily force Mail to keep attachments from being inline?

    Attachments sent from Mail are being viewed inline in Gmail. I'd prefer they be viewed as attachments. The attachments in question are small (windows-friendly) attachments. Also, the message header in gmail indicates that Mail is forcing them inline

  • How to recover my photos from icloud?

    Hi, I reset all my settings because I was having issues with my Iphone volume. I can't seem to access my photos or recover my photos from icloud. How can I recover my photo's from icloud as that is where they were being backed up. thanks, Gina

  • Problem deploying simple WS

    I'm trying to create a simple Web Service and get a problem at deployment stage. Firstly I create a simple Java class in the Java perspective. public class HelloNige {      public String hello (String name) {           return "Hello " + name; I then

  • Output MLGR Report Goods Receipt to Buyer

    I have configured the Output MLGR but when i edit  the text to add information to the mail the buyer receive it dosnt work. I have added symbols but it dosnt work Any ideas? Thx

  • Document Poperties

    My client would like the author and form title added into their forms at design time. When I add the info to the form properties, it does not show up in the document properties when the file is viewed in reader/acrobat. Is their a way to set the docu