Bug ID 1049595
Summary WrapperWidget does not show in a tab
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component YaST2
Assignee yast2-maintainers@suse.de
Reporter lszhu@suse.com
QA Contact jsrain@suse.com
Found By ---
Blocker ---

Created attachment 733079 [details]
Yast log

There is a WrapperWidget created in such code:

module Yast
  class ServiceTab < ::CWM::Tab
    include Yast::I18n
    include Yast::UIShortcuts
    def initialize
      self.initial = false
    end

    def contents
      VBox(    
        ::CWM::WrapperWidget.new(
            CWMFirewallInterfaces.CreateOpenFirewallWidget("services" =>
["service:sshd", "service:ntp"]),
              id: "firewall")
      )
    end

    def label
      _("Service")
    end
  end
end

I want to show a firewall widget in the tab in order to open a port, but
actually nothing shown, please see the attached screen shot service_tab.png

And the tabs layout turned to be quite compact, also can be seen in
service_tab.png. You can compare it with tabs.png

y2log also attached.

Thanks


You are receiving this mail because: