Menu

#244 Scrollbar should work on the edge of the screen

Undefined
open
nobody
None
Bug_Report
2015-11-04
2015-10-30
PK Rabbit
No

Code editor has a 2px border between scroll bar and edge of the screen, so you cannot use the scroll bar if the mouse is on the edge of the screen. Currently, you have to aim at the scroll bar instead of just using the edge of the screen to scroll, as in very popular programs (Firefox, Chrome, Explorer, etc.). This would greatly improve comfort and usability.

Discussion

  • Teodor Petrov

    Teodor Petrov - 2015-10-31

    What OS is this on. On mine clicking on the edge of the screen switches the workspace...

     
  • PK Rabbit

    PK Rabbit - 2015-11-02

    This happens on both Windows 7 and Ubuntu, it doesn't seem to be OS related. When maximized, the scroll bar doesn't sit exactly on the side of the screen, there's a small 2px border, so you can't just slam the mouse to the side of the screen.

    The issue is pretty common in other projects, and it would be nice to bring this fix to CodeBlocks too:

    https://bugs.kde.org/show_bug.cgi?id=96727
    https://bugzilla.mozilla.org/show_bug.cgi?id=284550

     
  • Teodor Petrov

    Teodor Petrov - 2015-11-02

    OK, Does this work in any other Scintilla based editor (scite, notepad++, codelite, etc)?

     
  • PK Rabbit

    PK Rabbit - 2015-11-04

    There's a pull request to fix it in Notepad++, so I guess the same solution should apply:
    https://github.com/notepad-plus-plus/notepad-plus-plus/pull/707

     

    Last edit: PK Rabbit 2015-11-04
  • Teodor Petrov

    Teodor Petrov - 2015-11-04

    Nope, Notepad++ is win32 api based applications, C::B uses wxWidgets...

     

Log in to post a comment.