https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16510

Guy Harris <ghar...@sonic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |IN_PROGRESS

--- Comment #2 from Guy Harris <ghar...@sonic.net> ---
Switching the input focus from a QLineEdit whose text neither passes nor fails
the validator - i.e., it's "Intermediate" - to another widget is permitted, and
it leaves the invalid, err, sorry, "intermediate" value in the widget.  This
means the user can fill in enough values to make the dialog valid and click the
"Start" button, causing the err, umm, "intermediate" value to be passed to the
extcap module.

It also means the background isn't red if the value is invalid.

Adding a check of the validator in the isValid method fixes that.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to