After saving a record, the view jumps back to the top of the class - can it stay where I left of? #344
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hopefully I can articulate what I mean:
Often I find myself retrospectively adding properties to all records of a class - e.g., adding a homepage to all preexisting XYZProject records. When the list is long, and I've already worked myself down to a certain depth, saving a record will always take me back to the top of my record list. Is there a way it could stay at the last edited record?
Yes, this can be done. TODO.
This is turning out to be more complicated that I thought it would be. I actually tried and forgot about this before. The challenge is that there or many containers inside containers inside containers, and these are rendered dynamically (by design) in the vue app. So one needs to access the correct container and scroll it relative to its parent. Or rather, one should stop the automatic brute force scrolling that currently happens.