FreeOpcUa / opcua-client-gui

OPC-UA GUI Client
GNU General Public License v3.0
534 stars 176 forks source link

Problems to navigate in the opcua-client-gui #73

Closed 3D-Schorsch closed 2 years ago

3D-Schorsch commented 2 years ago

When I press tab in the GUI in the OPCUA Free Client from you I end up at the bottom of the log at some point. So far no problem. But if I keep pressing Tab I can't get out of the logging window. Instead I write more tabs into the logging console and can't get out with tab anymore.

Otherwise I find the GUI very well operable.

fcnjd commented 2 years ago

Hi, thank you for bringing this up, I totally agree. Especially for blind people using a screenreader and only the keyboard, like me, this is very difficult, because once you tap in, you're basically trapped since you cannot tap out again, and so have to restart the whole client. From a user's perspective, I'll propose the two following solutions I can think of:

I'd be very happy to see a fix for that.

oroulet commented 2 years ago

I think have not looked at these UI thing for many years, but I just pushed a commit to solve your issue https://github.com/FreeOpcUa/opcua-client-gui/commit/add894076d4fff28ccdcca475862ac3f93c1b6aa

does that solve it for you ?

fcnjd commented 2 years ago

@oroulet Thank you very much for your fix! Just looked at it, and it works like a charm to tab over the logs.

fcnjd commented 2 years ago

@3D-Schorsch Since this is fixed now, do you wanna close this?