mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
42 stars 6 forks source link

Weird leftover selection in tree view #385

Closed mlopatkin closed 4 months ago

mlopatkin commented 4 months ago

Steps:

  1. Have at least two filters
  2. Toggle one of them by clicking on a checkbox (editing completes, it becomes selected and focused)
  3. Move selection with arrow key

Expected:

Selection moves to the adjacent node.

Actual:

The adjacent node becomes selected, but the item from step 2 remains "selected" too.

image