Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bstrother1 opened this issue Jul 13, 2022 · 0 comments
Open
Labels
area/skia/text ✏️ difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries

Comments

@bstrother1
Copy link

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 bstrother1 added difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Jul 13, 2022
@jeromelaban jeromelaban added project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) and removed triage/untriaged Indicates an issue requires triaging or verification labels Aug 1, 2022
@MartinZikmund MartinZikmund changed the title [Skia] Datagrid editing field doesn't disappear when you scroll down [Skia] DataGrid editing field doesn't disappear when you scroll down Jul 31, 2023
@MartinZikmund MartinZikmund added project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries area/windows-community-toolkit 🎚️ Categorizes an issue or PR as relevant to the Windows Community Toolkit difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI area/commandbar Categorizes an issue or PR as relevant to CommandBar and removed difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jul 31, 2023
@ramezgerges ramezgerges self-assigned this Sep 26, 2023
@ramezgerges ramezgerges removed their assignment Feb 15, 2024
@MartinZikmund MartinZikmund added area/skia/text ✏️ and removed area/windows-community-toolkit 🎚️ Categorizes an issue or PR as relevant to the Windows Community Toolkit area/commandbar Categorizes an issue or PR as relevant to CommandBar labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/skia/text ✏️ difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/third-party 3️⃣ Categorizes an issue or PR as relevant to 3rd party libraries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants