Peter Wu
changed
bug 11031
What |
Removed |
Added |
CC |
|
[email protected]
|
Component |
Dissection engine (libwireshark)
|
Qt UI
|
Hardware |
x86
|
All
|
Summary |
Crash when defining SSL server key
|
Crash when adding a new SSL RSA key without password
|
OS |
Mac OS X 10.10
|
All
|
Comment # 6
on bug 11031
from Peter Wu
Looks like it is related to the way that Qt handles UAT changes. GTK+ always
iterates through all UAT fields and sets the values where Qt does it only when
the field is changed.
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 field)
- Pressing Enter does not stop editing.
- Empty values can be entered which will then be accepted (Try "Add" in the
SSL keys dialog without modifying fields).
- Validation errors are suppressed (what about showing these on the bottom of
the dialog?). (Examples: enter a passphrase for an unprotected key, it becomes
empty on focus change. Clear the value of the SSL protocol field, it will be
restored with no warning.)
You are receiving this mail because:
- You are watching all bug changes.