Reporter |
|
---|---|
Created | Jan 23, 2017 9:02:23 PM |
Updated | Apr 9, 2018 3:25:36 PM |
Resolved | Apr 6, 2018 6:01:57 PM |
Subsystem | UI |
Assignee | Daniel Degtyarev (daniel.degtyarev) |
Priority | Critical |
State | Fixed |
Type | Cosmetics |
Fix version | 2018.1 |
Affected versions | No Affected versions |
Fixed In Version ReSharper | 2018.1 EAP 7 |
VsVersion | All Versions |
Currently we have the following problems:
1. There are four comboboxes, each in its own style: EnumValueEditorView, FlaggedEnumValueEditorView (uses JetBrains.UI.Controls.Common.ComboBox), SeverityComboBox (used from CodeStylePageView), OrderedItemCollectionEditorView
2. There is also a NumericValueEditorView, which also has arrows (up and down), and ideally those arrows should have common style with combo boxes.
3. All controls (mentioned above + BoolValueEditorView, SimpleStringValueEditorView) ideally should modify (or do not modify) background color on disabling in the same way. Currently some comboboxes set Opacity to 0.65 on disable, which modifies background color. Other controls do not modify background color on disabling. To reproduce the issue, create a simple .editorconfig (for example, take one which lives in the root folder of R#/dotnet solution) and go to C# Tabs and indents page and try to turn on/off the checkbox called "Use indent style and size from VS".
1. There are four comboboxes, each in its own style: EnumValueEditorView, FlaggedEnumValueEditorView (uses JetBrains.UI.Controls.Common.ComboBox), SeverityComboBox (used from CodeStylePageView), OrderedItemCollectionEditorView
2. There is also a NumericValueEditorView, which also has arrows (up and down), and ideally those arrows should have common style with combo boxes.
3. All controls (mentioned above + BoolValueEditorView, SimpleStringValueEditorView) ideally should modify (or do not modify) background color on disabling in the same way. Currently some comboboxes set Opacity to 0.65 on disable, which modifies background color. Other controls do not modify background color on disabling. To reproduce the issue, create a simple .editorconfig (for example, take one which lives in the root folder of R#/dotnet solution) and go to C# Tabs and indents page and try to turn on/off the checkbox called "Use indent style and size from VS".