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

Cannot scroll inside expanded commit message #10815

Closed
nikita-kiryanov opened this issue Oct 12, 2020 · 2 comments · Fixed by #10824
Closed

Cannot scroll inside expanded commit message #10815

nikita-kiryanov opened this issue Oct 12, 2020 · 2 comments · Fixed by #10824
Assignees

Comments

@nikita-kiryanov
Copy link

nikita-kiryanov commented Oct 12, 2020

Describe the bug

If the commit message is so long that it takes more than one screenful of rows, you can't read all of it even at the Expanded view, because the expanded view is not scrollable, and the commit message will be cut off at the bottom of the screen.

Version & OS

Version 2.5.6
Windows 10

Steps to reproduce the behavior

  1. Make a commit with a very long message, one that takes multiple screenfuls.
  2. Click on the commit, and click on "Expand" to see the whole message.
  3. Observe that you can't see the whole text, and also scroll doesn't work.

Expected behavior

Expand view should have a scroll bar when necessary.

@niik
Copy link
Member

niik commented Oct 13, 2020

Thanks for reporting this @nikita-kiryanov! I've reproduced this and opened #10824 to fix it which should hopefully get included in the next production release.

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

Successfully merging a pull request may close this issue.

4 participants
@niik @nikita-kiryanov and others