Open lostintangent opened 8 years ago
This is a side-effect of a temporary workaround on some perf issues (See https://github.com/Glimpse/Glimpse.Client/pull/239). The long-term perf fix (virtualizing log messages display) should eliminate this work-around & eliminate the issue. We should probably keep this open until the perf issues get resolved.
it appears like this icon is still interactive for single-line logs, despite being hidden.
@philliphoff checked in a fix for this in M15 (see https://github.com/Glimpse/Glimpse.Client/pull/224)
Repro Steps:
/create
route<TAB>
key.Expected: For the triangle icon to appear when it is focused via the keyboard, since without, it's unclear what hitting
<ENTER>
should do until you try it.Actual: A "focus ring" appears to indicate where focus is it, but the expand/collapse triangle doesn't appear unless you also actually hover your mouse over it.
I tend to prefer a keyboard-driven workflow, so having these kinds of interactions work smoothly go a long way.