A cross-platform UI framework for .NET
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Demasi
8e8972aabf
Make TextBox.PlaceholderText accessible ( #20714 )
* Implement -accessibilityPlaceholderValue on macOS
macOS uses a unique -accessibilityPlaceholderValue property for the
placeholder of a text field; -accessibilityHelp has different meaning from
HelpText on Windows. Map TextBox.PlaceholderText to be returned by
-accessibilityPlaceholderValue.
Ref: https://www.w3.org/TR/core-aam-1.2/#ariaPlaceholder
* Use TextBox placeholder as a fallback for HelpText on Windows
This matches the behavior introduced in 8593ef3 on macOS, as this is where
UIA designates that placeholder text should go.
Ref: https://www.w3.org/TR/core-aam-1.2/#ariaPlaceholder
1 month ago
..
AutomationPage.axaml
Make TextBox.PlaceholderText accessible (#20714)
1 month ago
AutomationPage.axaml.cs
Implemented AutomationProperties.LiveSetting (#20473)
2 months ago
ButtonPage.axaml
Refactor integration test app paging (#16551)
2 years ago
ButtonPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
CheckBoxPage.axaml
Refactor integration test app paging (#16551)
2 years ago
CheckBoxPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
ComboBoxPage.axaml
Refactor integration test app paging (#16551)
2 years ago
ComboBoxPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
ContextMenuPage.axaml
Refactor integration test app paging (#16551)
2 years ago
ContextMenuPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
DesktopPage.axaml
Refactor integration test app paging (#16551)
2 years ago
DesktopPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
DragDropPage.axaml
[Avalonia.Native] Use relative placement for detecting drag and drop locations. (#20280)
3 months ago
DragDropPage.axaml.cs
[Avalonia.Native] Use relative placement for detecting drag and drop locations. (#20280)
3 months ago
EmbeddingPage.axaml
Release implicit mouse capture on focus lost (#20574)
2 months ago
EmbeddingPage.axaml.cs
Release implicit mouse capture on focus lost (#20574)
2 months ago
GesturesPage.axaml
Refactor integration test app paging (#16551)
2 years ago
GesturesPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
ListBoxPage.axaml
Refactor integration test app paging (#16551)
2 years ago
ListBoxPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
MenuPage.axaml
Refactor integration test app paging (#16551)
2 years ago
MenuPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
PointerPage.axaml
Refactor integration test app paging (#16551)
2 years ago
PointerPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
RadioButtonPage.axaml
Refactor integration test app paging (#16551)
2 years ago
RadioButtonPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
ScreensPage.axaml
Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303)
2 months ago
ScreensPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
ScrollBarPage.axaml
Refactor integration test app paging (#16551)
2 years ago
ScrollBarPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
SliderPage.axaml
Refactor integration test app paging (#16551)
2 years ago
SliderPage.axaml.cs
Refactor integration test app paging (#16551)
2 years ago
WindowDecorationsPage.axaml
Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303)
2 months ago
WindowDecorationsPage.axaml.cs
Fixes/osx thick titlebar pointer events streaming, (tabs interface) #15696 (#19320)
8 months ago
WindowPage.axaml
Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303)
2 months ago
WindowPage.axaml.cs
Restore integration tests (#20296)
3 months ago