-
Bug
-
Resolution: Fixed
-
Major
-
Freshly, 9.5.0
-
Security Level: Jimmy
Steps to Reproduce
run on a mobile device or using mobile emulation in chrome
<zk> <window border="normal" title="window tablet styles" closable="true" width="300px" height="300px" maximizable="true"> using the tablet styles the buttons are missing not at the top right </window> <window border="normal" closable="true" width="300px" height="300px" maximizable="true"> <caption label="workaround using caption"/> workaround </window> </zk>
Current Result
the window icons are not right aligned
Expected Result
icons aligned to the right
Debug Information
the icons wrapper div.z-window-icons is missing
window-touch.js overrides redraw method to add cave2 for iScroll
Workaround
instead of title="test" use <caption label="test">
- relates to
-
ZK-4598 Enhance the accessibility of components by following WCAG 2.0
- Closed