[Bug 1173907] Scan for wireless networks fails in Yast
https://bugzilla.suse.com/show_bug.cgi?id=1173907 https://bugzilla.suse.com/show_bug.cgi?id=1173907#c4 Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED --- Comment #4 from Steffen Winterfeldt <snwint@suse.com> --- Thanks! I've reproduced the issue, and found the cause: The allowed chars are (correctly) Yast::String.CPrint: https://github.com/yast/yast-network/blob/master/src/lib/y2network/widgets/w... which amounts to 'printable + whitespace: https://github.com/yast/yast-yast2/blob/master/library/types/src/modules/Str... which are defined here: https://github.com/yast/yast-yast2/blob/master/library/types/src/modules/Str... But - oops - SPACE_CHARS doesn't include the space char! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com