Skip to content

Goto row button tooltips are flipped #1826

@mattrunyon

Description

@mattrunyon

Description

The up arrow tooltip says next match. The down arrow says previous match. That's reversed. Up arrow should say previous. Down should say next

Steps to reproduce

  1. Create a table
    from deephaven import empty_table
    t = empty_table(50).update(["X=ii", "Odd=X%2"])
  2. Open goto row with ctrl+g
  3. Hover the arrows for go to value

Expected results

  1. Up arrow says "Previous match". Down arrow says "Next match"

Actual results

  1. Up arrow says "Next match". Down arrow says "Previous match"

Additional details and attachments

The actual logic of the buttons is correct, just the tooltips that are incorrect.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions