Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11714] New: Tab navigation/Enter is not working in UAT dia

Date: Mon, 16 Nov 2015 10:24:53 +0000
Bug ID 11714
Summary Tab navigation/Enter is not working in UAT dialogs
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Build Information:
v2.1.0rc0-568-g974a9e3 from master, Qt 5.5.1 on Arch Linux x86_64.
--
Now that the UAT dialog does not crash anymore, the other UX bugs mentioned in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11031#c6 are still present:

The UAT dialog implementation in Qt has some changes/regressions from Gtk:

 - Using Tab/Enter to switch between fields does not work. (Enter always
focuses the first column when not editing and does nothing when already
editing)
   Expected behavior: Enter stops editing, tab moves to the next field

 - Empty values can be entered which will then be accepted (Try "Add" in the
SSL keys dialog without modifying fields).
   Expected behavior: empty values should be discarded. What about missing
values? Should those rows also be discarded?


The comments in uat_dialog.cpp suggest to make a UatModel. Maybe that could be
done to avoid re-implementing the focus functionality in
https://doc.qt.io/qt-5/focus.html. On the short term, we could try intercepting
Tab and Shift+Tab though.


You are receiving this mail because:
  • You are watching all bug changes.