• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    [Compilation]Discussions on Scrolling doesn't work if the mouse is on the edge of the screen

    General
    compilation scrolling
    64
    141
    60352
    Loading More Posts
    • 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.
    • watchmyfail
      watchmyfail last edited by

      OMG this is so annoying, hope they'll fix it ASAP

      Reply Quote 3
        1 Reply Last reply
      • msarin
        msarin last edited by

        When I move mouse pointer to the right edge of the screen and try to scroll with left mouse button it does not scroll but starts moving Opera window instead.
        If I move mouse pointer to the top-right edge of the window and click, nothing happens. It should be click on "Close" button.
        As a result of these recent changes, I have to find scroll bar and Close button precisely before using them, which is annoying.
        Opera version: 103.0.4928.34.

        Reply Quote 1
          1 Reply Last reply
        • Sami-Vtech
          Sami-Vtech @Guest last edited by

          @makisone-0 said in [Duplicated] Window moves when trying to use the scroll bar:

          annoying

          Yes brother! It has been very annoying. Can the dragging window option be turned off somewhere?

          Reply Quote 0
            A Former User 1 Reply Last reply
          • Sami-Vtech
            Sami-Vtech @kingfish84 last edited by

            @kingfish84 It has been very annoying. Can the dragging window option be turned off somewhere?

            Reply Quote 0
              1 Reply Last reply
            • Sami-Vtech
              Sami-Vtech last edited by

              It has been very annoying. Can the dragging window option be turned off from somewhere?

              Reply Quote 0
                1 Reply Last reply
              • DaveTheToad
                DaveTheToad last edited by

                This is driving me plum crazy. Every time I use the vertical scroll bar the screen stutters a couple of times and minimises to half-screen size and I then have to maximise it again. It's SO annoying that if it isn't fixed I'll be downloading a different browser.

                Reply Quote 1
                  1 Reply Last reply
                • A Former User
                  A Former User @Sami-Vtech last edited by

                  @sami-vtech I have not found any solution. They haven't fixed it in the last update either...

                  Reply Quote 1
                    Sami-Vtech 1 Reply Last reply
                  • Sami-Vtech
                    Sami-Vtech @Guest last edited by

                    @makisone-0 Hmm! I have reported this issue.

                    Reply Quote 0
                      1 Reply Last reply
                    • GaxerRex
                      GaxerRex last edited by

                      Same problem.
                      And more... I hate ecran borders with corners!
                      c053d9c9-c3f4-4b9f-a78c-ec5e8f5d397b-image.png
                      How i can delete this?

                      Reply Quote 0
                        1 Reply Last reply
                      • Moononehive
                        Moononehive last edited by

                        Every time I try to scroll with the scrolling bar, it makes the browser window move and unmaximizes, and a few times it made everything on websites unclickable for some reason. caf9203a-aa5f-421d-a695-f73ef13c3fcb-image.png

                        Reply Quote 1
                          1 Reply Last reply
                        • tiikuri
                          tiikuri @Guest last edited by

                          @makisone-0 The browser development seems to be run by morons these days. I've been using Opera for around 2 decades and it's hard for me to leave this browser, but soon I have no choice.

                          Reply Quote 1
                            Sami-Vtech 1 Reply Last reply
                          • acts432
                            acts432 last edited by

                            I have the same issue in Opera One(version: 103.0.4928.26)

                            Reply Quote 0
                              HarryRennicks 1 Reply Last reply
                            • Sami-Vtech
                              Sami-Vtech @tiikuri last edited by

                              @tiikuri 😁 same here

                              Reply Quote 0
                                1 Reply Last reply
                              • dovakiri
                                dovakiri last edited by

                                good god what have you guys done in this update the scroll bar is getting stuck, unclickable on couple of clicks it is minimizing and closing the browser , please roll a fix or am dumping opera after 18 years of using it !

                                Reply Quote 0
                                  1 Reply Last reply
                                • Crimson-Blake
                                  Crimson-Blake last edited by

                                  Update 103 and 105 developer..the issue is still not fixed...anyway thought to share this
                                  This is the autoit code I wrote 2/3 months ago (since the issue started) to push the mouse back in position it is still working great

                                  #include <Misc.au3>
                                  #include <AutoItConstants.au3>
                                  #include <Process.au3>
                                  
                                  Global $Paused
                                  HotKeySet("{DEL}", "Stop")
                                  
                                  Run("launcher.exe")
                                  ProcessWait("opera.exe")
                                  
                                  While ProcessExists("opera.exe")
                                  
                                    Local $limitAccess = WinGetProcess("[ACTIVE]", "")
                                    Local $limitName = _ProcessGetName($limitAccess)
                                  
                                        if $limitName == "opera.exe" Then
                                  
                                          $mousepos=mousegetpos()
                                  
                                            If $mousepos[0] >= @DesktopWidth-3 Then
                                            MouseMove(@DesktopWidth-3,$mousepos[1])
                                            EndIf
                                        EndIf
                                  
                                    Sleep(50)
                                  
                                  WEnd
                                  
                                  ProcessWaitClose("opera.exe")
                                  Exit
                                  
                                  Func Stop() 
                                  Exit
                                  EndFunc   
                                  
                                  Reply Quote 2
                                    1 Reply Last reply
                                  • sergiykos
                                    sergiykos @turbotom64 last edited by

                                    @turbotom64 Hi. I have the same problem.

                                    Reply Quote 0
                                      1 Reply Last reply
                                    • rldavies
                                      rldavies last edited by leocg

                                      The latest version of Opera is weirdly, incredibly sensitive to stray clicks on the border of the vertical scrollbar. When clicking fast on the bar area or the down arrow -- which is pretty common during browsing -- the slightest nudge of the cursor towards the border area shoots the window into "restore" (small) size.

                                      Have to re-maximise it, start scrolling again, and then blam! it's small again.

                                      This has happened to me something like 20 to 50 times today. It never happened in previous versions, and it's never happened in other programs. I doubt my browsing behaviour has changed overnight.

                                      Reply Quote 6
                                        Scotty141 DarthGTB 2 Replies Last reply
                                      • MadViking82
                                        MadViking82 last edited by

                                        Exactly the same problem here! It has become infuriating to browse after the new update. My browser window keeps going up and down and from one side to another as I move the mouse actively when trying to hit the frikkin scroll bar. I really, really cannot understand what went through their minds when they released this update.

                                        Please fix this ASAP, this is making my work productivity significantly worse, and it is incredibly irritating!!!!!!!!!!

                                        Reply Quote 1
                                          1 Reply Last reply
                                        • chrisboyd
                                          chrisboyd Banned last edited by

                                          I guess it's a matter of being used to it

                                          Reply Quote 0
                                            1 Reply Last reply
                                          • RtwoDtwo
                                            RtwoDtwo last edited by

                                            My opera was upgraded to the new version testerday night. Since this time, I am fighting with bizarre behaviour of right scrollbar

                                            Reply Quote 1
                                              1 Reply Last reply
                                            • First post
                                              Last post

                                            Computer browsers

                                            • Opera for Windows
                                            • Opera for Mac
                                            • Opera for Linux
                                            • Opera beta version
                                            • Opera USB

                                            Mobile browsers

                                            • Opera for Android
                                            • Opera Mini
                                            • Opera Touch
                                            • Opera for basic phones

                                            • Add-ons
                                            • Opera account
                                            • Wallpapers
                                            • Opera Ads

                                            • Help & support
                                            • Opera blogs
                                            • Opera forums
                                            • Dev.Opera

                                            • Security
                                            • Privacy
                                            • Cookies Policy
                                            • EULA
                                            • Terms of Service

                                            • About Opera
                                            • Press info
                                            • Jobs
                                            • Investors
                                            • Become a partner
                                            • Contact us

                                            Follow Opera

                                            • Opera - Facebook
                                            • Opera - Twitter
                                            • Opera - YouTube
                                            • Opera - LinkedIn
                                            • Opera - Instagram

                                            © Opera Software 1995-2025