uno icon indicating copy to clipboard operation
uno copied to clipboard

[Skia] `DataGrid` editing field doesn't disappear when you scroll down

Open bstrother1 opened this issue 2 years ago • 0 comments

Current behavior

Currently When you enter editing mode and scroll down the editing field remains visible

Before Editing: BeforeEditScrollGrid

Begin Editing: AsEditingScrollGrid

Scrolled Down while field is still in editing mode: AsEditingScrolledDown

This project is reused from another ticket and is the same one the screenshots came from:

DataGridResizeIncorrect.zip

Expected behavior

For field not to show when scrolling down.

How to reproduce it (as minimally and precisely as possible)

-Make Project -Make Datagrid -Enter Editing Mode -Scroll down

Workaround

n/a or disable editing (but then you wouldn't be able to edit)

Works on UWP/WinUI

Yes

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia

NuGet package version(s)

WPF: PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="5.0.0" PackageReference Include="ReactiveUI.Fody" Version="16.3.10" / PackageReference Include="ReactiveUI.Uno" Version="16.3.10" PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="11.0.1" PackageReference Include="Splat.Microsoft.Extensions.Logging" Version="9.5.13" PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" PackageReference Include="Uno.Core" Version="4.0.1" PackageReference Include="Uno.Microsoft.Toolkit" Version="7.1.10-gf3d2516805" PackageReference Include="Uno.Microsoft.Toolkit.Uwp" Version="7.1.0-build.45.gd2e4192c8c" PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI" Version="7.1.0-build.45.gd2e4192c8c" PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls" Version="7.1.0-build.45.gd2e4192c8c" PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.DataGrid" Version="7.1.0-build.45.gd2e4192c8c" PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Layout" Version="7.1.0-build.45.gd2e4192c8c" PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity" Version="2.0.5" PackageReference Include="Uno.UI" Version="3.11.6" PackageReference Include="Uno.UI.RemoteControl" Version="3.11.6" Condition="'$(Configuration)'=='Debug'" PackageReference Include="Uno.UI.Skia.Wpf" Version="3.11.6"

but it happens on the latest build as well

Affected platforms

Skia (WPF)

IDE

Visual Studio 2022

IDE version

17.2.0 Preview 3.0

Relevant plugins

n/a

Anything else we need to know?

No response

bstrother1 avatar Jul 13 '22 18:07 bstrother1