Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When titlebar is hidden and with padding, dragging the title bar scrolls the terminal #6143

Closed
bric3 opened this issue Mar 29, 2023 · 1 comment
Labels

Comments

@bric3
Copy link

bric3 commented Mar 29, 2023

Describe the bug
A clear and concise description of what the bug is. I believe the mouse events should not trigger when in the padding area.

To Reproduce
Steps to reproduce the behavior:

  1. set hide_window_decorations titlebar-only
  2. set window_padding_width 28 5 5
  3. have a long enough scrollback history (like multiple ls -la)
  4. use the mouse to drag the terminal from the titlebar "placeholder"
  5. Notice scrolling is initiated.

Screenshots

Screen.Recording.2023-03-29.at.12.49.31.mov

Environment details

        color214                           #fabd2f   
        color223                           #ebdbb2   
        color228                           #f2e5bc   
        color229                           #fbf1c7   
        color230                           #f9f5d7   
        color234                           #1d2021   
        color235                           #282828   
        color236                           #32302f   
        color237                           #3c3836   
        color239                           #504945   
        color24                            #076678   
        color241                           #665c54   
        color243                           #7c6f64   
        color244                           #928374   
        color245                           #928374   
        color246                           #a89984   
        color248                           #bdae93   
        color250                           #d5c4a1   
        color3                             #d79921   
        color4                             #458588   
        color5                             #b16286   
        color6                             #689d6a   
        color66                            #427b58   
        color7                             #a89984   
        color8                             #928374   
        color88                            #9d0006   
        color9                             #fb4934   
        color96                            #8f3f71   
        cursor                             #ebdbb2   
        foreground                         #ebdbb2   

Important environment variables seen by the kitty process:
        PATH                                /Applications/kitty.app/Contents/MacOS:/usr/bin:/bin:/usr/sbin:/sbin
        LANG                                en_US.UTF-8
        SHELL                               /bin/zsh
        USER                                brice.dutheil

This debug output has been copied to the clipboard
(END)
@bric3 bric3 added the bug label Mar 29, 2023
@kovidgoyal
Copy link
Owner

dup of #3744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants