After saving a record, the view jumps back to the top of the class - can it stay where I left of? #344

Open
opened 2026-03-06 12:12:31 +00:00 by adina · 2 comments
Owner

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?

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?
Owner

Yes, this can be done. TODO.

Yes, this can be done. TODO.
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
orinoco/shacl-vue#344
No description provided.