Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
purescript-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 140
    • Issues 140
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • purescript-gargantext
  • Issues
  • #725

Closed
Open
Opened Jan 03, 2025 by Fabien Maniere@fmaniere
  • Report abuse
  • New issue
Report abuse New issue

[Locate in tree] Complete the button action behaviour

Summary

Following the #717 (closed) issue: consider that the current node is not visible in the tree because you have closed its parent (while browsing), then clicking on "Locate in tree" does nothing.

Steps to reproduce

  • open any node
  • then close the current parent's node in the tree
  • click on "Locate in tree"

What is the current bug behavior?

Described in summary.

What is the expected correct behavior?

Clicking on the button should (re)open the current node parent(s) before focusing on the node element in tree.

Relevant logs and/or screenshots

We are talking about this button:
image

Possible fixes

One way to resolve: modify the openNodesInsert (there's an example in https://gitlab.iscpif.fr/gargantext/purescript-gargantext/blob/dev/src/Gargantext/Components/Forest/Breadcrumb.purs, line 253

Edited Jan 03, 2025 by Fabien Maniere
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/purescript-gargantext#725