Skip to content

Release v2.2.0-rc.4#5340

Merged
tig merged 4 commits into
mainfrom
release/v2.2.0-rc.4
May 18, 2026
Merged

Release v2.2.0-rc.4#5340
tig merged 4 commits into
mainfrom
release/v2.2.0-rc.4

Conversation

@tig
Copy link
Copy Markdown
Member

@tig tig commented May 18, 2026

Release v2.2.0-rc.4

This is a rc pre-release.

Version: 2.2.0-rc.4
NuGet Package: Terminal.Gui 2.2.0-rc.4

What happens when this PR is merged

  1. ✅ The Finalize Release workflow will automatically create tag v2.2.0-rc.4
  2. ✅ The Publish workflow will build and push to NuGet.org
  3. ✅ A GitHub Release will be created with auto-generated notes
  4. ✅ A back-merge PR from maindevelop will be opened

Checklist

  • CI passes on this PR
  • Version looks correct: 2.2.0-rc.4
  • Release notes reviewed (will be auto-generated on merge)

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d78f812e80

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +243 to +246
else if (TabStop == TabBehavior.NoStop)
{
// Wrap to bottom
newItem = Source.Count - 1;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep wrapped selection visible on MoveUp

When MoveUp wraps from the first row to the last row (TabStop == TabBehavior.NoStop), the selected item can end up outside the visible viewport if the list is taller than the viewport (for example, 3 items with height 2). In that path, newItem is set to the last index, but the subsequent viewport adjustment uses SelectedItem > Viewport.Y + Viewport.Height, which does not scroll when the selection lands exactly one row past the visible range, so the newly selected item remains hidden.

Useful? React with 👍 / 👎.

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 this pull request may close these issues.

2 participants