-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.1
-
None
Steps to Reproduce
Can reproduce in Chrome 125%, Safari 150%, Firefox 200%
zoom in, refresh page
<zk> <window width="100%"> <grid> <columns> <column label="column"/> </columns> <rows> <row> <label value="cell"/> </row> </rows> <foot> <footer label="footer"/> </foot> </grid> <listbox> <listhead> <listheader label="column"/> </listhead> <listitem> <listcell label="cell"/> </listitem> </listbox> <tree> <treecols> <treecol label="column"/> </treecols> <treechildren> <treeitem> <treerow> <treecell label="cell"/> </treerow> </treeitem> </treechildren> </tree> </window> </zk>
Current Result
MeshWidget has unwanted margin at right side
Expected Result
MeshWidget should not have unwanted margin
- relates to
-
ZK-4483 modal mask not covering whole scrollable area
- Closed