Skip to content

SFDataGrid horizontal scroll throws exception #1743

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

Closed
berslen opened this issue Mar 18, 2024 · 2 comments
Closed

SFDataGrid horizontal scroll throws exception #1743

berslen opened this issue Mar 18, 2024 · 2 comments
Labels
data grid Data grid component

Comments

@berslen
Copy link

berslen commented Mar 18, 2024

Aftera adding 3 frozen columns, and set column fit mode to fitbycolumnName (or auto). horizonral scroll throws the following exception.

════════ Exception caught by animation library ═════════════════════════════════
The following assertion was thrown while notifying status listeners for AnimationController:
'package:flutter/src/widgets/overlay.dart': Failed assertion: line 1544 pos 14: '_zOrderIndex != null': is not true.

Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub:
https://github.com/flutter/flutter/issues/new?template=2_bug.yml

When the exception was thrown, this was the stack:
#2 OverlayPortalController.hide (package:flutter/src/widgets/overlay.dart:1544:14)
overlay.dart:1544
#3 TooltipState._handleStatusChanged (package:flutter/src/material/tooltip.dart:482:28)
tooltip.dart:482
#4 AnimationLocalStatusListenersMixin.notifyStatusListeners (package:flutter/src/animation/listener_helpers.dart:240:19)
listener_helpers.dart:240
#5 AnimationController._checkStatusChanged (package:flutter/src/animation/animation_controller.dart:850:7)
animation_controller.dart:850
#6 AnimationController._tick (package:flutter/src/animation/animation_controller.dart:866:5)
animation_controller.dart:866
#7 Ticker._tick (package:flutter/src/scheduler/ticker.dart:258:12)
ticker.dart:258
#8 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1386:15)
binding.dart:1386
#9 SchedulerBinding.handleBeginFrame. (package:flutter/src/scheduler/binding.dart:1233:11)
binding.dart:1233
#10 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:633:13)
compact_hash.dart:633
#11 SchedulerBinding.handleBeginFrame (package:flutter/src/scheduler/binding.dart:1231:17)
binding.dart:1231
#12 SchedulerBinding._handleBeginFrame (package:flutter/src/scheduler/binding.dart:1148:5)
binding.dart:1148
#16 _invoke1 (dart:ui/hooks.dart:330:10)
hooks.dart:330
#17 PlatformDispatcher._beginFrame (dart:ui/platform_dispatcher.dart:361:5)
platform_dispatcher.dart:361
#18 _beginFrame (dart:ui/hooks.dart:272:31)
hooks.dart:272
(elided 5 frames from class _AssertionError and dart:async)

The AnimationController notifying status listeners was: AnimationController#35d3c(⏮ 0.000; paused)

@VijayakumarMariappan VijayakumarMariappan added data grid Data grid component open Open labels Mar 19, 2024
@abineshPalanisamy
Copy link

Hi @berslen ,

Based on the information you have provided, we have been unable to reproduce the reported issue on our end. In order to further investigate the problem, we kindly request that you provide us with the specific sample that is causing the issue. Additionally, please provide the SfDataGrid and Flutter versions, as well as the platform on which you are facing the issue. This will greatly help us understand your requirements and provide you with an appropriate solution as quickly as possible.

Regards,
Abinesh P

@ashok-kuvaraja ashok-kuvaraja added waiting for customer response Cannot make further progress until the customer responds. and removed open Open labels Mar 19, 2024
@ashok-kuvaraja
Copy link
Collaborator

Hi @berslen,

We hope that the reported issue is resolved in your end. We are closing this issue now. If you need any further assistance, kindly reopen this ticket. We are always happy to help you.

Regards,
Ashok K

@ashok-kuvaraja ashok-kuvaraja removed the waiting for customer response Cannot make further progress until the customer responds. label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data grid Data grid component
Projects
None yet
Development

No branches or pull requests

4 participants