-
Notifications
You must be signed in to change notification settings - Fork 43
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
Candidate for sanitize: Form Placement #600
Comments
IINM those are significant if you are using overlapping windows rather than document tabs, right? If so, we should only reset if we are using document tabs and the form is not a popup. I think this is a possible path; editing the patch file. According to copilot:
|
One thing that I have been plagued by is working from multiple machines and determining whether the form window information has "actually" changed or changed because I opened it on a new screen / machine and the monitor sizing and placement is different.
See below example of a nigh-constant change. The only change to the form is...I opened it on the same machine, but I was at a different dock location. Sometimes just opening the form in a different screen and then closing it is all that's needed for this to happen.
I tried deleting these and it didn't go well, but if I reset them, the forms import fine.
I don't know that we want to sanitize these out per se, but if someone has any ideas on how to reduce noise on this would be great. Either a pre/post export hook to do this, or something, because I'm stumped.
The text was updated successfully, but these errors were encountered: