Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator on Linux always looses Mousewheel control after a long period of sleep
Forum Updated to NodeBB v4.3 + New Features

QtCreator on Linux always looses Mousewheel control after a long period of sleep

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 379 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Michael A Uman
    wrote on last edited by
    #1

    Hello,

    This issue has been plaguing us for going on 2 years now. I cannot believe people are living with this issue. I am not the only person experiencing this problem. I leave my QtCreator open for days at a time, but every time I come back to Qt Creator after it has been sleeping I find that the mousewheel does not scroll any more. The only resolution is to quick Qt Creator and start again.

    Has anyone found out why this is happening? Why is Qt Creator the only application which suffers from this bug? I have tried to deduce what is happening but have not found any resolution.

    Please, Qt Creator team, spend some time on this issue because it has persisted for 2 years now... I am using Qt Creator 11.0.3:

    Qt Creator 11.0.3
    Based on Qt 6.4.3 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)
    Built on Sep 27 2023 06:36:40
    From revision 68359f96a9
    

    I am using Ubuntu 20.04.6 LTS...

    Any suggestions or solutions would be appreciated. I have been mainly developing using VSCode as it does not have this problem. But I prefer QtCreator for debugging the services we have developed. It would be WONDERFUL if I could begin using QtCreator for development once again... Please help...

    Thank you,
    Michael Uman
    Sr Firmware Engineer
    Mountz Torque, Inc.

    M 1 Reply Last reply
    0
    • M Michael A Uman

      Hello,

      This issue has been plaguing us for going on 2 years now. I cannot believe people are living with this issue. I am not the only person experiencing this problem. I leave my QtCreator open for days at a time, but every time I come back to Qt Creator after it has been sleeping I find that the mousewheel does not scroll any more. The only resolution is to quick Qt Creator and start again.

      Has anyone found out why this is happening? Why is Qt Creator the only application which suffers from this bug? I have tried to deduce what is happening but have not found any resolution.

      Please, Qt Creator team, spend some time on this issue because it has persisted for 2 years now... I am using Qt Creator 11.0.3:

      Qt Creator 11.0.3
      Based on Qt 6.4.3 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)
      Built on Sep 27 2023 06:36:40
      From revision 68359f96a9
      

      I am using Ubuntu 20.04.6 LTS...

      Any suggestions or solutions would be appreciated. I have been mainly developing using VSCode as it does not have this problem. But I prefer QtCreator for debugging the services we have developed. It would be WONDERFUL if I could begin using QtCreator for development once again... Please help...

      Thank you,
      Michael Uman
      Sr Firmware Engineer
      Mountz Torque, Inc.

      M Offline
      M Offline
      Michael A Uman
      wrote on last edited by
      #2

      I've tried to upload the packages installed on this system. But upload limitations prevent me from posting them. I am thinking of trying to install on an Ubuntu 22.04 installation I have in a Virtual Machine.... But I'd like to give some time for someone to respond to my posting. If it is resolved by using 22.04 then I may go ahead and try upgrading my development system (though I am a bit reluctant to do this as I have many important projects installed on this system). I find Ubuntu 20.04 comfortable for my development needs, though the time to migrate may be coming soon.

      Thank you,
      Michael Uman

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Michael A Uman
        wrote on last edited by
        #3

        Ok, its been a week. Nobody knows anything about this issue... I guess I will use our Qt support to make a call to find out if this will ever be addressed.

        Thank you,
        Michael

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cancel
          wrote on last edited by
          #4

          I've found a workaround: reload kernel modules hid_generic and hid_multitouch

          sudo rmmod hid_generic
          sudo modprobe hid_generic
          
          sudo rmmod hid_multitouch
          sudo modprobe hid_multitouch
          
          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved