Transposed table visual flaws

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp
Domain
frontend

Research direction

Start by locating the transpose-table implementation and the table focus, selection, cut/paste, dropdown-length, and row-label handling. Reproduce the listed 10-step cut/paste case and compare transpose mode with the usual table. Done means all five visual, selection, labeling, and default-focus behaviors work consistently in every mode.

Written by the indexing model from the issue text.

Description

.NET bug enhancement

The transpose table has visual flaws, need to fix the following:

  1. Current transpose step (column) doesn't respect the max text length in action/subaction dropdown.

  2. Selected cell in transpose mode doesn't have a solid black outline or any outline at all, as the usual table has.

  3. Weird selected state when cut/paste. Steps to reproduce:

  • Add 10 steps
  • Select and cut 3-4-5-6-7 steps
  • Press left arrow, nothing happens
  • Press right arrow, selected column is 2nd

Expected behavior: when pressing left after cutting get the 2nd row selected, if right 3rd selected index

  1. Transposed table doesn't label No for the numbered row

  2. For every mode the default focus should be on the table element to be able to copy paste immediately

Dominant language
C#
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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.

More from Semiteq/SemiStep

All issues in Semiteq/SemiStep

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.