Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.2
-
None
Description
Hello! A visual bug has been identified where the top or bottom border of a TextField is rendered incorrectly in the following cases:
Condition 1:
- TextField is used as contentItem in a Dialog.
- TextField has an odd value for implicitHeight.
- The Dialog has a centerIn anchor (centered relative to its parent).
Condition 2:
- TextField is used as contentItem in a Dialog.
- TextField has any value for implicitHeight.
- The Dialog has a header with an odd value for implicitHeight.
- The Dialog has a centerIn anchor (centered relative to its parent).
May be exists other conditions, but i use these cases.