Menu

#2751 Chrome, Set hflex="1" to Datebox do not align with Textbox

5.0.7
closed-fixed
nobody
5
2011-07-01
2011-06-30
jimmy shiau
No

<zk>
<separator></separator>
<grid hflex="min">
<columns>
<column hflex="min" align="right" />
<column hflex="min" />
</columns>
<rows>
<row>
<label value="Name:" />
<textbox />
</row>
<row>
<label value="Birthday:" />
<datebox hflex="1" />
</row>
</rows>
</grid>
<grid hflex="min">
<columns>
<column hflex="min" align="right" />
<column hflex="min" />
</columns>
<rows>
<row>
<cell>
<label value="Name:" />
</cell>
<cell>
<textbox />
</cell>
</row>
<row>
<cell>
<label value="Birthday:" />
</cell>
<cell>
<datebox hflex="1" />
</cell>
</row>
</rows>
</grid>
</zk>

Discussion

  • Simon Pai

    Simon Pai - 2011-07-01

    Fixed since 20011/7/1.

    Work-around:
    <style>
    input.z-textbox {
    margin: 0;
    }
    </style>

     
  • Simon Pai

    Simon Pai - 2011-07-01
    • summary: Chrome ,Set hflex="1" to Datebox do not align with Textbox --> Chrome, Set hflex="1" to Datebox do not align with Textbox
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB