Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 308c7ca6dbe9f5d2e023ea88b9a489fa32939a80 https://github.com/xwiki/xwiki-platform/commit/308c7ca6dbe9f5d2e023ea88b9a48... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editclass.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-24270: Saving in the class editor sometimes shows a confirmation about unsaved changes (#5397) * Add a submitInProgress marker to dataeditors.js to prevent the warning when submission is in progress. * Handle the Save & View button of the class editor in actionButtons.js to trigger the standard save event when it is pressed, but as a custom form specified in editclass.vm to avoid a major change to how the form is handled. (cherry picked from commit 1065e2f26339df47fe1302655984b278dd62669a) Commit: 594506dcd508c3f367b306dcc56abfa17ee50a46 https://github.com/xwiki/xwiki-platform/commit/594506dcd508c3f367b306dcc56ab... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/browser/Browser.java Log Message: ----------- [Misc] Fix Firefox beforeUnload prompt handling in ObjectEditorIT * Restore the ability of tests to handle beforeUnload prompts in Firefox. * Wait and dismiss prompts in ObjectEditorIT. (cherry picked from commit 413bbba0182cc6fc8114380ff51d7dc95ebff3ed) Commit: c660fce2f4a7df28daca9359707199b60b6d45aa https://github.com/xwiki/xwiki-platform/commit/c660fce2f4a7df28daca935970719... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/browser/Browser.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/test/java/org/xwiki/test/docker/internal/junit5/TestConfigurationTest.java Log Message: ----------- [Misc] Fix Chrome beforeUnload prompt handling in tests * Re-enable handling/testing of beforeUnload prompts in Chrome by explicitly telling it to ignore all prompts. * Revert disabling of ObjectEditorIT#preventUsersToLeaveTheEditorWithoutSaving in Chrome. * Clear xwiki.test.ui.browser in TestConfigurationTest to make it possible to build `xwiki-platform-test-docker` with Chrome selected (to then use it in a UI test in the same build). (cherry picked from commit 25a97d1a0f1ff28b8e7480298df37aa23638bdaa) Compare: https://github.com/xwiki/xwiki-platform/compare/a2b4fa364d6d...c660fce2f4a7 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications