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

feat: allow re-ordering pages #286

Open
batonac opened this issue Jun 15, 2024 · 7 comments
Open

feat: allow re-ordering pages #286

batonac opened this issue Jun 15, 2024 · 7 comments

Comments

@batonac
Copy link
Contributor

batonac commented Jun 15, 2024

The new pages are awesome! I'm so excited. These two capabilities would really make it shine.

@maharshivpatel
Copy link
Collaborator

@batonac moving elements across pages is allowed just press cmd/ctrl. ordering can be good addition

@batonac
Copy link
Contributor Author

batonac commented Jun 17, 2024

Thanks for the tip @maharshivpatel. Ctrl+Click does indeed appear to do the trick, but the moved elements are obviously never registered on the new page. They are both hidden by their z-index initially, and any subsequent moves (after the Ctrl+Click move) jump them back onto the original page:

Designer Page Elements

@maharshivpatel
Copy link
Collaborator

@batonac yeah, it's doesn't work sometimes. there is some edge case will fix that. In meantime you can ctrl+a to get them in front of the page and then hold ctrl and move again then they should stay in the page.

@batonac
Copy link
Contributor Author

batonac commented Jun 17, 2024

Unfortunately, the multiple-Ctrl-move trick isn't working for me. As you can see from the 18 in Y in this screenshot, the element is anchored to the first page, regardless of where I place it on the second page.
image

@maharshivpatel
Copy link
Collaborator

@batonac doesn't happen on my formats 😅. If you don't mind can you share your format. i have faced this same issue in the past but unable to replicate it as of now.

@maharshivpatel
Copy link
Collaborator

@batonac i think it is because your element is not 100% inside body of page it is on top of header. can you try with smaller element that you can be sure in inside body of second page and not overlapping with header.

@batonac
Copy link
Contributor Author

batonac commented Jun 19, 2024

That could be true @maharshivpatel. Moving elements across pages is working for me as of the latest release.

@batonac batonac changed the title feat: allow re-ordering pages and moving elements among pages. feat: allow re-ordering pages Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants