Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable 1px solid yellow outline for text widgets #1017

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

BigRoy
Copy link
Contributor

@BigRoy BigRoy commented Feb 17, 2025

Description of changes

Disables yellow outline around text fields if the value is 'initialized' yet does not match the current text fields value.
This seems to be confusing the users often, without actually representing an issue.

Technical details

Fix #593

Additional context

This may actually be hiding another issue because we may just be invalidly doing the comparison on whether something matches the value or not (e.g. null versus empty strings or alike?)

Do we just want to avoid setting the border for now? Or actually figure out why we're flagging some text widgets?

@BigRoy BigRoy added the type: enhancement Improvement of existing functionality or minor addition label Feb 17, 2025
@BigRoy BigRoy requested a review from Innders February 17, 2025 09:30
@BigRoy BigRoy self-assigned this Feb 17, 2025
@Innders Innders marked this pull request as ready for review February 17, 2025 09:31
@Innders Innders added type: bug Something isn't working and removed type: enhancement Improvement of existing functionality or minor addition labels Feb 17, 2025
@Innders Innders merged commit 3f12465 into ynput:develop Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New projects: Yellow boxes
2 participants