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

Keep scroll position of form editor and preview view in sync #39

Open
christian-konrad opened this issue Dec 13, 2022 · 1 comment
Open
Labels
backlog Queued in backlog enhancement New feature or request

Comments

@christian-konrad
Copy link

Is your feature request related to a problem? Please describe.

When working on larger forms, keeping the editor and preview in sync becomes frustrating since you have to scroll both views manually, and the items in the editor and preview are likely to be of different heights, which increases the difficulty.

Describe the solution you'd like

Keep scroll position of form editor and preview view in sync. There are multiple ways to do so:

  • if I have element A in the center of my viewport in the editor, it should also be in the center of my viewport in the preview
  • or the same but referring to the top/bottom of the viewport
  • scroll to the element in the preview only when I focus (click) an element in the editor

Priority

The priority of this issue is based on how complex forms become that are built with our tools—we recommend keeping forms short and precise, so probably we can ignore this.

@christian-konrad christian-konrad added the enhancement New feature or request label Dec 13, 2022
@pinussilvestrus
Copy link
Contributor

Related to bpmn-io/form-js#324

@vsgoulart vsgoulart added this to the HTO iteration 9 milestone Dec 13, 2022
@pinussilvestrus pinussilvestrus added the ready Ready to be worked on label Dec 15, 2022 — with bpmn-io-tasks
@christian-konrad christian-konrad removed the ready Ready to be worked on label Dec 20, 2022
@nikku nikku added the backlog Queued in backlog label Jan 6, 2023 — with bpmn-io-tasks
@Skaiir Skaiir removed their assignment Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants