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

Bug when hovering on children inside hovercard #5928

Open
CoderDake opened this issue Jun 19, 2023 · 1 comment
Open

Bug when hovering on children inside hovercard #5928

CoderDake opened this issue Jun 19, 2023 · 1 comment
Assignees
Labels
fix it friday P2 important to work on, but not at the top of the work list.

Comments

@CoderDake
Copy link
Contributor

Screenshot 2023-06-19 at 4 50 16 PM
Reproduction

  • hover over any element element
  • hover over _parent or any of the other fields below
  • bug should occur
flutter: [ERROR]: [FlutterError]: Cannot hit test a render box that has never been laid out.
The hitTest() method was called on this RenderBox: _RenderDeferredLayoutBox#e536c NEEDS-LAYOUT NEEDS-PAINT:
  needs compositing
  creator: _DeferredLayout ← _OverlayPortal ← OverlayPortal ← Tooltip ← DevToolsTooltip ← DisplayProvider ← Expanded ← Row ← Padding ← Container ← _TreeViewItem<DartObjectNode> ← RepaintBoundary ← ⋯
  parentData: not positioned; offset=Offset(0.0, 0.0)
  constraints: MISSING
  size: MISSING
Unfortunately, this object's geometry is not known at this time, probably because it has never been laid out. This means it cannot be accurately hit-tested.
If you are trying to perform a hit test during the layout phase itself, make sure you only hit test nodes that have completed layout (e.g. the node's children, after their layout() method has been called).
Another exception was thrown: Cannot hit test a render box that has never been laid out.
Another exception was thrown: 'package:flutter/src/rendering/mouse_tracker.dart': Failed assertion: line 205 pos 12: '!_debugDuringDeviceUpdate': is not true.
@CoderDake
Copy link
Contributor Author

This is unrelated to Multi view so I'm removing this from the project to keep the skope down.

@CoderDake CoderDake added the P2 important to work on, but not at the top of the work list. label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix it friday P2 important to work on, but not at the top of the work list.
Projects
None yet
Development

No branches or pull requests

2 participants