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

datagrid_page F5 to refresh error:JS object instance with ID 2 does not exist (has it been disposed?) #1036

Open
19caiji opened this issue Nov 29, 2023 · 3 comments
Labels
area:maui A MAUI/WebView-specific issue status:blocked Any issue blocked by another

Comments

@19caiji
Copy link

19caiji commented Nov 29, 2023

platform:net8.0
library:Blazor Hybrid
nuget:Microsoft.AspNetCore.Components.WebView 8.0
error info:
image
image

@vnbaaij
Copy link
Collaborator

vnbaaij commented Nov 29, 2023

Sorry, but this contains absolutely nothing that we can reproduce or respond to. Closing this

@vnbaaij vnbaaij closed this as completed Nov 29, 2023
@michelmoorlag
Copy link

@vnbaaij I have the same issue and have a sample solution to reproduce this. I have more details:

🐛 Bug Report

I have a page with a FluentDataGrid and a reload button. This runs fine on web but when I hit the reload button while running on Android in a Maui hybrid app I get this error: Error: JS object instance with ID 3 does not exist (has it been disposed?).

💻 Repro or Code Sample

Sample.zip

🤔 Expected Behavior

I would expect I can reload the page running on Android without errors, just like in web

😯 Current Behavior

When I run the sample application in Maui on a android simulator and hit the reload button I get this error:

chromium] [INFO:CONSOLE(1)] "JS object instance with ID 3 does not exist (has it been disposed?).
[chromium] Error: JS object instance with ID 3 does not exist (has it been disposed?).
[chromium] at w (https://0.0.0.0/_framework/blazor.webview.js:1:5273)
[chromium] at https://0.0.0.0/_framework/blazor.webview.js:1:3044
[chromium] at new Promise ()
[chromium] at g.beginInvokeJSFromDotNet (https://0.0.0.0/_framework/blazor.webview.js:1:3007)
[chromium] at External.__callback (https://0.0.0.0/_framework/blazor.webview.js:1:48020)
[chromium] at MessagePort. (:23:21)
[chromium] at Microsoft.JSInterop.JSRuntime.d__161[[Microsoft.JSInterop.Infrastructure.IJSVoidResult, Microsoft.JSInterop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].MoveNext() [chromium] at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference jsObjectReference, String identifier, Object[] args) [chromium] at Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid1.d__123[[ParentCom.Shared.Components.Pages.Home.Person, ParentCom.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
[chromium] at Microsoft.AspNetCore.Components.RenderTree.Renderer.<>c__DisplayClass85_0.<g__HandleAsyncExceptions|1>d.MoveNext()", source: https://0.0.0.0/_framework/blazor.webview.js (1)

💁 Possible Solution

Do not use the FluentDataGrid

🔦 Context

The user can change the language (localization) and therefore the page needs to be reloaded. I would like the possiblity to change language on every page, also the ones with the a FluentDataGrid.
Not sure if this is a Fluentui problem though. QuickGrid seem to have the same issue:
dotnet/aspnetcore#52119
Is the FluentGrid based on QuickGrid?

🌍 Your Environment

OS: Windows 11
VS: Version 17.9.5
Browser: Chrome Versie 123.0.6312.105 (Officiële build) (64-bits)
.Net 8.0.202
Microsoft.FluentUI.AspNetCore.Components 4.6.0
Android Pixel 5 api 33 emulator, but i have noticed it on other Android devices/api's too.

@vnbaaij
Copy link
Collaborator

vnbaaij commented Apr 17, 2024

Yes, FluentDataGrid is a QuickGrid in disguise. I'm reopening the issue (as blocked) so we can keep an eye on this MAUI issue you linked to.

@vnbaaij vnbaaij reopened this Apr 17, 2024
@vnbaaij vnbaaij added status:blocked Any issue blocked by another area:maui A MAUI/WebView-specific issue labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:maui A MAUI/WebView-specific issue status:blocked Any issue blocked by another
Projects
None yet
Development

No branches or pull requests

3 participants