Results 67 issues of CodingNinja

### Describe the bug `hc:TextBlockAttach.AutoTooltip` does not work in `hc:SimpleText`, It works only in `TextBlock`. This does not make sense, after all, `hc:TextBlockAttach.AutoTooltip` and `hc:SimpleText` are from HandyControl. Also, it...

### Describe the bug `hc:WindowAttach.IsDragElement="True"` does not work when the window is maximized. ### Steps to reproduce the bug 1. Create a `` 2. Maximize the window 3. Try drag...

`ErrorTemplate` is not aligned with `TitleElement.TitleWidth`,but `HandyControl` is aligned. **HandyControls**: ![image](https://github.com/ghost1372/HandyControls/assets/7220248/62d52768-9ef3-4caf-8de5-f5182ef01d3f) **HandyControl**: ![image](https://github.com/ghost1372/HandyControls/assets/7220248/39dd9a58-5d1c-4c51-870d-c62ea8263351)

### Environment - Visual Studio version: [17.8.0、17.8.1] **(Older versions of Visual Studio don't have this problem)** - CodeMaid version: [12.0] - Code language: [XAML] ### Description Format-on-save feature causes xaml...

### Environment - Visual Studio version: 2022 - CodeMaid version: 12.0 - Code language: C# ### Description I enable: `Inserting a space before a single line comment`, For the most...

reproduced
bug
feature: cleaning

Like to `JsonPropertyOrderAttribute` to customize the order of fields in the database.

suggestion

### Describe the bug 移动鼠标指针到 `hc:TextBox` 的边缘(靠近 Clear 按钮处),发现 ClearButton 快速闪烁。 这个问题有些控件可以通过设置 `UseLayoutRounding=False` 来解决,但是这个方法对 `hc:TextBox` 无效。 ![动画](https://github.com/HandyOrg/HandyControl/assets/7220248/ab302d38-491a-4ce4-a19b-d6044c2788c0) ### 更新 我发现官方 Demo 也会有这个问题。 ![动画2](https://github.com/HandyOrg/HandyControl/assets/7220248/29037bf7-d162-4b7d-9963-4a1805763e5f) ### Steps to reproduce the bug ```xaml...

:ok_hand: accepted

### Describe the bug hc:TitleElement.MarginOnTheTop not found. ### Steps to reproduce the bug 重写 `TextBoxPlusTopTemplate` 样式时,发现缺少 `hc:TitleElement.MarginOnTheTop` 属性,但我看 GitHub 代码库中是存在的. ### Expected behavior _No response_ ### Screenshots _No response_ ###...

触发器似乎忘记处理 Title 了,导致界面整体禁用(`IsEnabled=False`)变灰后,Title 的文字仍然很显眼。 此问题包括 `ReadOnlyComboBox` 及任何支持 `hc:TitleElement.Title` 的控件。 https://github.com/HandyOrg/HandyControl/blob/babf40e59fe9e57eb185e4658ce46036610083f9/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L194

### Describe the bug If you click on a blank position or MenuItem, you need to click twice on the ContextMenuToggleButton to open the menu next time. ![动画2](https://github.com/HandyOrg/HandyControl/assets/7220248/5155b254-b40a-4e1b-80b9-31c4fd46924d) ### Steps...