-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: 2108.0 Canary - Cannot set text of a button in designer #225
Comments
@Wagnerp WTF What is this persistent text thing attempting to do? |
The above is triggered in the designer when a user sets the text of a button, and then it is replaced during an |
The above functionality should be in the extended suite, it's nothing to do with standard "Operations" of a button ! |
Will do. |
Can you wait a bit, as I'm implementing a fix/solution :) |
Fixed in build 2109 |
@Wagnerp Can this be placed into Canary 2108.1 please ? |
To Reproduce
Add KryptonButton to form
Type something in the text
Tab off
Expected:
Actual:
Additional context
Sigh...
If you go into the Forms designer of a normal button and check out the editor then it has the following:
[Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof (UITypeEditor))]
What has been done in the 2108 version is to remove everything after
MultilineStringEditor
Will need to perform a "Search and replace" to put it back, and then retest in net5 / net 6 to see if it the same.
The text was updated successfully, but these errors were encountered: