microsoft / microsoft/tabster

Support resetting memorizeCurrent for instances like new chat messages

Open
#348 0 comments 0 reactions 1 assignee View on GitHub

@mshoho is already working on this.

Since Jan 11, 2024.

Dominant language
TypeScript
Stars
165
Forks
42
Avg merge
1d 11h
Merged PRs (30d)
9

Description

Right now, we memorize current in copilot chat so that if you tab down into input, but want to tab back up into chat, you don't lose your place.

The problem is that if a new message has been added to chance since you were last there, teams typically want focus to move to that most recent chat item.

defaultFocus only works if there is no memorized focus history, so that only works on the first focus.

https://github.com/microsoft/fluentai/issues/1307

There are also customer scenarios where we simply always want focus to go to the last item, regardless of if there was some saved focus location

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.