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

widget.Table: show first row/column when navigating with keyboard #5122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2024

  1. widget.Table: ensure focused cell is always fully in view

    The first and last rows may not have been fully put in view
    if it was first scrolled a bit and then focused via keyboard.
    This change makes sure thatt ScrollTo and RefreshItem are run
    even if they are already in focus.
    pierre committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6eeeb42 View commit details
    Browse the repository at this point in the history
  2. widget.Table: keep focused cell in view when navigating with keyboard

    The table size at the focused cell does not need to account for the
    header's.
    
    Fixes 5088.
    pierre committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f400306 View commit details
    Browse the repository at this point in the history