Skip to content

Testing result of Pull Request #14887: Fixed the issue where text in controls such as TextBox and ComboBox was obscured at the bottom #15018

Description

@Olina-Zhang

Testing Result

We completed another round of validation for the latest PR #14887 updates across multiple DPI settings.

Overall, the changes show significant improvement compared to previous builds. Most of the issues reported during earlier validation have been addressed. The updated controls remain slightly taller than their Classic-mode counterparts, but excessive internal whitespace has been reduced considerably. In addition, the related controls now maintain a consistent height, resulting in a more uniform and visually aligned appearance across the control set.

Validation across different DPI configurations have following two issues remaining.

Issues

Issue 1: ComboBox text appears vertically misaligned in DropDown mode, repro on all DPI values: 100%DPI ~ 300%DPI --- Fixed

When using a ComboBox with DropDownStyle = DropDown, the text appears positioned too close to the top edge of the editable area. As a result, there is noticeably more empty space below the text than above it.
The text is not visually centered within the editable portion of the control, creating an unbalanced appearance.

ComboBox with DropDownStyle = DropDown on 300%DPI:

Image

ComboBox with DropDownStyle = DropDown on 100%DPI:

Image

Issue 2: DataGridViewTextBoxEditingControl displays border artifacts at bottom when editing a cell under VisualStylesMode: NET11

Repro on 100%DPI, 125%DPI,

Image

Not repro on 150%DPI ~ 300%DPI

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

internal-validationFindings identified during internal validation and testing before public issue tracking

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions