Dmitrii Drobotov
Dmitrii Drobotov
We'll create a new PR once we get around to it and use this one as a starting point.
@Tanya-Solyanik smaller changes from this PR are already implemented: https://github.com/dotnet/winforms/blob/ea36ea9229ef001ffe21629d1c4e2fb3047a04f9/src/System.Windows.Forms/src/System/Windows/Forms/TextBoxBase.cs#L1581-L1587 Instead of `IsHandleCreated` there are owner existence checks, but I think it's equivalent: https://github.com/dotnet/winforms/blob/ea36ea9229ef001ffe21629d1c4e2fb3047a04f9/src/System.Windows.Forms/src/System/Windows/Forms/TextBoxBase.TextBoxBaseUiaTextProvider.cs#L101-L103 https://github.com/dotnet/winforms/blob/ea36ea9229ef001ffe21629d1c4e2fb3047a04f9/src/System.Windows.Forms/src/System/Windows/Forms/TextBoxBase.TextBoxBaseUiaTextProvider.cs#L137-L140 The part with unlinking TextBox...
@Menelion - to track current progress on the issue, we've added check boxes and links to work items for each of the problems in the description. Also, to clarify the...
> @dmitrii-drobotov can you confirm if there is work for us here? Sure, will take a look.
@NikitaSemenovAkvelon - do you think we could reuse the same approach as in #8507 for this issue?
@kranid Thanks for testing, I can also reproduce this issue. I guess we have to go through all possible word locations near the offset, something like the following: ``` def...
@RafaelFernandesBR Hi, from what I can tell, Sonic uses Qt for the user interface, and this NVDA issue only affects Java applications, so it must be a different problem. I...
The issue should be fixed in Android Studio Ladybug 2024.1.3 Canary 3 (https://androidstudio.googleblog.com/2024/07/android-studio-ladybug-202413-canary-3.html), and will be available sometime later in the Android plugin for IntelliJ IDEA 2024.2 version.
Hi @aaryan-kumar, I need some help understanding the issue. For example, for the following text: ``` 1 2 3 ``` If I place the cursor after character 1 and press...
Thanks for clarifying! I can take a look, but as I remember, this part of Java Access Bridge API is quite limited, so it might be not that simple to...