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

Unnecessary Confirmation Dialog #3671

Open
VitorVieiraZ opened this issue Oct 31, 2024 · 1 comment
Open

Unnecessary Confirmation Dialog #3671

VitorVieiraZ opened this issue Oct 31, 2024 · 1 comment
Assignees
Labels

Comments

@VitorVieiraZ
Copy link
Contributor

A confirmation dialog appears when navigating back on unchanged, read-only layers. To reproduce: open one feature form, hit back (no confirmation), then open a second feature's form—subsequent backs trigger the confirmation. A binding loop is observed from the second feature form onward and may be contributing to this issue.

Image

Reported by @uclaros.

@ValentinBuira
Copy link
Contributor

This is two bug in a trench coat :

  • One in Mergin Maps where the way we constructed the form dialog didn't trigger the function to check for changes, should be fixed in Fix uneccessary confirmation dialog when reopenning a form #3690
  • The second is directly in QGIS and mutiline form using the is html checkbox, QGIS (or maybe Qt) insert a boiler plate html code to simulate richtext editing, thus creating a difference if the field was simple text before and trigger the save dialog. But once the field is saved again in html it should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants