0

Bug Tabbox

asked 2022-06-30 17:04:46 +0800

IlHam13 gravatar image IlHam13
1

Hello. In the zul.file I use a tabbox of two tabpanels. If there are no spaces in the text <tab/>, then its <tabpanel/> is displayed correctly - it is placed in the window. If there is a text with a space in the <tab/>, then its <tabpanel/> is not displayed in the window. Is this a ZK bug?

The option works:

    <tabbox orient="left" width="100%">
        <tabs hflex="min" >
            <tab  label="1"/>
            <tab  label="2222222222222222222"/>
        </tabs>
        <tabpanels style="border:2px solid red">
            <tabpanel>
                tabpanel1
            </tabpanel>
            <tabpanel>
                tabpanel1
            </tabpanel>
        </tabpanels>
    </tabbox>

</zk>

The option does not work:

    <tabbox orient="left" width="100%">
        <tabs hflex="min" >
            <tab  label="1"/>
            <tab  label="22222222 22222222222"/>
        </tabs>
        <tabpanels style="border:2px solid red">
            <tabpanel>
                tabpanel1
            </tabpanel>
            <tabpanel>
                tabpanel1
            </tabpanel>
        </tabpanels>
    </tabbox>

</zk>

delete flag offensive retag edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2022-06-30 17:04:46 +0800

Seen: 3 times

Last updated: Jun 30 '22

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More