Mod: m7 j020dx-Tou​chSreen is acting strange and activates with out me touching it

HP LapTop Model: m7 j020dx
Running Win 8.1
This is the very first computer that I have owned that has "touch screen" capability so not quite sure what may be causing this; a hardware setting, needed software update or a virus.
Over the past  week I have noticed something very odd happening with this laptop screen. At first did not give it much thought because i had thought that maybe i may have done something to cause this but realized now it does it on its very own.
I could be doing absolutely nothing on the computer and all of a sudden the cursor moves to a new point on the screen. Like i said at first was not quite sure what the heck was going on. Did not give it much thought at first but have noticed this is happening more and more now. So I started paying far more attention to his and have seen that while looking at my screen I see that a "blotch" would appear (as if i had touched the screen with my finger causing the impression on the screen) out of no where and the cursor would then fly across the screen to the point of the blotch. I would move the cursor to a new point  on the screen and after a while (could be one second or one minute) the blotch reappears as if i actually applied pressure to the screen with my finger) the blotch would reappaer and the cursor flies to that part of the screen again. Sometimes it gets so bad where the moment i move the cursor it flies right back to that same spot over and over even to the point where if i attempt to restart the computer i can't even select the menu steps to restart because the cursor keeps flying across the screen as if it had a mid of its own.
I first started to shut off the computer by shutting it down by using the "power button" which i know is not the right way to do it but at these times the only way i can shut it down or restart it because the cursor makes it impossible to even use the windows key to restart it.
Yesterday i had to restart the system at least 4 different times to get it to stop.
Is anyone else experiencing this problem. Is it a virus or does this tend to happen with a touchscreen computer.
Any information will be appreciated.
Thanks

Hello @hplap2014,
I have read your post on how the TouchScreen on your notebook computer is functioning in a strange manner, and I would be happy to be of assistance!
To further diagnose the issue with the TouchScreen, I suggest following the steps in this document on Troubleshooting Touch Screen Issues in Windows 8. This should help return the functionality of your computer's TouchScreen abilities.
Please re-post with the results of your troubleshooting, and I look forward to your reply!
Regards
MechPilot
I work on behalf of HP
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

Similar Messages

  • Nike Site Still Acting Strange and Trouble With Nano

    I did a 5k last night, around 9:30 PM (it’s very hot here) and synced up around 10:30 PM. It showed up in my runs, but not in a challenge I am in. I checked this morning and it was there, but showed that I did it at 1:02 AM! I ran this morning and synced, but I can’t tell if it is there. Does the challenge admin site offer you more details than we get?
    Nike also did some changes to the site, and it wiped one of my personal goals. To add more confusion, now my Ipod will reset it self while connected to my laptop. This causes all my workouts to be lost (on the Ipod) but it keeps the history. So far it has done it after I sent data to Nike, but I’m very nervous about losing one of my runs (it happened on my Monday morning run).

    Owen...you keep losing data pls I'm just behind you
    in the challenge...I estimate about 400 metres
    I did lose one run, on the first day (my morning run) as far as I can tell. But the rest has posted since. I have lost the workout data on the Nano (last work out and such) after I sync to Nike.
    As far as being just behind me, how is the view of my backside?

  • Dropdownmenu in infowindow of googlemaps act strange and doesn't work

    The problem occurs only in FF, not in IE or Chrome.
    Go to this page:<br />
    http://www.meerijden.nu/ritinvoerenmaps.php?codet=en
    I tested it and I fill in a city in rideshare from and press enter and the icon of this city appears in the map, then I fill in a city in rideshare to and press enter and the icon of this city appears in the map as well. Then I click on one of the icons in the map and I can fill in a ride. Only the visible dropdown menu's act strange and choosing has no effect. That is the problem!?
    Any suggestions?

    Which drop down menu doesn't work?
    Don't you get a pop-up window if you click the start or end flag on the map?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Samsung Monitor acting strange when connected with digital cable.

    I have a Powermac G5 dual 2.7 GHz desktop. I am connecting a Samsung 2233BW monitor. When I connect the monitor from its digital connection using the digital cable I have a problem bringing the monitor back from sleep mode. I get horizontal jagged lines. When I turn the monitor off and back on it works fine again. When I connect the monitor from its analog connection and analog cable using a converter the monitor does not have this problem. Its not the monitor because I had Samsung replace the first one and I still have the problem. Someone told me it was a firmware problem, but Apple support says since no updates show up when I run software updates that everything should be ok. Is there something I can do or do I just have to live with the analog connection?

    Have you opened the Mac up lately to see if the graphics card is clear of dust and not overheating?
    Does this happen when you first boot up your Mac and then put the monitor to sleep?
    Is the monitor set up to default to the digital input?
    Most importantly, is it safe to presume that you have tried a new cable?
    Message was edited by: DaddyPaycheck

  • Creative zen 4gb acting strange and won't turn on manua

    My Creative zen 4gb can only be turned on when I connect it first to the computer, and after that, I can turn it on without the use of a computer. But if I don't use for a few hours, it won't turn on again, and I have to connect it to the computer again ( I can turn it on again, if I had just turned it off though). Even if battery is full, I get the same problem. I've also used the recovery tool to update the firmware, nothing's changed.
    I've also done a clean up and reboot of the player. I still have the same problem. I've also noticed now, after doing all these things that when I play music, after a few songs, maybe 30-40 minutes after, it turns off by itself, and if I get to turn it on, it does a rebuilding of the files. Any idea how I can fix this? I've only had this player for a month or two only. I haven't done a format though... Thanks.

    Your Zen is probably faulty/defecti've contact Creative.

  • Contribute Acting strange - template parameters with repeating regions

    Basically what I'm trying to achieve is that there is a
    repeating region on a page, and each region is supposed to
    alternate colors. To achieve this, the regions with the colors are
    put into a div which has a background color applied to it. To do
    this, I have created two expressions, one to check to see if it's
    an even numbered region, and if so, to open the div, and another to
    close the div. That looks like this:
    quote:
    <!-- TemplateBeginRepeat name="Article" -->
    @@((_index & 1) ? shade : noshade )@@
    stuff
    @@((_index & 1) ? shadeend : noshade )@@
    <!-- TemplateEndRepeat -->
    At the top, I have three template parameters to go along with
    these:
    quote:
    <!-- TemplateParam name="shade" type="text"
    value="<div>" -->
    <!-- TemplateParam name="shadeend" type="text"
    value="</div>" -->
    <!-- TemplateParam name="noshade" type="text" value=""
    -->
    Which look like this on the actual pages:
    quote:
    <!-- InstanceParam name="shade" type="text"
    value="&lt;div&gt;" -->
    <!-- InstanceParam name="shadeend" type="text"
    value="&lt;/div&gt;" -->
    <!-- InstanceParam name="noshade" type="text" value=""
    -->
    The odd thing is that, when I add an editable region,
    something weird occurs with the template parameters and they end up
    looking like this:
    quote:
    <!-- InstanceParam name="shade" type="text"
    value="&lt;div&gt;" --><!-- InstanceParam
    name="shadeend" type="text" value="&lt;/div&gt;"
    -->->
    <!-- InstanceParam name="noshade" type="text" value=""
    -->
    And that, of course, results in having a nice "->" showing
    up at the top of my page. The repeating region appears to work. It
    changes background colors just like it should, but I have no idea
    why it's throwing in the "->" at the end.

    For grins, try changing this -
    <div id="content1" style="display:none">
    to this (IN THE TEMPLATE FILE) -
    <div id="content@@(_repeat._index)@@''
    style="display:none">
    (that should be a " character after the last @ sign - I had
    to use two '
    characters to keep the code from getting munged in my
    newsreader)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:g2m3cq$85h$[email protected]..
    >I need to see the template markup around the repeating
    region, please.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "ITLogic" <[email protected]> wrote in
    message
    > news:g2m25n$6se$[email protected]..
    >> Sure. I'm using DW CS3. Here is a copy of the
    repeating regions I'm
    >> trying to
    >> create. Notice each DIV has a sequential ID. I could
    go hand edit this,
    >> but I'm
    >> trying to automate it as much as possible. I am
    selling Contribute as a
    >> means
    >> for clients to edit their own content. Most don't
    know how to spell HTML
    >> much
    >> less know how to use it.
    >>
    >> <div id="content0" style="display:''">
    >>
    >> <!-- ADD TICKER's CONTENT #1
    HERE--------------------->
    >>
    >> <p>Hello</p>
    >>
    >> <!-- END CONTENT #1----------------->
    >>
    >> </div>
    >>
    >> <div id="content1" style="display:none">
    >>
    >> <!-- ADD TICKER's CONTENT #2
    HERE--------------------->
    >>
    >> <p>World</p>
    >>
    >> <!-- END CONTENT #2----------------->
    >>
    >> </div>
    >>
    >

  • Cursor keys acting strangely and type going wonky

    A question from an Illustrator newbie (so pardon the ignorance):
    Suddenly, my cursor keys have started to exchange functions: Cursor left moves objects down, cursor left moves them down and so on. After trying to find out why, I tried to do something else, which is to enter type into a text box, but the type comes in only two ways: individual characters lie down on a horizontal line or they line up properly but vertically. Ared these two settings related? Where do I look for answers?
    Many thanks in advance.
    J

    Jack,
    Set the Edit>Preferences>Constrain Angle to 0 instead of 90 degrees (or wherever you set it in newer versions).

  • Firefox 19 will not start in any mode. Uninstalled and reinstalled with out effect. Win7 w/updates, ZoneAlarm AV and FW. ATI 6570 w/updates

    Yesterday, FF 19 stopped working on one of two similar desktops. Initially it did start in safe mode but it doesn't any longer. Removed the application multiple times with Window's control panel and Revo Uninstaller. Original application directory deleted and registry scanned for remnants.
    Crash ID: bp-0be46437-2bbb-4d55-98c3-f24612130228

    Please hold down Shift when you start Firefox, Enter Safe Mode, and then turn off Hardware Acceleration [[Upgrade your graphics drivers to use hardware acceleration and WebGL#w_turning-off-hardware-acceleration|Turning off hardware acceleration]]

  • Last night Adobe PS CC updated and it's acting strange

    Adobe CC PS updated last night and so Adobe CC PS (2014) updated.  Now when I upload to Bridge and open ACR I have the old sliders, not the new ones and my ACR Presets are acting strange and not working like they were before.   Does anyone know why?  Should I try to delete one of the programs?  I work on an IMax .  Newest system updates.  Thanks in advance
    Julie
    [email protected]

    I showed a screen shot of what happens when I open my photo in PS.
    So here are the other screen shots.  I select the Preset I've always used.
    Which changes my ACR to 2003:
    Then I have to click on the I icon thing at the bottom of the grey to convert back to present ACR. (see below)
    All of my images are taken with a Canon 6D just a few weeks ago.  Does that help?

  • IPad mini acting strange. Apps open and close randomly. Any ideas?

    My iPad mini acts strange. Apps will randomly open and close and I have no control over it. I have reset it to factory and started all over but it is still doing it. Any ideas on what I should do?

    If the unit has NEVER been jailbroke, first try a system reset.  It cures many ills and it's quick, easy and harmless...  Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without being charged again.  Also, if you have IOS-7, read this.

  • ZEN MICRO PHOTO ACTING STRANGE PLEASE HELP.

    I have had my Zen MicroPhoto for a bout a month now and it is great! I use it quit often. However just yesterday, it began acting strange.... It deleted many of the files that I originally transferred to it and whenever I start it up, it says "rebuilding library" Also it does not display the now playing info for teh current track. it only displays "choose a track from music list" It will play songs and stuff but it just seems strange..... I do not know what to do about it.... Should I reinstall the firmware or what? please someone help me.... I would appreciate any advice on the subject... I freakin' love using my ZenMicro. help me save it. Thank you.

    aaron78: Follow the advice in the section "My Zen is not behaving properly, won't startup, or goes into rescue mode. What should I do?" in the FAQ.
    Snoweagle: Reloading the firmware shouldn't erase the data, although you should ALWAYS keep a backup.

  • Safari is acting strangely on several counts

    For the last several days, Safari is acting strangely on several counts. I haven't downloaded any updates or plugins recently, and I am not aware of any Safari viruses on Mac OS X, so I'm totally lost here. Please help!
    1. Periodically, Safari will stop loading a page completely. So it will start and then the url bar will be partially blue and the circle will keep circling but nothing will happen. Once it does this on one tab in that window, it will start doing it on all new tabs opened up in that window, but any original tab there might still go through. If I close the window and reopen another window, all sites on all tabs will go right through. I tried disabling DNS prefetching, and that helps Safari behave for a few minutes, then it goes back to such strange behavior. I tested using my wireless and using a different network, and it happens on both, so it's not my router. Sometimes, opening a new window doesn't help. So I shut down Safari and restart. Sometimes that doesn't help either, so I end up having to reset Safari. Obviously, having to reset Safari multiple times a day is neither productive nor ideal.
    2. When it does that url thing, it also seems to become incapable of completing from history or bookmarks. So for example, if I open a tab and type a website name, it won't complete it, even though I have that bookmarked. Generally when that happens on the first tab of a window, I can pull up the site from bookmarks and it will load immediately. But the next tab I open in that window, will do the webpage not loading business I described in #1 above.
    3. A short while ago, i tried resizing a window and it did the strangest thing where it would expand the window space, but just give me a "gray area" rather than expanding the whole web page. I closed the window, opened a new one and resizing worked fine again.
    4. A short while ago, another strange happening: everytime I opened up a new tab in the window and loaded a site, it would merge that tab with my old tab and delete the first tab, so at any given time, it was just a single tab window. I closed the window and reopened, and voila normal tab behavior again.
    Strangely, if I have two windows open - as I often do - only one window will be affected by such strange behavior. The other one will function normally. But such odd behavior is not limited to instances when I have two windows open. It's also happening when there's one window open. For reasons I do not understand, it seems something in the processes of a window gets corrupted after a little while on Safari and that window starts acting strangely.
    Odd and irritating and difficult. I'd greatly appreciate your help!
    I'm using Safari 5.0.6 on OS X 10.5.8... thanks!

    I don't see anything in your post regarding the Safari cache. BTW, a "reset" does not empty the cache.
    From your Safari menu bar click Safari / Empty Cache. Restart your Mac, try Safari.
    If that didn't help, quit Safari if it's open.
    Go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db (or ApplicationCache.db) file from the com.apple.Safari folder to the Trash.
    Try Safari.
    If nothing above helped, make sure there's enough free space on the startup disk.    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you have a minimum of 15% free disk space.
    If nothing above has helped, try Safari in another user account. If you see the same issues there, log back into your admin account.
    Launch Disk Utility. Select the startup disk in the panel on the left then select the First Aid tab.
    Click:   Verify Disk  (not Verify Disk Permissions)
    If the disk needs repairing follow the instructions for Using Disk Utility to verify or repair disks.

  • IBook acting strange...erase and reinstalled...it's starting to be strange

    My iBook was acting strangely...I can't connect to the wireless server, though ISP, network settings and Airport are all correct and the connection is visible and the strength of the connection will change. I cannot load any internet pages. In addition, my iDisk icon disappeared, then on restart, it reappeared, but I have no access to it. A "copy of previous iDisk" then appeared on my desktop with all of the contents, but I can't move them from this version as it says I do not have access. So, I started looking at the logs, to see what, if any, errors there were. I didn't have access to the security log and a few others - although I'm the only user account on this computer. Needless to say, I'm no expert so I "spotlighted" some of the things showing up in the logs. Spotlight returned articles on Apache and XTools (Xcode?) - neither of which I installed (I think Apache might come included). I looked and sure enough, XTools was on my hard drive with many, many files - most with the name or extension of pb or pbx. I started to dig a little deeper in the program and noticed some scripts in the vein of when user enters/types "xyz" initiate process or replace with "zyx", etc. I saved some of these files to the desktop, powered off and restarted. When I opened the desktop after the restart, all of the files were in the trash - not by my doing. I removed them and locked them to the desktop until I could figure out what happened. Then, they disappeared, my computer shut down and when I tried to restart, I couldn't get past the spinning gear.
    I took this to the store, they checked it, said they could recognize a drive, that I should archive and reinstall. I did this, things still acted strangely. I called AppleCare, they said to back up everything and reinstall.
    I did this, now am finding repairs are needed through disk utility for security and authorization priviledges. I repair, go back in a few hours, run it again, just to satisfy my curiosity and the same repairs are needed for disk permissions.
    A friend has uttered the horrible "trojan horse" phrase to me...as I download regularly from LimeWire. I'm not sure what a next step would be to free the iBook of it's quirkiness.
    Sorry for the long post...but it's been an eventful few days.
    iBook G4   Mac OS X (10.4.2)  

    You can ignore any permission repair that states "We are using special...". I'm not sure about Tiger but Panther has a few others that come up if the cron maintenance scripts have run.
    Other than the repeating permission repairs, is it running OK now?
    John

  • My macbook pro started acting strange after a safari reset. the mouse no longer: animates the dock, activates hot corners or selects pages from the 'top sites' page.

    my macbook pro started acting strange after a safari reset.
    the mouse no longer: animates the dock, activates hot corners or selects pages from safari 'top sites' (without a hassle). attempts to reset dock and hot corners from preferences has been fruitless
    the mouse also gets 'stuck' in logic precipitating force quits.
    i run osX 10.6.8 on a 2007 macbook pro that has had 2 motherboards replaced autumn 2010.
    my troubleshooting has been: restart, pRam and safe boot, also checking a 'test' account to find the same issues extant.
    pRam restart caused airport to quit and say there is no airport card, and wouldn't respond untill another reboot.
    macbook pro 15" 2.4 GHz intel core duo.2 GB 667 MHz DDR2 SDRAM.
    i have treated this book with care, yet run logic pro studio to the limit of this book's abilities.
    what shoud i do?

    You don't say which year you have, however...
    ...there are known problems with the mid-2010 models (see http://support.apple.com/kb/TS4088?viewlocale=en_US&locale=en_US) as well as early and late 15" 2011 models (see https://discussions.apple.com/thread/4766577?tstart=0).
    Apple has taken ownership of the problems with the 2010 model but, unfortunately, the free logic board replacement for that model has probably long expired for you - three years after date of purchase.
    One the 2011 models Apple has admitted no defect. You'll just have to skim the articles to get an overview of the problems that people are having (usually showing up as screen glitches at first and then going downhill from there).
    Good luck,
    Clinton

  • Delete the Adobe Photoshop Settings file? at startup / Tools act strangely. (Mac Os 10.6.5, 10.6.6)

    Symptoms: Every time you start Photoshop, you receive the prompt to confirm the deletion of Photoshop's preferences, or
    Photoshop tools act strangely, as if a modifier key was held down all the time: you can only draw straight lines, you sample colors rather than paint/fill, the cursor has a + sign, etc.
    AND: You are running Mac Os 10.6.5 or 10.6.6.
    Solution: Update to Mac Os 10.6.7:  As explained in http://kb2.adobe.com/cps/881/cpsid_88159.html
    Apple had made a change in 10.6.5 in one of its APIs that affects other programs (Photoshop does not use it), and the result is that they interfere with Photoshop, that receives information that modifier keys (CTRL, Command, Option, Shift) are pressed, when they are not. Adobe reported the bug to Apple, but it was too late to be included in 10.6.6.
    The solutions are
    a) Upgrade to 10.6.7
    b) An Adobe Employee has made an unofficial interim fix for this bug. You can download it and have more information on this post: 72.
    This is one of those cases where Photoshop has the symptom of a bug, but the cause of that bug is not in its code.
    Note that the post to reset the preferences or reset the tools to their defaults when they are acting erratically is located here:
    One of my tools is behaving strangely. How do I reset it?

    Sounds to me like Adobe was probably relying on undocumented behavior in the CGEventPost routine. Apple is free, of course, to change undocumented behavior of any of their system APIs all they like, since you're not supposed to be using such things. Developers are supposed to stick to the documented behaviors in the APIs. If they don't, they can try to save face as Adobe is by blaming Apple, but the fact is, it's not Apple's fault, any more than it's my fault if someone picks up a flower pot from my front porch and misuses it by throwing through someone else's windshield.
    As Barbara has observed, sounds like a case of Blame-Displacement Syndrome.

Maybe you are looking for

  • Need info about c_taw12 abap certification exam

    Hi All,     I have 3 years of experience in SAP ABPA and i would like to write the ABAP c_taw12 exam. Can any body please let me know what is producer to apply?  What are the exam criteria (mean experience)? Please provide me more detail information

  • Why address is not visible in Awesome bar results?

    When I write something in the location bar / awesome bar, inside results I see only the page titles, and not link address. Here a screenshot: http://i51.tinypic.com/2anqqq.png I searched over Google and this forum but without finding why...

  • Cache Question

    Hello all, I am not new to working with java (not writing it, just supporting it), but I'd like to know a little about this: I am currently working with a Java applet displaying TIF images that have been uploaded from another server. My question is a

  • Setrow with Paged Dataset and Master / Detail containers

    Hi, I am building a photo album. I am using paged views on the photos as the collection is currently 132 and growing.  So I have a paged view of 15 photos at a time, which are in a master container.  I want to be able to click a photo thmubnail and f

  • [solved] google-talkplugin PKGBUILD issues...

    Installing the google-talkplugin (for Firefox, and wot wot) https://aur.archlinux.org/packages/google-talkplugin/ I read Matthew_Moore's 11-22-2014 comment and updated the URL and SHA. The url seemed to work, but the SHA failed verification. Where in