-
Notifications
You must be signed in to change notification settings - Fork 434
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
[Bug] Copying a page to another document moves images to layer 1000000 #1167
Comments
Thanks for reporting. I assume this bug is not new with 1.7.2, but here since many years. You have the same effect when you even drag the page to the same document. However if I check the SVG files, I cannot see those strange z-values. The original page and the copy are identical besides the UUID of the page. And actually: when I close and re-open OpenBoard, then the z-values are ok! My analysis:
So the fix should be in the clone function of the scene. We have to set the Edit and additional note: OpenBoard has several places where a scene is copied using different mechanisms. There is e.g. also a |
@qqqqqqqqq9: just out of curiosity: why and how do you use the AUR package to build for Tumbleweed? And BTW: 1.7.2 is now also in the official Tumbleweed repo! See https://software.opensuse.org/package/OpenBoard?search_term=openboard and here in the build service https://build.opensuse.org/package/show/openSUSE:Factory/OpenBoard for how the official package is built. This build also includes the patch from PR #1165 to mitigate bug #1164 and others for all Wayland users. |
As to why
As to how: Thanks for the hint with official packages. |
Thanks for the insights!!
Did you know that you could easily create a RPM package using If you add this command
This should probably go to another issue. When I find time I could write a Discussion topic about this. Short ansers: Customizing is limited. And symlinks? Not intentional. I have to test this. |
Thanks for the cpack hint. |
Describe the bug
Copying a page to another document moves images to layer 1000000
To Reproduce
Expected behavior
The images should be in Layer 1 and 2, respectively.
Actual behavior
The images are in Layer 1e+6.
Is there a way to move to a layer specific layer?
Doing so by clicking takes a looooong time.
Context
systematic
1.7.2
1.6.4
1.7.0
1.7.1a-x.y.z
Linux
Windows
macOS
I built from Source on opensuse using
https://aur.archlinux.org/packages/openboard
as template. (qt6)
Additional context
The text was updated successfully, but these errors were encountered: