Bug ID 1046619
Summary role selection help looks bad
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.3
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component YaST2
Assignee yast2-maintainers@suse.de
Reporter lnussel@suse.com
QA Contact jsrain@suse.com
Found By ---
Blocker ---

the help text in the role selection dialog looks bad on Leap.

src/lib/installation/system_role_reader.rb roles_help_text() just joins labels
and descriptions with line feeds. The widget displays some sort of html though
that just ignores line feeds. So this should either be changed to produce some
sensible output like

label1:
  description1

label2:
  description2

or not merge the label/descripion items into the help text at all.


You are receiving this mail because: