Mouse clicks rarely work... delay shipping?
See original GitHub issueBecause of this issue https://github.com/migueldeicaza/gui.cs/issues/386 that @tig opened, mouse clicks rarely work anywhere.
- I can’t click the list view
- I can’t click the filter box
- And the status bar isn’t clickable (separate issue but adds to this)
This is very unfortunate because although the experience is good for keyboard users, it’s un-usable for mouse users.
I wanted to use my mouse… but I also got tripped up using the keyboard:
Because I was sitting in the filter box, and wanted to get to the list view… I, without thinking, hit ENTER
since I do this in basically any GUI search box (google.com, outlook search, github search, etc). Because ENTER
is our keybinding to Accept
, the grid view went away.
Even I was bamboozled about this and I work on the thing 😅
At the very least, we need to add that TAB
switches between the list view and search box in the status bar.
With that said, I’m not really sure if we wanna ship yet. The mouse support is ideal.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (8 by maintainers)
Close. I just pushed a test of
0.90
’s nuget package and am currently tweaking my PR forocgv
. Hopefully today!Head’s up,
0.90
is imminent.I’ve got a PR ready for
GraphicalTools
for when it’s out.https://github.com/migueldeicaza/gui.cs/issues/792