jmix
jmix copied to clipboard
Incorrect TextField inline-icon alignment
Sample project: https://github.com/izumi-jmix/icon-and-font-size
Steps to reproduce:
- Change caption position of a
<form id="form" dataContainer="userDc" captionPosition="TOP">
- Add a <textField>, bound it to a property. Also add an icon and "inline-icon" stylename, like:
<textField id="usernameField" property="username" editable="false"
icon="CHECK_CIRCLE" stylename="inline-icon"/>
- Change size at theme settings to "Small", or, at least "Medium".
- Bug sample:
Notes:
- Margin-top of icon is not scaled, depending on theme-size. Probably it is the source of the problem.