-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: π char ghosting when edit text (#2560) #3043
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3043 +/- ##
=======================================
Coverage 33.19% 33.19%
=======================================
Files 274 274
Lines 17790 17790
Branches 3842 3842
=======================================
Hits 5906 5906
Misses 11477 11477
Partials 407 407
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what scenarios does char ghosting occur?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your solution does solve the ghost problem,There are two small improvements:
- Add a determination of whether setText is a function
- The setText is extracted from the common method because the file uses the same functionality in two places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's right
|
π This PR is included in the following release π Thanks for being a part of the AntV community! πͺπ― |
|
π This PR is included in the following release π Thanks for being a part of the AntV community! πͺπ― |
|
π This PR is included in the following release π Thanks for being a part of the AntV community! πͺπ― |
|
π This PR is included in the following release π Thanks for being a part of the AntV community! πͺπ― |
Description
edit status char ghosting.
clear display value when edit status because char ghosting.
Motivation and Context
Types of changes
Self Check before Merge