[Bug]: 2108.0 Canary - Cannot set text of a button in designer
See original GitHub issueTo Reproduce Add KryptonButton to form Type something in the text Tab off Expected:
- Text to appear in the button Actual:
- Button text remains the same
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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Cannot set button text to "<<<"
I'm trying to set the text of a button to "<<<" from my xml but I get an "Error:(20) Error parsing XML: not...
Read more >Button.text property does not change visible text of a button
Possible bug. Once the text of a button is created it cannot be changed. var button = BABYLON.GUI.Button.
Read more >Standard-Toolkit/Documents/Help/Changelog.md at master
Note: unknown can still be set when deleting selected node; Resolved #774, ... text programatically; Resolved #225, Cannot set text of a button...
Read more >Can't figure out why form button text is not showing - Bugs
Hey guys, it's such a simple problem, but I can't seem to figure it out. I added a Form Button to our Contact...
Read more >Changelog | Cypress Documentation
Fixed an issue where using Cypress.require() would throw the error Cannot find ... Added a new clear button to easily clear the search...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Smurf-IV
Might have been something I was playing with about the KManager’s action button’s text. I thought I had put a
bool
value in to disable this feature. Can be removed.The above is triggered in the designer when a user sets the text of a button, and then it is replaced during an
OnPaint